Part Number: LP-CC2652R7 Hi team,
Here's the request from the customer:
int ModifyChannel(RF_Handle rfHandle,uint8_t channel){
rfc_CMD_MODIFY_FS_t cmdModifyFs ={
.commandNo = CMD_MODIFY_FS,
.frequency = 2400 + channel,
.fractFreq = 0
…
Part Number: CC1310 Tool/software: TI-RTOS Hi ,
i would like to switch the frequency faster,so i am try to use the CMD_MODIFY_FS command.
but i found it is fail.
How to use the CMD_MODIFY_FS command ?
my code below:
struct __RFC_STRUCT rfc_CMD_MODIFY_FS_s…
The LNA/PA RX/TX signals have been absolutely necessary in this process. I am jumping about 2.5 MHz at a time, so when you say 'change the setup command', are you referring to CMD_MODIFY_FS to re set the synthesizer without calibration?
Hello Ravi,
CMD_UPDATE_FS is deprecated version of CMD_MODIFY_FS.
The main difference is that CMD_FS does calibration at the desired frequency while CMD_MODIFY_FS does not.
If switching between TX/RX at the same frequency, then you can use CMD_MODIFY_FS…
Part Number: CC2650 I have a PCB board based on CC2650 ready for the mass production and my contract manufacturer is asking me about calibrating the Bluetooth device, rf calibration for the PCB layout.
I have not found anything about this, the only…