Exit system memory bootloader after DFU using UART
Hi,
I access the system bootloader by setting the bits nBOOT0/nSWBOOT0 = 0 and nBOOT1 = 1 in my code. I manage to connect via UART and flash my new firmware but then my MCU does not reboot because it remains in the system bootloader. How can I do this without using the JTAG port to change the values of nBOOT0/nSWBOOT0/nBOOT1 so that my MCU once flashed leaves the system bootloader and reboots into my code?
Thanks for your help.
