2025-09-06 8:17 PM
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.
2025-09-09 12:15 AM
Hello @magicmatrix,
What error messages do you have ? Did you try to debug in Keil, if so where is your program stuck ?
BR,
2025-09-10 1:33 AM
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?