Firmware update - STM32F756 Internal / QSPI
I have board using a STM32F756 that I need to update the firmware from internal flash. I am able to copy .bin file from an external flash to internal flash (Using QSPI). I do NOT want to execute the code from the external location. It is just a t...