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.

CC2538: FaultISR handle

Part Number: CC2538


Hi, My application is always stopping in

static void FaultISR(void)
{
//
// Enter an infinite loop.
//
  while(1)
   {
   }

}

I am not getting who is interrupting. Can any one help to solve this