Loading...
 
Skip to main content

System Workbench for STM32


Bootloader and application code imlepentation

__set_MSP(0x08008000) this is wrong ....


sholud be casted to poiter.

__set_MSP((uint32_t *)0x08008000)