cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to maintain the same TOUCHGFX project but with another micro?

botta
Associate

I'm curios about this. I made a project with TouchGFX on the board F476G Discovery and I want to export the same project in a similar board like H750B DK. Is there a way to do this? Or I have to do the project from the start?

Thanks

2 REPLIES 2
funky
Associate III

if you want to switch once during development:
i started devloping on an stm32f407 and switched to an h7 during development. with some import/export of cubemx and some editing of some files this was possible. there are descriptions in the forum regarding this topic


but i think you want to be able to use your project for different controllers at the same time?
no, there is no support for some sort of abstraction layer as far as i know (at least last year there wasn't)


GaetanGodart
ST Employee

Hello @botta ,

 

When switching to a new MCU, you need to adapt your hardware. It is not only about the MCU, but also the screen, memory, etc.

Now, regarding the UI, if you made a UI, you can import it to another TouchGFX project by clicking on Edit>Import>GUI :

GaetanGodart_0-1732799160933.png

 

Regards,

Gaetan Godart
Software engineer at ST (TouchGFX)