Boot Loader and FreeRtos
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2010-11-10 7:04 AM
Posted on November 10, 2010 at 16:04
Boot Loader and FreeRtos
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 5:14 AM
Posted on May 17, 2011 at 14:14
Could somebody give a clue?
Install a real hard fault handler, and have it show you where the problem is. The hard fault is where other faults end up if not handled, the processor provides plenty of information about the location of the fault, and the registers when it faulted. You will likely see it if your PC becomes even, the stack overflows, you access the wrong or an unaligned memory region. Make sure your application sets the vector address block for itself correctly.
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..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 5:14 AM
Posted on May 17, 2011 at 14:14
I found out that the reason was in __disable_interrupt. I shouldn't have put it there.
