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.

AWR2944EVM: CLI CMD calibdata for AWR2944

Part Number: AWR2944EVM
Other Parts Discussed in Thread: AWR2944

Hi Experts

The “calibdata” command of mmw CLI is used for boot time RF calibration save/restore in SDK4.2.0.3.

Although this functionality is disabled by the default values in profiles.cfg as "calibdata 0 0 0", but the code in MmwDemo_openSensor( ), we find that only 3Tx data is stored/restored for AWR2944, Missing the code for TX4.

Pls help check if the code should be modified for AWR2944.

gCalibDataStorage.phaseShiftCalibData.PhShiftcalibChunk[0].txIndex = 0;
gCalibDataStorage.phaseShiftCalibData.PhShiftcalibChunk[1].txIndex = 1;
gCalibDataStorage.phaseShiftCalibData.PhShiftcalibChunk[2].txIndex = 2;