[STM32L496] Jumping from bootloader to user Application with RDP enabled doesn't work without going through a power cycle.
I'm currently testing the UART bootloader on a NUCLEO-L496ZG-P, the bootloader itself works fine and i've written a python script which can upload .bin files to the controller.
The problemi'm having is that the product will need Readout Protection in the end, but when i'm uploading a programm and afterwards send the Readout Protect command ( 0x82 + checksum ) and than pull the jumper from boot0 (currently it's a jumper, but will be handled otherwise later on) and reset the controller it doesn't boot into the user application, but instead into an undefined(??) state which is neither bootloader nor user application (none of the user LEDs are on or blinking (my user app currently is only blinking LEDs) and it's also not responding to any of the commands from the bootloader command set). Only when going through a power cycle the chip will boot into the user application.
So i guess my question is, is this intended? Is there any way to get into the user application without going through a power cycle?
