Bootloader to application freezes STM32H723VETX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-03 3:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-03 5:16 AM
Instrument silent failure points like the HardFault_Handler and Error_Handler
Stop execution in the debugger and observe where it is stuck.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-03 5: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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-03 10:33 PM
Will try thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
