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.

Easylink Rx Example will be suddenly halted after running several minutes

Other Parts Discussed in Thread: CC1310

Hi, 

I runned the Easylink  Rx Example  on   the CC1310 Evaluation Kit, but  each time, after server minutes of running, the platform is suddenly halted, the LED1 light  did not blink anymore, and the system is  dead.  ( At the beginning , the output is Ok,  and the LED1 light blink normally)

Anyone can give me some advice ??

Thanks in advance

BR

  • Do you have poor RF performance (no antenna with several meters between Tx/Rx)? We have observed an issue where a lock up can occur when an RX error happens, this is fixed in the release that should be available this week. Please see this thread explaining a similar issue with the WSN example:

    In particular you should also remove the RF_EventRxAborted from the EASYLINK_RF_EVENT_MASK  in EasyLink.c:

    1
    2
    #define EASYLINK_RF_EVENT_MASK  ( RF_EventLastCmdDone | RF_EventCmdError | \
                 RF_EventCmdAborted | RF_EventCmdStopped | RF_EventCmdCancelled )

     

    Regards, TC.

  • The new release is available here:
    software-dl.ti.com/.../

    Please let me know if you still see the issue with this release.

    Regards, TC.