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.

HTTP server 添加到MQTT client 的例程上,我手机连上mysimplelink.net/portable.html发现网页无法与CC3220SF交互。

Other Parts Discussed in Thread: CC3220SF

HTTP server 添加到MQTT client 的例程上,我手机连上mysimplelink.net/portable.html发现网页无法与CC3220SF交互。

1.我点击mysimplelink.net/portable.html网页控制led灯的按钮,cc3220sf luanchpad 无法与mysimplelink.net/portable.html网页控制led灯的按钮交互?

2,我通过注释掉MQTT client的线程,发现单独Http server线程工作是正常的,能够与CC3220SF正常通信

3.我推测出现该问题SPI驱动与NWP通信的问题,因为MQTT 和 http server都是SPI与网络处理器NWP交互数据,如果是这问题我该如何解决问题?