CC3100出现 Device disconnected from the AP on an ERROR 这段语句,怎么解决
时间:10-02
整理:3721RD
点击:
CC3100出现 Device disconnected from the AP on an ERROR 这段语句,怎么解决
CC3100装置从一个错误的AP断开
if(SL_USER_INITIATED_DISCONNECTION == pEventData->reason_code) + { +// CLI_Write((_u8 *)" Device disconnected from the AP on application's request \n\r"); + printf(" Device disconnected from the AP on application's request \n\r"); + } + else + { +// CLI_Write((_u8 *)" Device disconnected from the AP on an ERROR..!! \n\r"); + printf(" Device disconnected from the AP on an ERROR..!! \n\r"); + }
参考这个测试程序
https://developer.mbed.org/users/dflet/code/cc3100_test/diff/a3e52cf86086/simplelink/cc3100_driver.cpp
这说明CC3100因为一些原因导致连接断了,你返回的reason_code是多少?
错误码是0x00
这个错误码我倒没见过,你是在什么情形下会有这种问题。容易复现吗?和特定的路由器有没有关系?
语句 这段 Device disconnected ERROR 相关文章:
- CC3200怎么在程序里设置Device Name
- An error message as using "Radio Tool" to connect device (CC3200-LAUNCHXL) to my PC
- CC3200 文件操作返回 #define SL_FS_NO_DEVICE_IS_LOADED (-49)
- CC3100移植 void _SlDrvHandleGeneralEvents(SlDeviceEvent_t slGeneralEvent);没有定义报错
- 请问 : CC3200 SmartConfig 手机APP中的DeviceName填写什么?
- Fatal Error:Segement FRAM_DATA must be defined in a segment definition option(-Z,-b or -P)