2023-01-04 10:23 AM
I am working on touchGFX on custom board where I am creating my project in CubeIDE.
I have integrated the touchGFX in .ioc file but when I try to compile the code in TouchGFX designer I get following error
Post Generate Target
touchgfx update_project
Unable to locate D:/<project path>/.cproject
Failed
Failed
MORE:
Tried all suggestions from below link, but doesn't seem working.
Can someone suggest the solution for the same?
Or any demo project will be helpful.
Solved! Go to Solution.
2023-01-04 09:54 PM
Dual core projects is buggy from IDE, you need start opositte order as mentioned in other posts. (create from MX ...)
2023-01-04 10:59 AM
You complete lack info
versions, mcu , how you create project ...
2023-01-04 11:17 AM
Thank you for your reply!
I am using STM32H745BIT6.
CubeIDE 1.11.0
TouchGFX 4.21
CubeMX 6.7
Created project using CubeIDE, added TouchGFX component from device configuration tool(.ioc file)
Compiling the touchgfx project using TouchGFX Designer/Environment which I think is a standard way of generating files, where I get above error message.
Kept the question simple and generic, as a similar issue is mentioned in other community posts.
Please refer above link for similar issue.
2023-01-04 09:54 PM
Dual core projects is buggy from IDE, you need start opositte order as mentioned in other posts. (create from MX ...)
2023-01-09 01:00 AM
2023-01-09 03:52 AM
Thanks @MM..1 @Osman SOYKURT
It's working now.
2024-02-26 10:36 PM
Is there any work around or fix for this behavior? Projects that are composed of linked files is a serious pain. I would like to generate the project under root so that I have 100% visibility to the files in my project.