Skip to main content
Associate II
March 1, 2024
Question

TouchGFX Debug Problem using STM32Cubeide but in TouchGFX Designer its working well

  • March 1, 2024
  • 1 reply
  • 1365 views

I am working on STM32H750B-DK and created a project using TouchGFX Designer (version 4.23.0), flash the code using Touchgfx Designer, and it's working well. but I will import the same project in STM32CubeIDE (version 1.14.1) , while executing Debugging mode the Display is hanging. the program breaks at the below function in the syscall. my project has multiple screens. the first screen is successfully teardown but the time of change screen to the next screen is the problem happens Please suggest any solutions

 

 

 

 

void _exit (int status)

{

_kill(status, -1);

while (1) {} /* Make sure we hang here */

}

 

 

 

 

 

This topic has been closed for replies.

1 reply

Osman SOYKURT
Technical Moderator
March 18, 2024

Hello,

I can suggest you to compare the 2 different makefiles and see if something could explain the issue : 

- STM32CubeIDE makefile in your STM32CubeIDE/Debug folder

- TouchGFX Makefile in gcc folder


You can also try to remove optimization for example and see if it helps.

OsmanSOYKURT_0-1710758746333.png

 

Osman SOYKURTST Software Developer | TouchGFX