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 STA模式问题



我看资料说要更改  AP SSID  及 keyword 和type

我实验室的路由器 ID:ABC  密码 1234567890   这个SECURITY TYPE 默认

然后把程序下载到板子上 通过串口调试

应该是失败了,请问下论坛的技术人员 这是什么问题呢        Error[-84] at line [764]in function 对应主函数的

lRetVal = sl_WlanConnect((signed char*)SSID_NAME, strlen(SSID_NAME), 0, &secParams, 0);
ASSERT_ON_ERROR(lRetVal);吗?