stack pointer initialization
Hi,I'm pretty new to ARM processor and STM32 microcontroller, so my question is very basic.In the startup file for a SW4STM32 project (eg startup_stm32f446xx.s) the stack pointer is set in Reset_Handler with the lineldr sp, =_estack /* set stack...