2020-09-16 08:38 AM
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.
Solved! Go to Solution.
2020-09-17 03:27 AM
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
2020-09-17 03:27 AM
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