From 194c8c761e853cb200d5aab885b6d62ec87cf4b2 Mon Sep 17 00:00:00 2001 From: Daniel Campora Date: Sun, 5 Jul 2015 22:24:41 +0200 Subject: [PATCH] cc3200: Increment interrupt stack size from 2K to 3K. --- cc3200/application.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc3200/application.lds b/cc3200/application.lds index 22ad1968d5..c0fcf9b5ce 100644 --- a/cc3200/application.lds +++ b/cc3200/application.lds @@ -24,7 +24,7 @@ * THE SOFTWARE. */ -__stack_size__ = 2K; /* interrupts are handled within this stack */ +__stack_size__ = 3K; /* interrupts are handled within this stack */ __min_heap_size__ = 8K; MEMORY