- This topic has 0 replies, 1 voice, and was last updated 1 month, 2 weeks ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
(This message was transferred over from our old forum)
Posted August 18, 2015
By Todd DeBoer
[hr]
On 5/2/13 Jaybee asked, “I am constantly getting UEZBSP fatal error, error code is 10. It always goes into fatal error at this line
” vPortStartFirstTask(); ” May I know what does error 10 stands for? “
[hr]
(Follow up post)
Answered:
This should help:
On a LPC1788, the codes are defined indirectly in /Source/Processor/NXP/LPC1788/IAR/include/CMSIS/startup_LPC17xx.s:
NMI_Error = 4
Mem Manager Error = 6
Bus Fault = 7
Usage Fault = 8
SVC Fault = 9
Debug Monitor Fault = 10
PendSV Fault = 11
RTOS Assertion Failure = 25
On the LPC2478, the codes are defined indirectly in /Source/Processor/NXP/LPC2478/Crossworks/LPC2478_startup.s:
Undef handler fault = 4
SWI Handler fault = 5
Prefetch Abort (PABORT) = 6
Data fetch abort (DABORT) = 7
Fast Interrupt Fault = 8
IRQ Handler Fault = 9
Unhandled interrupt = 10
RTOS Assertion Failure = 25