Other Parts Discussed in Thread: CC1352P, CC1352P7, SYSCONFIG
Tool/software:
Hi,
Does the CC1354P10 support transmitting and receiving on the 433 MHz band?
Thanks,
Alon
Hi Marie!
Thank you for the reply. Does this mean that the 1354P10 does not support the 433 MHz band or that there are no official performance numbers? if the later, since I already have a board (the LP-EM-CC1354P10-1) I would be happy for any guidance on the required CMD_PROP_RADIO_DIV_SETUP_PA command to set it to this frequency band.
Alon
I've managed to transmit, I had to override the sysconfig generated values, I used values produced by smartrf studio 7 setting 433 MHz, and I followed it with the rfCarrier example's FS command and the TX_TEST command, and verified using a TinySA. I used the following overrides to the 868 MHz mode:
RF_cmdPropRadioDivSetup.centerFreq = 433;
RF_cmdPropRadioDivSetup.txPower = 0x003F;
RF_cmdPropRadioDivSetup.loDivider = 0xA;
pOverrides[0] = TXSUB1_POWER_OVERRIDE(0x003F);