Issue with Debug Process for TouchGFX and FDCAN Code Integration
Dear STM32 Community,
I am currently working with the STM32H747XIH6 board and encountering an issue where programming and running the target fails, even though the simulation in TouchGFX works perfectly.
Here are the details of my setup and the problems encountered:
-
TouchGFX Integration:
- I created a new TouchGFX application with a text area widget and wildcard entry. The code generation and simulation are successful, but when I attempt to program and run the target, I receive the error: "Program and Run Target Failed."
-
STM32CubeIDE Integration:
- I have integrated TouchGFX code into STM32CubeIDE, including a new variable and functions for incrementing numbers. This code runs correctly within STM32CubeIDE, but programming and running the target still fails.
- Additionally, I have merged FDCAN code into main.c and configured pin and clock settings. Debugging both the CM7 and CM4 cores shows no errors, yet I am still encountering the same issue.




