2020-04-22 01:49 PM
I found out today that my project was not properly configured. So i did run out of flash memory.
By comparing with a Designer project I found out how to change the FLASH.ld file to use QuadSPI and some other things that were different in the Designer project regarding QuadSPI.
But my program crashes again and again in the function
void touchgfx::Texts::setLanguage(touchgfx::LanguageId id).
Is there something like a tutorial on how to configure TouchGFX + QuadSPI in CubeIDE?
Regards,
Kevin
Solved! Go to Solution.
2020-04-26 02:15 PM
Yeah, I’m stupid. I totally forgot to configure the external loader :)
Thanks to all.