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.

LP-CC2652RB: openthread stops working..

Part Number: LP-CC2652RB

.. if this occurs:

platformRadioProcess()

 is called with args = 0xC0 (RF_EVENT_RX_CMD_PREEMPTED & RF_EVENT_RX_CMD_STOP)

sState is 4..

sReceiveCmd.status is 0x2407 .. IEEE_DONE_ABORT

sTransmitCmd.status is 0..

running the temp_sensor-example.. happens if the board is trying to send the temperature value.. does occur sometimes.. seems like randomly..

platformRadioProcess()

 is never called again, and nothing happens.. 

what to do? how to improve the platformRadioProcess() function to handle this scenario correct.. !?