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.

SmartConfig操作后程序跑飞怎么解决



        在TI的DEMO基础上写了个带freertos程序,进入 SmartConfig 模式,在APP端进行SmartConfig操作后,会跳转到static void  FaultISR(void)中的while(1)中去。重新运行程序,才会连接到路由器。跟踪调试发现,程序问题出现在配置SmartConfig 模式完成后,等待WLAN Event的while循环处。如果APP端不进行SmartConfig操作,暂停程序会停在这个循环处,但如果进行操作,暂停后会停在FaultISR(void)中的while(1)循环中,是不是产生了什么事件,我没有处理啊