2022-05-29 05:41 AM
2022-05-31 07:08 AM
Hello @R4tlehed ,
On which board does this project run ? Which version of TouchGFX and CubeIDE are you using ?
Thanks,
/Yoann
2022-06-11 12:49 AM
Hello , @Yoann KLEIN the board is discovery kit STM32F429I-DISC1 , version of TouchGFX is - 4.19 , CubeIDE - 1.9 .
Thank you.
2022-06-20 05:24 AM
Hello @R4tlehed ,
Inside the STM32CubeIDE folder, in your project directory, there is a .project file.
If you open this file in a text editor, you can see that there is a reference to your .ioc file, e.g :
Did you check that this path points to the right file ?
/Yoann
2022-06-20 06:02 AM
Hello , Yoann KLEIN (ST Employee) ,
There is a problem , i checked that file and i don't have any path to .ioc file , can i add by myself ?
Thank you again for answers
2022-06-20 06:07 AM
Yeah sure, let me know how it is going.
/Yoann
2022-06-25 01:29 PM
Hello , Yoann KLEIN (ST Employee) , i've tried to add a link to .ioc file in .project , and its added a .ioc file in cubeide , but i can not open this file , also it is not visible in folder from a windows perspective . There is a photos what's happening while trying to open .ioc file and a .project file with added part of a code which is adding a link to .ioc
Thank you .
2022-07-22 02:07 PM
I tested recently how it is with other boards (F746G_DISCO) , and it works perfectly fine - i had a link to .ioc file in .project file and whole project was imported into CUBEIDE with that .ioc file and i can open and configure it , just like it should be . So know i'm not sure that this problem is from my side . Could someone try to make a touchgfx project with STM32F429I-DISCO board and then import project to a cubeide and check how it works? Thank you