How to use stm32l4 from IAP jump to bootloader
I have bootloader initial position 0x08000000 and IAP 0x08004000 now.
First, I form bootloader jump to IAP code and it works fine.
But my jump back to bootloader will stop.
Maybe I have a lot of IAP function enable.
So I want to ask, besides __disable_irq() close NVIC, and any other way to deinit other functions?
Because I use __disable_irq(),but it seem isn't effect.
when i back to bootloader code of GPIO inti funaction , it already haven't stop.
