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
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.
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
Hi Raghunandana,
Have you been able to further debug this problem?
Edit: Closing until further information is provided.
Regards,
Ryan