2026-01-12 2:09 AM
Hello ST Community Team,
I am facing a TouchGFX project generation issue related to path mismatch while working on an STM32H745 dual-core device. I am sharing my setup and issue details below.
Environment Details:
STM32CubeIDE: 1.17.0
TouchGFX: 4.25.0
X-CUBE-TOUCHGFX: 4.25.0
Controller: STM32H745XIH3
Core Used: CM7
Toolchain: STM32CubeIDE
OS: Windows
Issue Description:
I have written application code for Core-M7, and when I try to generate images / assets using TouchGFX, the generation fails during Post Generate Target.
Error observed:
Post Generate
touchgfx update_project --project-file=simulator/msvs/Application.vcxproj
Done
Post Generate Target
touchgfx update_project
Unable to locate D:/WORKSPACE_APPLICATION/LPOCIP_090126_1430_PM/LPOCIP_SCRATH_jumper_QSPI_APIS_SWETHA_UPDATED_QSPI_SDRAM_CAN_PWM/.cproject
Failed
Failed
However, the actual .ioc file exists at:
D:/WORKSPACE_APPLICATION/LPOCIP_090126_1430_PM/LPOCIP_SCRATH_jumper_QSPI_APIS_SWETHA_UPDATED_QSPI_SDRAM_CAN_PWM/CM7/.cproject
Questions:
Is this a known issue with TouchGFX 4.25.0 and STM32H745 dual-core projects?
Is there a recommended project structure for CM7 when using TouchGFX with CubeIDE?
Are there any additional settings required in application.config or CubeIDE for CM7-only TouchGFX usage?