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.

RTOS/CC1310: RF_MODE_MULTIPLE doesn't working properly

Part Number: CC1310

Tool/software: TI-RTOS

Hello,

i have currently no idea whats going wrong.

As soon as i set RF_MODE_MULTIPLE on a CC1310 MCU the RF driver seems to hang.

It's important for me because i want to use more than 1 RF client.

MCU Hardware-Revision: 2.0

Any hints?

  • Hi,

    do not use RF_MODE_MULTIPLE. Always use RF_MODE_PROPRIETARY_SUB_1 only on the CC1310. You can have as many clients as you want. This is just a software thing. The RF driver performs a client switch whenever one of the clients executes a RF command. During a client switch, the RF core is re-configured with the RF configuration of the active client. The configuration procedure is described here. The RF driver documentation is currently missing a description how multiple clients are treated. You may get some information about how the RF driver works from this document.