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.

AWR6843: Temperature Monitor

Part Number: AWR6843

Tool/software:

Hello.

I would like to inquire about temperature monitoring of AWR6843.

1. Temp Sensor : tmpRx0, tmpRx1, tmpRx2, tmpRx3, tmpTx0, tmpTx1, tmpTx2, tmpPm, tmpDig0, tmpDig1

    I would like to ask whether the temperature value of the sensor above is the junction temperature.

2. In the temperature monitoring function, the temperature is set to -40~140, and I would like to inquire whether this temperature is within the range that can guarantee radar performance.

 

/* Temperature Monitor */

rlTempMonConf_t gTempMonCfg = {

    .reportMode       = MMW_MONITOR_REPORT_MODE,

    .reserved0        = 0,

    .anaTempThreshMin = -40,

    .anaTempThreshMax = 140,

    .digTempThreshMin = -40,

    .digTempThreshMax = 140,

    .tempDiffThresh   = 50,

    .reserved1        = 0,

    .reserved2        = 0,

};