HardFault_Handler

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

HardFault_Handler

900 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by nasib on Mon Jan 28 12:30:18 MST 2013
Hi all!
I have a problem.
When i add some code lines (whatever) to my program, it jump to a  HardFault_Handler(void) function ( into  CDL/CMSISv2p00_LPC11Uxx/src/cr_startup_lpc11u.c/)
I have a large code, and i don't know why it happens.
Anyone knows what is exactly this function?
Thank you so much!
0 Kudos
Reply
1 Reply

799 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Tue Jan 29 01:18:37 MST 2013
There is Information on debugging hard faults in LPCXpresso IDE here:

http://support.code-red-tech.com/CodeRedWiki/DebugHardFault

And for background information on hard faults I suggest that you read some of ARM's documentation on the Cortex-M0:

http://support.code-red-tech.com/CodeRedWiki/ArmCpuInfo

Regards,
CodeRedSupport
0 Kudos
Reply