cancel
Showing results for 
Search instead for 
Did you mean: 

How to use TouchGFX designer with STM32CubeMX

CHech.1
Associate III

Hi,

I'm new to stm32 and embedded programming in general. I am currently using the stm32l496ag discovery kit.

I began by toying with the designer, using the ready-made configuration for my board.

Now I'd like to delve deeper using the STM32CubeMX.

Is it possible to "sync" my current project made with the Designer and edit it's existing configurations using STM32CubeMX, In such a way that changes done with the Designer will be reflected in CubeMX and vice versa? how do I do that?

Thank you!

1 REPLY 1
ktrofimo
Senior III

Sure you can regenerate code from both CubeIDE and TouchGFX designer as you need. Except your project can't be ​compiled as simulation in TouchGFX without special code screening by #ifndef SIMULATOR directives.