Other Parts Discussed in Thread: CC3220SF 您好,我之前在论坛里问过关于CC3220SF批量烧录的问题。 e2echina.ti.com/.../196968 ,但是查看完批量烧录的文档 www.ti.com/.../swra568.pdf 里没有说明一些关于设备配置的问题。假如,我需要给每一个带有CC3220SF的设备里配置一个AP模式的SSID以及密码,要各个都不同。我要如何做呢?
关于UART程序的CTS与 RTS的使用,我并不是很能理解官方的解释:Hardware flow control between two devices is accomplished by connecting the UART Request-To-Send (RTS) pin to the Clear-To-Send (CTS) input on the receiving device, and connecting the RTS output of the receiving device…
Other Parts Discussed in Thread: CC3220SF LaunchPad : CC3220SF 实验例程:mqtt_client
SDK:simplelink_cc32xx_sdk_4_20_00_07
我将 Freemodbus 项目移植到TI-RTOS上,在移植过程中需要一个搭建消息队列保证线程安全。我注意到TI-RTOS的内核文档4.5节中描述了消息队列相关的API(Queue_enqueue),但是我在mqtt_client例程中注意到它使用的API是 (mq_send…