Skip to main content
Associate II
March 23, 2024
Solved

Hard Fault

  • March 23, 2024
  • 2 replies
  • 1945 views

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?

CYBR_0-1711178641903.png

 

    This topic has been closed for replies.
    Best answer by mƎALLEm

    Hello,

    How much stack you configured for the application? Try to increase the stack.

    2 replies

    mƎALLEm
    mƎALLEmBest answer
    Technical Moderator
    March 24, 2024

    Hello,

    How much stack you configured for the application? Try to increase the stack.

    To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
    mƎALLEm
    Technical Moderator
    April 3, 2024

    Hello,

    Could you please give a status about that issue? Did you solve it? if yes, could you please share it?

    Thank you.

    To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.