cancel
Showing results for 
Search instead for 
Did you mean: 

Bootloader to application freezes STM32H723VETX

K1LL3R
Associate

Good day

I have an issue with bootloader jumping to application then it just freezes and I can not figure out where it gets stuck.

Is there someone that won't mind helping me or see where I am doing something wrong.

Thank you.

Kind Regards

2 REPLIES 2

Instrument silent failure points like the HardFault_Handler and Error_Handler 

Stop execution in the debugger and observe where it is stuck.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
LCE
Principal

Not enough information...

Have you moved the vector table according to the application address?

Have you de-initialized all peripherals in bootloader before jumping?

Have you checked the jump address?