Controller Freeze - LPC1768

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

Controller Freeze - LPC1768

Jump to solution
359 Views
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 Kudos
1 Solution
347 Views
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.

View solution in original post

1 Reply
348 Views
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.