Skip to content

Commit 194c8c7

Browse files
author
Daniel Campora
committed
cc3200: Increment interrupt stack size from 2K to 3K.
1 parent 11115e4 commit 194c8c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cc3200/application.lds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* THE SOFTWARE.
2525
*/
2626

27-
__stack_size__ = 2K; /* interrupts are handled within this stack */
27+
__stack_size__ = 3K; /* interrupts are handled within this stack */
2828
__min_heap_size__ = 8K;
2929

3030
MEMORY

0 commit comments

Comments
 (0)