Skip to main content
Graduate
November 27, 2024
Solved

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

  • November 27, 2024
  • 3 replies
  • 712 views

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

Best answer by GaetanGodart

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,

3 replies

Associate II
November 27, 2024

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
GaetanGodartBest answer
Technical Moderator
November 28, 2024

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,

GaetanGodart
Technical Moderator
December 10, 2024

Hello @botta ,

 

Have you been able to move forward with your issue?
If you did, could you select the comment that helped you the most as "best answer".

 

Regards,