How to use touchgfx on STM32H750
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-09-01 8:31 PM
I successfully built the touchgfx project through CUBEMX and ran it successfully on stm32F429.
I want to transplant the project to stm32H750,But there's no demo.
How do I manually add it to the cube project myself
- Labels:
-
STM32H7 Series
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-09-02 1:14 AM
Hi @Pming.5,
There's a H750 Application template available through the TouchGFX designer. Start a new project using that and then import your gui from your old projecy (You can do that from the designer menu)
/Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-09-02 1:16 AM
H7 and TouchGFX is not available through CubeMX yet, so there's that. You'd have to manually get things working in your Cube project again, but you've got projects in the AT you can draw some inspirations from in terms of which files need to be compiled, etc.
/Martin
