Index: firmware/include/sys_core.h =================================================================== diff -u -r7e0d7c16341ea0ccd9b806a2db97553498d10365 -r37dac720d0a04a6f28ae8f60bf1320ca13989354 --- firmware/include/sys_core.h (.../sys_core.h) (revision 7e0d7c16341ea0ccd9b806a2db97553498d10365) +++ firmware/include/sys_core.h (.../sys_core.h) (revision 37dac720d0a04a6f28ae8f60bf1320ca13989354) @@ -72,7 +72,7 @@ * * @note: Use this macro for SVC Mode Stack length (in bytes) */ -#define SVC_STACK_LENGTH 0x00001000U +#define SVC_STACK_LENGTH 0x00000400U /** @def FIQ_STACK_LENGTH * @brief FIQ Mode Stack length (in bytes) @@ -81,7 +81,7 @@ * * @note: Use this macro for FIQ Mode Stack length (in bytes) */ -#define FIQ_STACK_LENGTH 0x00001000U +#define FIQ_STACK_LENGTH 0x00000400U /** @def IRQ_STACK_LENGTH * @brief IRQ Mode Stack length (in bytes) @@ -90,7 +90,7 @@ * * @note: Use this macro for IRQ Mode Stack length (in bytes) */ -#define IRQ_STACK_LENGTH 0x00001000U +#define IRQ_STACK_LENGTH 0x00000400U /** @def ABORT_STACK_LENGTH * @brief ABORT Mode Stack length (in bytes)