2024-11-26 11:04 PM
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
2024-11-26 11:47 PM
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)
2024-11-28 05:06 AM
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 :
Regards,