2024-03-23 12:26 AM
I am using STM32H735G-DK
CubeIDE 1.15.0
touchGFX 1.23.1
I am trying to get a relatively simple program to run on this DK. Runs fine in the touchGFX simulator. Will not run when downloaded to the board in touchGFX, nor from cubeIDE. Just get blank white screen. Using debug mode, as soon as I execute
osKernelStart();
in main.c, it jumps straight to
void HardFault_Handler(void)
Wasted too many hours. What am I doing wrong?
Solved! Go to Solution.
2024-03-24 04:31 AM
Hello,
How much stack you configured for the application? Try to increase the stack.
2024-03-24 04:31 AM
Hello,
How much stack you configured for the application? Try to increase the stack.
2024-04-03 12:43 AM
Hello,
Could you please give a status about that issue? Did you solve it? if yes, could you please share it?
Thank you.