cancel
Showing results for 
Search instead for 
Did you mean: 

Hard Fault

CYBR
Associate II

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

 

1 ACCEPTED SOLUTION

Accepted Solutions
SofLit
ST Employee

Hello,

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

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

View solution in original post

2 REPLIES 2
SofLit
ST Employee

Hello,

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

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
SofLit
ST Employee

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 on "Accept as Solution" on the reply which solved your issue or answered your question.