Skip to main content
Visitor II
September 3, 2024
Question

Bootloader to application freezes STM32H723VETX

  • September 3, 2024
  • 3 replies
  • 1171 views

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

    This topic has been closed for replies.

    3 replies

    Graduate II
    September 3, 2024

    Instrument silent failure points like the HardFault_Handler and Error_Handler 

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

    K1LL3RAuthor
    Visitor II
    September 4, 2024

    Will try thanks

    Graduate II
    September 3, 2024

    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?

    K1LL3RAuthor
    Visitor II
    September 4, 2024

    Good day

    Yes I have moved the vector table and made sure the jump address is fine.

    de-initialized the peripherals I think I have all of them I am not sure.

    I know the MX_USB_DEVICE_Init() have a problem and do not how to de-init it.

    and then I use freertos and think that is also an issue with the queues.

    Technical Moderator
    September 3, 2024

    Hi @K1LL3R 

     

    Use breakpoints, step-through debugging or print logs.

    K1LL3RAuthor
    Visitor II
    September 4, 2024

    Have tried it but no luck. Because I debug in bootloader and then it jumps to application but disconnects me