First steps on CubeIDE and TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-23 3: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.
- Labels:
-
STM32CubeIDE
-
STM32F4 Series
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-23 7: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
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-23 7:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-23 7: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
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-23 7:59 AM
Thanks @Imen DAHMEN​
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-23 7:59 AM
interesting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-24 4: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.
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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?
