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.

[参考译文] CC3100BOOST:CC3100的 AP 模式 Web 服务器问题

Guru**** 2391415 points
Other Parts Discussed in Thread: CC3100, ENERGIA, CC3120, CC3100BOOST

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/659351/cc3100boost-ap-mode-webserver-problem-with-cc3100

器件型号:CC3100BOOST
主题中讨论的其他器件:CC3100ENERGIACC3120

您好!  

我们的一位客户报告了将 CC3100与 MSP432P401R 搭配使用时出现的问题。

问题如下。

我将 MSP-432P401R 与 CC3100BOOST 搭配使用、并运行随附的 Energia sketch CreateAPModeWebServer.ino(file)。 我在第114-118行修改了它、以便在它停止工作之前让我连接。 我从 CC3120切换到 CC3100、因为在使用 CC3120时、我在连接到网络后从未获得 IP 或 MAC 地址。问题似乎在147行中: WiFiClient myclient = myServer.available ();

该行永远不会执行。 当我点击„SUSPEND "时 、CCS 跳转到文件 socket.c 至第717行:  verify_Protocol (Msg.RSP.SD = SD);

似乎这条线是程序因任何原因而停止的地方。

e2e.ti.com/.../CreateAPModeWebServer.txte2e.ti.com/.../4857.socket.c