Other Parts Discussed in Thread: CC3220SF 我查看out of box 案例就是使用这种方式,我有以下几个疑问?
1.我使用浏览器配置好页面SSID和Security Key,在我复位CC3220SF时,我设置的SSID和Security Key是如何保存到CCC3220Sf中的非易失存储中的?
2.OUT of box 是通过哪个AP连接到wifi的? 我看ti的其它例程连接到wifi都调用 sl_WlanConnect 函数,但我在out of box并没有看到这个函数…
Other Parts Discussed in Thread: CC3220SF 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/1051404/cc3220sf-how-to-step-by-step-create-my-thread-pthread_create 器件型号…
Other Parts Discussed in Thread: CC3220SF 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/1073619/cc3220sf-launchxl-sync_loss-issue-detected-when-reading-file 部件号…
Other Parts Discussed in Thread: CC3220SF 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/1006750/cc3220sf-launchxl-ota_cloud-github 器件型号: CC3220SF-LAUNCHXL 主题中讨论的其他器件…
Other Parts Discussed in Thread: CC3220SF 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/896918/cc3220sf-launchxl-ti-ref-design-tidc-01002-gateway-example-project…
Other Parts Discussed in Thread: CC3220SF 写了一个CC3220SF双线程的程序,一个tcpthread,一个spithread。
请问是否是在tcpthread中调用了sleep函数,tcpthread就会释放当前占用的cpu资源,cpu就会切换到spithread执行吗?如果这样的话,tcpthread想设置延时该怎么办?