TouchGFX Using QSPI Function
Hi all,
I`m trying to use touchgfx with keil compiler through st-link,I face a problem that my total file more than 2MB(Against internal flash size).
So I need to use external flash QSPI,but there is a problem like photo below.
(When it`s in Debug Mode,it just run without press Run Button.)

And I`m curious about that function in main.c ,in the two condition statement are associate with external storage like SD-card, I suspect that is why it can`t work in correct way.
How can I do to solve this problem ?
Thanks!