2021-05-07 12:12 AM
2021-05-07 01:24 AM
Hi,
TouchGFX does not handle the F1 series unfortunately as it uses the Cortex-M3 core.
/Romain
2021-05-07 08:55 AM
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
2021-05-10 12:31 AM
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