cancel
Showing results for 
Search instead for 
Did you mean: 

TouchGFX 4.25 cannot run .

magicmatrix
Associate II

 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.

2 REPLIES 2
LouisB
ST Employee

Hello @magicmatrix,

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

BR,

Louis BOUDO
ST Software Engineer | TouchGFX

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?