Tool/software:
Hello,
Regarding the RX Gain in the Self-Calibration feature, I would like to know how to use a pre-created LUT (Look-Up Table).
Specifically, when using the mmWave API (ti/control/mmwave/mmwave.h), I have the following questions:
Q1:
If I execute MMWave_open() with the MMWave_OpenCfg > customCalibrationEnableMask argument set to disable RX Gain, will the RX Gain LUT be updated during boot-time calibration?
Will the frames before the execution of run-time calibration after calling MMWave_start() still have the RX Gain correction based on the aforementioned LUT, or will the correction itself be disabled?
Q2:
If I execute MMWave_addProfile() with the rlProfileCfg_t > pfCalLutUpdate argument set to true (indicating not to update the RX Gain LUT),
and then execute MMWave_start() with the MMWave_CalibrationCfg > MMWave_ChirpCalibrationCfg > enableCalibration argument set to true,
will the RX Gain LUT be updated during the execution of run-time calibration?
Will the frames after the execution of run-time calibration have the RX Gain correction based on the aforementioned LUT, or will the correction itself be disabled?
Best regards,
Yasuaki