Hi,
I found there are below two new parameters in the new SDK 1.1.02, would u pls let me know the detail meaning and how to configure it? Seems for different frequency, the configuration is different, right?
In the mmw demo, the *.cfg file doesn't support the below configuration.
/**
* @brief Bit Description \n
b0 FORCE_VCO_SEL \n
0 - Use internal VCO selection \n
1 - Forced external VCO selection \n
b1 VCO_SEL \n
0 - VCO1 (76 - 78 GHz) \n
1 - VCO2 (77 - 81 GHz) \n
b7:2 RESERVED \n
*/
rlUInt8_t pfVcoSelect;
/**
* @brief Bit Description \n
b0 RETAIN_TXCAL_LUT \n
0 - Update TX calibration LUT \n
1 - Do not update TX calibration LUT \n
b1 RETAIN_RXCAL_LUT \n
0 - Update RX calibration LUT \n
1 - Do not update TX calibration LUT \n
b7:2 RESERVED \n
If PF_TX_OUTPUT_POWER_BACKOFF is changed then set RETAIN_TXCAL_LUT to 0, \n
else set it to 1 and if PF_RX_GAIN is changed, then set RETAIN_RXCAL_LUT to 0 \n
else set them to 1.
*/
rlUInt8_t pfCalLutUpdate;
BR,
Andy