HAL_NVIC_SystemReset() work in normal mode but not work in bootloaded mode
Posted on June 26, 2017 at 09:23Hello. I have custom serial bootloader, which located in the beginning of user flash (sector0), and also user application, which burned by bootloader starting from sector 1 (slightly modified IAP example from ST). Whi...