Resolved! Firmware upgrade with USB stick for microcontroller STM32F7 with quadspi for storing images in external memory
Hi folks... I did a bootloader for STM32F7 able to load an hex file from USB stick .. erase the previous flash memory starting at address 0x0810000 (the starting address of the app to delete) and update correctly the new app. The problem is that the ...