Skip to main content
Associate II
September 7, 2025
Question

TouchGFX 4.25 cannot run .

  • September 7, 2025
  • 1 reply
  • 471 views

 It is compiled with AC6.24 in MDK 5.43.

run on NUCLEO-H7A3ZI-Q.

But it cannot run.

compiling is ok. 

The programme compiled with stm32cubeIDE is not problem.It can run perfectly.

The project is attached blow.

1 reply

ST Employee
September 9, 2025

Hello @magicmatrix,

What error messages do you have ? Did you try to debug in Keil, if so where is your program stuck ?

BR,

Associate II
September 10, 2025

After adding the touchgfx library to the program.The program will halt at the three "bkpt" instructions.

see attached file.

I think the instructions is in the c runtime library.

Is it the case that the runtime library of the new compiler and the touchgfx library are incompatible?

Is it necessary to try recompiling the touchgfx library using the new version of the compiler?