Hi everyone, I am trying to make a firmware update sequence for my product and have an issue with readout protection enable/disable.
MCU : STM32F415
I enable readout protection successfully (customer requirement). Then in case of a new software update, I jump to the UART bootloader from my code. However, when in the bootloader I need to disable RDP. When I send RDP disable command and the device erases all firmware (as expected), disable RDP and exists bootloader.
The question is is it possible to prevent the MCU from resetting or exiting bootloader
