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.

TIDEP-0091: EnMask of One-shot calibration

Part Number: TIDEP-0091

Hi Team,

In operation of TIDEP-0091, I think the one-shot calibretion is excuted before the measurement every time.
Could you inform me of enable-mask setting by one-shot calibration ?

Sincerely,
SAGARA

  • Hi SAGARA,

    You can find the run time calibration mask in the file mmwave_link.c in the function MMWave_startLink()

    runTimeCalib.oneTimeCalibEnMask = CSL_FMKR (4U, 4U, 1U) | /* LODIST calibration */
    CSL_FMKR (8U, 8U, 1U) | /* PD calibration */
    CSL_FMKR (9U, 9U, 1U) | /* TX Power calibration */
    CSL_FMKR (10U, 10U, 1U); /* RX gain calibration */

    Regards,

    Abhishek