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 .
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 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 .
Hi Vaibhav ,
Here is the following line of code : present in wlan.c file line number 573 .
VERIFY_RET_OK(_SlDrvCmdOp((_SlCmdCtrl_t *)&_SlProfileDelCmdCtrl, &Msg, NULL));
Regards ,
Arvind
Hi Vikram ,
I solved that problem ,actually I called smart Config API before NetworkInit() API because of this it was showing ERROR .Now it is working fine .
Regards ,
Arvind .