2024-09-03 03:39 AM
2024-09-03 05:16 AM
Instrument silent failure points like the HardFault_Handler and Error_Handler
Stop execution in the debugger and observe where it is stuck.
2024-09-03 05:48 AM
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?
2024-09-03 10:28 AM
Hi @K1LL3R
Use breakpoints, step-through debugging or print logs.
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.
2024-09-03 10:32 PM
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.
2024-09-03 10:33 PM
Will try thanks
2024-09-03 10:34 PM
Have tried it but no luck. Because I debug in bootloader and then it jumps to application but disconnects me