Other Parts Discussed in Thread: WMBUS
when I use wmbus-T mode fast send data,about 200ms interval,one hour later,the receiver can not receive data again.
so i think the send data operater is fail.
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.
Do you use the wmbus stack (http://www.ti.com/tool/WMBUS) or something else?
Please provide exact description on how to replicate.
I Use the following send function
RF_runCmd(rfHandle, (RF_Op*)&radio_para.fs, RF_PriorityNormal, radio_error, RF_EventInternalError|RF_EventModulesUnlocked);
// Schedule a proprietary TX command
RF_runCmd(rfHandle, (RF_Op*)&radio_para.tx, RF_PriorityNormal, radio_error, RF_EventInternalError|RF_EventModulesUnlocked);
Meaning that you have a packetTx/ packetRX example using the T-mode patch sending/ receiving packets every 200 ms and after an hour it fails?
If that is the case, does the RX or TX side fail (are you still sending packets but stop receiving and if that is the case, which state is the receiver in)
Does it always fail at the same point in time?
If each device switches between being RX and TX you are not running a lightly modified packetTX/RX example.
Please provide exact description on how to replicate.