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.

CC3000的SmartConfig问题

你好,刚刚接触CC3000,在调试Basic Wi-Fi Example Application 在终端敲入命令01,进入到SmartConfig的时候,一直连不到AP,程序代码一直停留在

while (ulSmartConfigFinished == 0)
{
     __delay_cycles(6000000);                             
     turnLedOff(6);
     __delay_cycles(6000000);
     turnLedOn(6);  
}

这是我的无线网络连接配置。

请问这是什么原因?

谢谢