cancel
Showing results for 
Search instead for 
Did you mean: 

TouchGFX porting process

DOkaz.1
Associate II

Hi,

I was wondering what the TouchGFX porting process is like for development across different MCUs.

I'm thinking of starting development for a GUI on an STM32 Discovery Board, and then when the actual hardware gets produced, switch over to developing on that. I was wondering what the porting processes for that would entail.

It seems like you can easily port over a TouchGFX version on the same MCU. https://support.touchgfx.com/4.20/docs/miscellaneous/updating-to-a-new-touchgfx-version

But I was wondering if there was a similar process across different MCUs other than just re-generating the MCU specific code and then copy and pasting the user code into the new project.

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
Osman SOYKURT
ST Employee

Hello DOkaz.1,

If by user code you mean TouchGFX code, then it's super easy to reuse it on different boards.

In TouchGFX Designer, we have a functionality to "import GUI" which will copy the GUI and all associated user code from an older project to your new one.

0693W00000QLPvhQAH.png 

/Osman

Osman SOYKURT
ST Software Developer | TouchGFX

View solution in original post

2 REPLIES 2
Osman SOYKURT
ST Employee

Hello DOkaz.1,

If by user code you mean TouchGFX code, then it's super easy to reuse it on different boards.

In TouchGFX Designer, we have a functionality to "import GUI" which will copy the GUI and all associated user code from an older project to your new one.

0693W00000QLPvhQAH.png 

/Osman

Osman SOYKURT
ST Software Developer | TouchGFX

yes, cool, thanks!