2021-04-19 05:21 AM
I started a new project in TouchGFX with the template of STM32F746G-DISCO board. I then generated code on a blank screen, and opened the MX file in CubeMX. After verifying correct settings, I generated the code for the project in STM32CubeIDE. To my surprise, the project does not show the partial file of TouchGFX generator, nor does it show the .ioc file in the Project pane. I am unable to edit the app in TouchGFX Generator. Pl help.
2021-04-19 07:08 AM
HI,
Could you explain in more detail the steps you followed ? I am intrigued by the "I generated the code for the project in STM32CubeIDE". When you create a project from TouchGFX Designer with an application template for a ST development kit, a configured CubeMX project is generated, along projects for different toolchains/IDE (STM32CubeIDE, EWARM, gcc and Keil). You should be able to just double click on the .cproject file under the "project folder"/STM32CubeIDE to be able to use STM32CubeIDE. Also, when regenerating code from STM32CubeMX, always remember to generate code from TouchGFX Designer afterwards.
/Romain