2014-12-19 06:10 AM
Hi everyone,
Does anyone know how to define the stack size in a project in Keil uVision for the ARM STM32L052 uC??2014-12-19 08:09 AM
Does anyone know how to define the stack size in a project in Keil uVision for the ARM STM32L052 uC??
Probably in startup_stm32l0xx.s?Stack_Size EQU 0x00000400
AREA STACK, NOINIT, READWRITE, ALIGN=3
Stack_Mem SPACE Stack_Size
__initial_sp