Write Backupcode from QSPi to SDRAM when flashing from IDE
My application is executed from flash and external SDRAM.I have a bootloader(seperat project) that saves the volatile SDRAM content on a QSPI.Normaly my application is applyed by a .hex file that is located on the SD-Card. So my bootloader can clearl...