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.

CC13XX - SmartRF Studio

Hi,

I have few questions about CC13XX,

1. Why can't I change modulation and channel spacing in SmartRF Studio 7 (2.1.0)

2. I'm new to TI-RTOS and SmartRF config files, so I have a question about working on 2 different frequencies (we need to TX and RX on 2 frequencies - ofc not the same time) to make it happen should we make 2 config files for all of them and make different tasks for each "function" ? 

  • 1) You can change modulation by changing CMD_PRP_RADIO_DIV_SETUP.modelation in the right hand pan. Channel spacing is something you have to set-up in software, you can set the center frequency in SmartRF Studio
    2) You have to have one task for Tx and one task for Rx anyway. Then you can set different center frequency in the API call for Tx and Rx.