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