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.

CC2652R: Technical issues

Part Number: CC2652R

Hi team,

I got a question from customer.

I'm using cc2652r1f to implement rtlsaoa,Protocol stack version simplelink_cc13x2_26x2_sdk_4_40_04_04,When using rtlsmaster to create synchronization,There maybe appear RTLS_EVT_ Debug error. After that, I couldn't create new synchronization.In addition to restart, how can I solve the above problems?

Thank you very much for your help.

Best regards,

  • Hi,

    Thank you for your inquiry. I notified a colleague and he will reply as soon as possible.

    Regards,

    Rafael

  • Hi,

    "RTLS_EVT_DEBUG" are events sent by the RTLS controller to the RTLS host (PC). These events are not error events strictly - they are rather help to debug actual errors.

    The function RTLSCtrl_sendDebugEvt sends these events. It would be interesting to identify where the function is called - you can do this using breakpoints.

    Best regards,