STM32 Dual bank Flashing. Missing steps after writing data. Where do you write the app start address ?
Hi,I'm trying to write a code that can receive a new app via uart. Can erase the unused bank. Writes the new code in that bank, flips the bank boot bit and then performs a reset. I also made a small app on a PC that reads the .hex file generated by m...