Controller Freeze - LPC1768

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

Controller Freeze - LPC1768

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