cancel
Showing results for 
Search instead for 
Did you mean: 

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

Natali
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Alexandre RENOUX
Principal

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

View solution in original post

1 REPLY 1
Alexandre RENOUX
Principal

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