Index: firmware/include/sys_core.h =================================================================== diff -u -r6311eb9b65fdeec7a285d25e07f3932ac0fb6cf1 -rbf7c3835ce5a7bcbc47c305fb2fe5490d0899db8 --- firmware/include/sys_core.h (.../sys_core.h) (revision 6311eb9b65fdeec7a285d25e07f3932ac0fb6cf1) +++ firmware/include/sys_core.h (.../sys_core.h) (revision bf7c3835ce5a7bcbc47c305fb2fe5490d0899db8) @@ -72,7 +72,7 @@ * * @note: Use this macro for SVC Mode Stack length (in bytes) */ -#define SVC_STACK_LENGTH 0x00000400U +#define SVC_STACK_LENGTH 0x00001000U /** @def FIQ_STACK_LENGTH * @brief FIQ 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 0x00002000U /** @def ABORT_STACK_LENGTH * @brief ABORT Mode Stack length (in bytes) @@ -99,7 +99,7 @@ * * @note: Use this macro for ABORT Mode Stack length (in bytes) */ -#define ABORT_STACK_LENGTH 0x00000200U +#define ABORT_STACK_LENGTH 0x00000400U /** @def UNDEF_STACK_LENGTH * @brief UNDEF Mode Stack length (in bytes) @@ -108,7 +108,7 @@ * * @note: Use this macro for UNDEF Mode Stack length (in bytes) */ -#define UNDEF_STACK_LENGTH 0x00000200U +#define UNDEF_STACK_LENGTH 0x00000400U /* System Core Interface Functions */