2019-09-01 08: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
2019-09-02 01: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
2019-09-02 01: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