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.

程序在执行时,返回了错误的信息导致程序执行到死循环!

Other Parts Discussed in Thread: CC3200

Service Pack 已升级到最新版本

 

在使用 wlan_station 例程时,

ConfigureSimpleLinkToDefaultState() 函数 中

lMode = sl_Start(0, 0, 0);

的返回徝 lMode = -1

经查看注释,应该是

/* Failure to load MAC/PHY in STA role */

之后程序就会执行到 如下死循环

 LOOP_FOREVER();

请出现这种情况是 CC3200损坏了吗?

编译器IAR ARM 7.2