From 8f8eddf6fc17819dea1af44164e1d251ad166bd0 Mon Sep 17 00:00:00 2001 From: Kelvin Lawson Date: Tue, 17 Sep 2013 16:07:32 +0100 Subject: [PATCH] dm36x: system.ld, increase stack sizes. --- ports/arm/platforms/dm36x/system.ld | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ports/arm/platforms/dm36x/system.ld b/ports/arm/platforms/dm36x/system.ld index a3adaee..c6c5219 100644 --- a/ports/arm/platforms/dm36x/system.ld +++ b/ports/arm/platforms/dm36x/system.ld @@ -11,12 +11,12 @@ MEMORY EXTERN(__interrupt_vector_table); -C_STACK_SIZE = 512; -IRQ_STACK_SIZE = 256; -FIQ_STACK_SIZE = 256; -SVC_STACK_SIZE = 512; -ABT_STACK_SIZE = 256; -UND_STACK_SIZE = 256; +C_STACK_SIZE = 4096; +IRQ_STACK_SIZE = 4096; +FIQ_STACK_SIZE = 2048; +SVC_STACK_SIZE = 4096; +ABT_STACK_SIZE = 2048; +UND_STACK_SIZE = 2048; SECTIONS {