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.

how to change the symbolrate in the TI-RTOS examples Tx/Rx for cc13xx in the CODE

Hello,

I am using the sample examples of TI-RTOS on smart RF boards+cc13xx.

I have successfully seen the working of Tx/Rx example given.

Its written the code is working at Symbol Rate: 50.00000 kBaud

 

I want to change it to 100kbaud.

I want to do the changes in the code and not in smartrf studio as given

Its wriiten changes has to made in the smartrf_setting .c file  of tx/rx

these are the two parameters which are with respect to symbol rate in the file

    .symbolRate.preScale = 0xf,
    .symbolRate.rateWord = 0x8000,

i am not able to decode how they represent 50kbaud..

what changes should i make for 100kbaud

thanks