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.

TDA4VM: How to get the temperature?

Part Number: TDA4VM


Tool/software:

Hi,

My SDK version is  Processor SDK RTOS J721E 08_06_00.  I want to obtain real-time temperature of each module inside the chip. Like this link, https://software-dl.ti.com//jacinto7/esd/processor-sdk-linux-sk-tda4vm/08_04_00/exports/docs/performance_visualizer.htmlHow should I achieve it?

thank you

  • Hi,

    Are you using Linux as well? What is running on A72 cores? If using Linux, You can use the below command:

    cat /sys/class/thermal/thermal_zone*/temp

    The above will give temperatures of all the thermal zones in milli degree centigrade.

    - Keerthy