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.

CC1310:   CC1310:cc1310HSM模式如何设置连续tx发包

Part Number: CC1310


我修改了rfPacketTX例程实现了hsmTX高速模式的发送,配合使用rfPacketErrorRate例程选择hsm接收,可以接收到数据,但我发现其数据速率要比rfPacketErrorRate例程的无间隔发送速率慢很多,我意识到我修改的hsmTX程序存在发包间隔,原本的rfPacketTX例程中通过一个延时来设置发包间隔:“ sleep(PACKET_INTERVAL);”,我已经去掉了延时,但依然有发包间隔,请教如何设置来实现rfPacketErrorRate例程中的无间隔连续发包