Controller Freeze - LPC1768

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Controller Freeze - LPC1768

ソリューションへジャンプ
372件の閲覧回数
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 解決策
360件の閲覧回数
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 返信
361件の閲覧回数
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.