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.

CC3200 P2P模式 无法扫描出CC3200的WIFI

Other Parts Discussed in Thread: CC3200

在调试CC3200时,使其工作在P2P模式(直接下载SDk(1.0.0)的历程),但是程序一直在 while(! IS_P2P_REQ_RCVD(g_ulStatus))处循环,原因是

GET_STATUS_BIT(status_variable,STATUS_BIT_P2P_REQ_RECEIVED) 的值为 “0” ,即 status_variable 的 值为零,这是为什么呢?status_variable这个变量的含义是什么,好像没有看到它的定义。

在Tera Term 中只能显示到如下:

我使用的开发环境是IAR 7.30端口的波特率均配置为115200