Is it possible to jump into system bootloader from application
I need to update ST based peripherals, due to constraint of wiring and flash size, I may not be able to connect BOOT pin or make a custom bootloader on the peripherals. I am planning to implement ST's boot protocol on host side, and add a command to tell the peripheral to reboot into sys BL (0x1f000000). I did a quick try but it fall into a hard fault after set_MSP and jump. So is it even possible to jump to system BL without asserting BOOT pin and RESET?
