2020-05-22 08:00 AM
I'm struggling to create a simple touchgfx based project with cubemx for my F769I Disco board.
I thought this is a simple job since there is nothing special. But I got and get stuck at several places.
I'm completely lost. Why is creating a simple project with the ST default tools such a pain? I tried to read the ST pages, but there are so many maybe I missed the one important point.
Can someone please help me to get a working project with latest STM32CubeMX and TouchGFX for the STM32F769I-DISCO demo board?
Solved! Go to Solution.
2020-05-22 10:17 AM
Hi,
Why don't you like this ?
Open TouchGFX -> Change Application Template -> Choose STM32F769I-DISCO Kit .. and Draw something.
Run Simulator then Run Target...
That will automatically generate setting of STM32CubeMX which you are manually doing.
Hope this helps..
--
Karan
2020-05-22 10:17 AM
Hi,
Why don't you like this ?
Open TouchGFX -> Change Application Template -> Choose STM32F769I-DISCO Kit .. and Draw something.
Run Simulator then Run Target...
That will automatically generate setting of STM32CubeMX which you are manually doing.
Hope this helps..
--
Karan
2020-05-22 11:27 AM
Hello Karan,
thank you! I only looked at the "online" section of touchgfx and this was nearly empty. Now I can modify the ioc, however, the created IAR v8 project file is for a newer IAR version than 8.30.
After manualy editing the ewp file, I can compile, upload and debug.
Thanks again!
Steffen