2020-12-23 03:16 AM
I'm moving my first steps on STM's CPU, and I would like to start playing with stm32f469i-disco.
Where I can find an updated step-by-step guide to open a project on TouchGFX, export into a project on CubeIDE and successful play on the discovery board?
Thanks.
Solved! Go to Solution.
2020-12-23 07:15 AM
Hello @Community member
I advise you to follow the TouchGFX getting started and create your project from TouchGFX Designer with the right application template, then launch STM32CubeIDE and open the project generated located in the directory C:\TouchGFXProjects
You can also refer to the TouchGFX tutorials and TouchGFX MOOC to start your project,
Try the Demo with STM32CubeF4 MCU package: STM32Cube_FW_F4_V1.25.2\Projects\STM32469I-Discovery\Demonstrations\TouchGFX
Imen
2020-12-23 07:00 AM
2020-12-23 07:15 AM
Hello @Community member
I advise you to follow the TouchGFX getting started and create your project from TouchGFX Designer with the right application template, then launch STM32CubeIDE and open the project generated located in the directory C:\TouchGFXProjects
You can also refer to the TouchGFX tutorials and TouchGFX MOOC to start your project,
Try the Demo with STM32CubeF4 MCU package: STM32Cube_FW_F4_V1.25.2\Projects\STM32469I-Discovery\Demonstrations\TouchGFX
Imen
2020-12-23 07:59 AM
Thanks @Imen DAHMEN
2020-12-23 07:59 AM
interesting
2020-12-24 04:50 AM
Please mark the answer as best by clicking on the "Select as Best" button if it fully solved your issue.
This will help other users find this solution more quickly.
2020-12-28 11:11 AM
Being in a similar position, I followed your suggestions of trying a simple TouchGFX Designer project and the STM32Cube_FW_F4_V1.25.2\Projects\STM32469I-Discovery\Demonstrations\TouchGFX demo.
In both cases they failed to compile with:-
fatal error: touchgfx/hal/HAL.hpp: No such file or directory
fatal error: touchgfx/hal/OSWrappers.hpp: No such file or directory
After installing Windows10 on VirtualBox because TouchGFX Designer is not available under Linux I was hoping to get some return for my efforts.
Any suggestions?