cancel
Showing results for 
Search instead for 
Did you mean: 

Boot Loader and FreeRtos

baranovus
Associate III
Posted on November 10, 2010 at 16:04

Boot Loader and FreeRtos

2 REPLIES 2
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..
baranovus
Associate III
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.