User Activity

I am developing with stm32h750.My application is storaged in QSPI Flash and running in SDRAM.I use a bootloader to move image from QSPI Flash to SDRAM and​ jump to image.For downloading, i made a cmd line tool to communicate with bootloader via seria...
When i used a bootloader to make user program run from QSPI Nor Flash in MemoryMappedMode, it worked well.But now i want to run user program from FMC SDRAM.So firstly i plan to initialized both QSPI Nor Flash(MemoryMappedMode) and FMC SDRAM,then copy...