主题中讨论的其他器件:WMBUS
当我使用 wmbus-T 模式快速发送数据时、大约200ms 间隔、一小时后、接收器无法再次接收数据。
因此、我认为发送数据操作符失败了。
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.
您是否使用 wmbus 堆栈(http://www.ti.com/tool/WMBUS)或其他内容?
请提供有关如何复制的确切说明。
我 使用以下发送函数
rf_runCmd (rfHandle、(rf_Op*)&radio_para.fs、rf_PriorityNormal、radio_error、rf_EventInternalError|rf_EventModulesUnlocked);
//安排一个专有的 TX 命令
rf_runCmd (rfHandle、(rf_Op*)&radio_para.TX、rf_PriorityNormal、radio_error、rf_EventInternalError|rf_EventModulesUnlocked);