当使用CCS6编译例子并以Debug模式写入板子,APP能发现和配对Peer:
1)当APP断开后,例子代码会报“Test failed, exiting application...”;
2)当APP断开后,扫描不到peer;是由于上面1)错误引起的吗?
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.
当使用CCS6编译例子并以Debug模式写入板子,APP能发现和配对Peer:
1)当APP断开后,例子代码会报“Test failed, exiting application...”;
2)当APP断开后,扫描不到peer;是由于上面1)错误引起的吗?
哦,谢谢~
如果Debug出现错误,处理错误后继续Peer或监听,该怎么做?
你应该是需要收到SL_WLAN_DISCONNECT_EVENT事件后需要做处理吧。
我没对代码例子做修改,请问:收到错误该如何处理呢?
1)例如:收到“Device disconnected from the Peer device on an ERROR..!!”错误信息时;
2)当出现错误时,我按板子的复位钮会是什么结果?
谢谢~
在代码例子中函数WlanConnect出现了错误,如下所示:
Connect to CC3200-p2p-device Error [-2000] at line [643] in function [WlanConnect]
1)是什么原因导致的?
2)我需要怎么做?
谢谢~
谢谢 Yonghua Pan,是没处理错误,处理后问题解决了。