Skip to main content
Associate
September 17, 2023
Question

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

  • September 17, 2023
  • 2 replies
  • 1313 views

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 ?

This topic has been closed for replies.

2 replies

Issamos
Lead III
September 17, 2023

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

Associate
September 17, 2023
Issamos
Lead III
September 17, 2023

Hello @Mithilesh_Pandey 

I think this wiki may help you. 

Best regards.

II

Jocelyn RICARD
ST Employee
September 26, 2023

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