Controller Freeze - LPC1768

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

Controller Freeze - LPC1768

跳至解决方案
682 次查看
Dhaya
Contributor III

In our project we using multiple interrupts like External interrupt, Timer, Serial Interrupts. In very rare case, controller gets completely freeze. Our Project is more sensitive and health based so its more important to ensure the reliability.

Kindly guide us to avoid freeze issue. Also kindly tell what are the possible reasons may besides these freeze issue

0 项奖励
回复
1 解答
670 次查看
frank_m
Senior Contributor III

I would bet on a hardfault.
Or a lockup, when such a fault occurs in a fault handler.

> Kindly guide us to avoid freeze issue. Also kindly tell what are the possible reasons may besides these freeze issue

As almost, the firmware.

You can attempt to provoke such an occurence in debug mode, or try to attach with the debugger to the "running" system when it occured.

在原帖中查看解决方案

1 回复
671 次查看
frank_m
Senior Contributor III

I would bet on a hardfault.
Or a lockup, when such a fault occurs in a fault handler.

> Kindly guide us to avoid freeze issue. Also kindly tell what are the possible reasons may besides these freeze issue

As almost, the firmware.

You can attempt to provoke such an occurence in debug mode, or try to attach with the debugger to the "running" system when it occured.