Skip to main content
Junde
Senior III
March 7, 2023
Solved

How to download and import the touchFGX example independently?

  • March 7, 2023
  • 2 replies
  • 935 views

I have a PC that can't access the internet, while I must work with it. So is there any way to download and import the touchFGX examples and stm32 dev kit to TouchFGX?

This topic has been closed for replies.
Best answer by Romain DIELEMAN

Hi,

Your PC cannot access internet at all or just on certain occasions ? If never then you need to manually add the tpa files of the example/projects you know you will use to the /c/TouchGFX/4.21.2/app/packages folder.

So one way to get those tpa files (going to be super annoying) is, if you have one pc that can connect to internet and has TouchGFX, to create touchgfx projects with the boards and demos/ui examples you want to use. Once you start a project with an example it will be downloaded on your pc and you wont need internet again for this example/project. You can see that by going to the %appdata%/Roaming/TouchGFX-4.21.2 folder where you will have tpa files in the used examples. So take those tpa files and put them to the packages folder of the other pc.

/Romain

2 replies

Romain DIELEMAN
Romain DIELEMANBest answer
ST Employee
March 8, 2023

Hi,

Your PC cannot access internet at all or just on certain occasions ? If never then you need to manually add the tpa files of the example/projects you know you will use to the /c/TouchGFX/4.21.2/app/packages folder.

So one way to get those tpa files (going to be super annoying) is, if you have one pc that can connect to internet and has TouchGFX, to create touchgfx projects with the boards and demos/ui examples you want to use. Once you start a project with an example it will be downloaded on your pc and you wont need internet again for this example/project. You can see that by going to the %appdata%/Roaming/TouchGFX-4.21.2 folder where you will have tpa files in the used examples. So take those tpa files and put them to the packages folder of the other pc.

/Romain

Junde
JundeAuthor
Senior III
March 9, 2023

So many thanks to you, that what I need.:grinning_face: