Hard Fault
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?
