In build bootloader
Posted on January 26, 2016 at 10:54Hi friends , I found following and did not understand why __set_MSP(0x20002000) , why main stack pointer hold 0x20002000 ; why not 0x20000000 (sram start address) for stm32f429. When I debug and look in 0...