Once in the system bootloader, is there a way to update a readout protected firmware with only an UART access (and no BOOT0 access)?
Hello,Objective:I have to update the firmware of an STM32F412 using the bootloader in system memory (through UART protocol).Situation:A command in my user code allows jumping to the bootloader after a system reset (so the device is in nominal state)....