Bootloader for STM32H747-DISCO to jump app present in QSPI
Hi All,
I'm trying to boot to an app present in QSPI.
I created a project from TouchGFX and generated code, same.ioc file I used to make my bootloader code.
When I used the bootloader to jump to the app that was present at address 0x0802000 it jumped successfully, and my app was running normally. Now I want to move this app completely to QSPI and want to run from there via a bootloader.
How to achieve that. I tried to move the whole application to QSPI by changing the .ld file, but not able to jump.
