Problem using QSPI with STM32F746 and TouchGFX
Hello!
I repost my question here as I posted it in an answer yesterday and it didnt get effective.
Thank to hansd empty project I manage to begin my project and conceive my GUI:
It seems that using the integrated or standalone CubeMX doesn't mess up the project. Also, I succedeed in importing the project under AtollicTrueSTUDIO in order to see the difference between the IDEs.
I followed hands56's link in order to configure the QSPI:
https://touchgfx.zendesk.com/hc/en-us/articles/360019884752-Configuring-STM32F746G-DISCO
I followed as well this tuto to configure the linker under CubeIDE (I think that is it the same as AtollicTrueSTUDIO):
All is building perfectly and when I look at the Build Analyzer, I can see the ExtFlashSection and my assets under QUADSPI, all seems in order:

The problem is, when I launch the debug, it seems that the flash is not programmed and my screen print this instead of my beautiful picture :(

Of course, I tried to use internal flash, and everything works, my picture is well displayed.
Do you have any idea of the source of my problem?
Thank you,
Charles
