diff --git a/cc3200/application.lds b/cc3200/application.lds index 5418471fb2..4ffcd03c35 100644 --- a/cc3200/application.lds +++ b/cc3200/application.lds @@ -24,7 +24,7 @@ * THE SOFTWARE. */ -__stack_size__ = 1K; /* interrupts are handled within this stack */ +__stack_size__ = 2K; /* interrupts are handled within this stack */ __min_heap_size__ = 8K; __rtos_heap_size = 16K;