Index: firmware/include/sys_core.h =================================================================== diff -u -reff7b1575f008f81b29ef906f6346fac6012d3ab -r6311eb9b65fdeec7a285d25e07f3932ac0fb6cf1 --- firmware/include/sys_core.h (.../sys_core.h) (revision eff7b1575f008f81b29ef906f6346fac6012d3ab) +++ firmware/include/sys_core.h (.../sys_core.h) (revision 6311eb9b65fdeec7a285d25e07f3932ac0fb6cf1) @@ -72,7 +72,7 @@ * * @note: Use this macro for SVC Mode Stack length (in bytes) */ -#define SVC_STACK_LENGTH 0x00000100U +#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 0x00000100U +#define FIQ_STACK_LENGTH 0x00001000U /** @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 0x00000100U +#define IRQ_STACK_LENGTH 0x00001000U /** @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 0x00000100U +#define ABORT_STACK_LENGTH 0x00000200U /** @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 0x00000100U +#define UNDEF_STACK_LENGTH 0x00000200U /* System Core Interface Functions */