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.

AWR2243: Digital Temperature Monitor

Part Number: AWR2243

I'm attempting to disable the AWR2243 digital temperature minimum and maximum monitors. If my understanding of the ICD is correct, if I set DIG_TEMP_THRESH_MIN and DIG_TEMP_THRESH_MAX both to 0, the monitor threshold checks for that sensor should be disabled. I'm using DFP 2.2.2.4.0.

However, when I do that, the monitor reports a failure of both of those checks, in AWR_MONITORING_TEMPERATURE_REPORT_AE_SB:

So I'm left thinking that the 2243 firmware doesn't match the ICD here.

  • Hi Dave,

    Please find my responses below:

    • Can you let me know what you have set in the REPORTING_ MODE of the AWR_MONITOR_TEMPERATURE_CONF_SB?
    • From the Async event you have obtained, it does look like there is no digital monitoring that has occurred and only the analog measurements have been reported.
    • If I set DIG_TEMP_THRESH_MIN and DIG_TEMP_THRESH_MAX both to 0, the monitor threshold checks for that sensor should be disabled. -> Your understanding is right here.

    Regards.

    Kaushik

  • My mistake: I thought I had set the reporting mode to only report failures, but it was actually reporting every monitoring frame. Thanks!