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 final application has an external memory for storing some pictures and we need a quadspi for communicating with such external memory.. The app with graphics and communication is already done and working... My task is to change the bootloader for erasing the external memory and upgrading with the new code /pictures.. How should i Change the bootloader project for erasing the address starting from 0x90000000 and updating the new data ? Is there some examples of code ?? Thanks a lot guys 
