HardFault_Handler

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

HardFault_Handler

941 次查看
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 项奖励
回复
1 回复

840 次查看
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 项奖励
回复