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.

CC1101: Switching b/w Carrier(Unmodulated) and Modulated Wave on CC1101

Part Number: CC1101

Dear All,

               I have a query regarding whether I can switch between Unmodulated  and Modulated Wave when radio is already working in one of the mode i.e either in  unmodulated or modulated mode.

I am sending these commands at runtime through SPI:

For Unmodulated Wave:

   CC1101_MDMCFG2_Setting_Value = 0x33; // ASK/OOK Modulation, Sync Word Used

   CC1101_PKTCTRL0_Setting_Value = 0x12; //Sycnchronous Serial Mode,Infinite Packet Length

For Modulated Wave:

 CC1101_MDMCFG2_Setting_Value = 0x03; //2-FSK Modulation, Sync Word Used

 CC1101_PKTCTRL0_Setting_Value = 0x41; //TxFIFO Used, Variable Packet Length

Thank you