I have done custom bootloader, it should be jumped to application but it isn't going to jump to the application address, hard fault error is showing up?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-12-15 2:34 AM
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-12-15 4:10 AM
Debug normally as you would for a Hard Fault, look at the instructions and registers at the point it faults.
Determine if data being read is correct, and addresses are correct. If doing a control transfer that there is viable Thumb code there.
Step code transitions in a debugger.
Have your HardFault_Handler output actionable data.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
