2025-03-17 11:14 PM
Hello All,
I need to change the touch GFX project name MyApplication_747I to something else, I am trying to change it from config but touch gfx is not allowing it to change.
I tried to edit and modify the .touchgfx file and changed the name from "Name": "MyApplication_747I ", to "Name": "UI_Software", along with "ProjectFile": "../../STM32H747I-EVAL.ioc", to "ProjectFile": "../../IPL_UI_Software.ioc",
Additionally I have changed file ApplicationTemplate.touchgfx.part in this "Name": "IPL_UI_Software", and "ProjectFile": "../../IPL_UI_Software.ioc",
While loading the file and opening the touchgfx project using the .touchgfx project I am getting attached Error.
Could you please suggest what further modification i need to make or any corrections to do so that i can change the desire name of project safely.
Attached are the logs for your reference to get better clarity.
BR,
Shiv
Solved! Go to Solution.
2025-03-18 2:03 AM
Please check this suggestion to see if it helps you.
Regards
/Peter
2025-03-18 2:03 AM
Please check this suggestion to see if it helps you.
Regards
/Peter
2025-03-18 3:37 AM
Hello @Peter BENSCH ,
Thanks for quick reply, yes I have made the changes and able to resolve the errors. Need to modify few more files like target.config and .launch as well and now able to build and run successfully.
Thanks,
Shiv