cancel
Showing results for 
Search instead for 
Did you mean: 

Facing Issue with Normal Led blinking after secure boot in STM32h563zi MCU

Mithilesh_Pandey
Associate

We have one STM32h563zi board on which first We blink the normal led program, After that We perform the Secure Boot by taking the reference from STmicro official website, Secureboot run successfully. We run the regression script .

Now the board should come out from the Secure boot, but When we try to blink the led program, it's not blinking.

When we are try to debug it it's showing hard fault.

Why ?

4 REPLIES 4
Issamos
Lead II

Hello @Mithilesh_Pandey 

Can you share your code so our community member can find if there is a problem in the code.

Best regards.

II

Hello @Mithilesh_Pandey 

I think this wiki may help you. 

Best regards.

II

Jocelyn RICARD
ST Employee

Hello @Mithilesh_Pandey,

From your description I'm not sure what you did exactly.

Did you strictly follow the how to or you created your own application ?

If created own application, you need to adapt the mapping in the linker file for instance.

Also, you have to make sure that VTOR is pointing to your interrupt vector table.

Best regards

Jocelyn