Tool/software: Code Composer Studio
I WANT TO CHANGE THE FREQUENCY BY GIVING COMMAND VIA HYPERTERMINAL. On giving command its bitfield value is changing but when i am transmitting something its still transmitting at same frewuency.
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.
Tool/software: Code Composer Studio
I WANT TO CHANGE THE FREQUENCY BY GIVING COMMAND VIA HYPERTERMINAL. On giving command its bitfield value is changing but when i am transmitting something its still transmitting at same frewuency.
Hi, a secure way of implenting frequency change is to do a RF_close / RF_open with the new parameters .
For changing phy's, overrides, centerfreq. etc.. it is sufficiant to use RF_control (xx,RF_CTRL_UPDATE_SETUP_CMD,xx) without RF_close, RF_open. The new setup will take effect in the immediate next power cycle of the radio core.