Skip to main content
Natali
Associate III
September 16, 2020
Solved

How can add touchgfx project file to keil without use CubeMX ?

  • September 16, 2020
  • 1 reply
  • 826 views

hi

i have a project that directly make by Keil and don't use CubeMX and i make separate project by TouchGFX Designer. now my question is how can i config keil project to auto add new file generate by TouchGFX Designer. for example when i add new screen in TouchGFX Designer and generate code new file automatically add in keil project.

This topic has been closed for replies.
Best answer by Alexandre RENOUX

Hello,

Yes you can do it. To do so you need to edit the .touchgfx file as follows :

Change

touchgfx update_project --project-file=../<board>.ioc --platform=m<7 or 4 or 0+ or else>

To

touchgfx update_project --project-file=../MDK-ARM/<board>.uvprojx --platform=m<7 or 4 or 0+ or else>

/Alexandre

1 reply

Alexandre RENOUX
Alexandre RENOUXBest answer
Visitor II
September 17, 2020

Hello,

Yes you can do it. To do so you need to edit the .touchgfx file as follows :

Change

touchgfx update_project --project-file=../<board>.ioc --platform=m<7 or 4 or 0+ or else>

To

touchgfx update_project --project-file=../MDK-ARM/<board>.uvprojx --platform=m<7 or 4 or 0+ or else>

/Alexandre