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;