dm36x: system.ld, increase stack sizes.

This commit is contained in:
Kelvin Lawson
2013-09-17 16:07:32 +01:00
parent 49dbc3855a
commit 8f8eddf6fc

View File

@@ -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
{