cancel
Showing results for 
Search instead for 
Did you mean: 

How do I generate a project with TouchGFX for STM32F103 on STMCubeMX or STM32CudeIDE.

User16782158065171037550
Associate III
 
3 REPLIES 3
Romain DIELEMAN
ST Employee

Hi,

TouchGFX does not handle the F1 series unfortunately as it uses the Cortex-M3 core.

/Romain

User16782158065171037550
Associate III

Hi,

Thanks for the quick reply. I see the TouchGFX supports cortex m0, m4f, m7, m33. So how do we do it for STM32F051 / STM32G070 / STM32F411. I have installed TouchGFX in packs.

Milind

Hi,

You can have a look at the Board Bring up articles in the online documentation to understand how to set up and configure your project in STM32CubeMX and how to enable TouchGFX.

When opening TouchGFX Designer you can select a "Application Template" for one of ST development boards. I would suggest to create a project with the application template for the STM32G071 nucleo board and another project with an application template for one of the STM32F4 board series. A fully configured project will be generated, which you can then use as source of inspiration for the STM32CubeMX settings and additional user code configuration.

/Romain