This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Fault Isr

Hi Friends ,

How to solve these types of ERROR :
static void
FaultISR(void)
{
//
// Enter an infinite loop.
//
while(1)
{
}
}

some time program get stuck in this ISR . 

Regards ,
Arvind .