Skip to main content
Visitor II
June 4, 2024
Question

Measure STM32F373 core temperature

  • June 4, 2024
  • 1 reply
  • 772 views

Hi,

I was measuring the STM32F373 core temperature.
It seems that the core is 56°C while the environment is 23°C, no housing.
Is the 56°C a reasonable temperature? It looks quite high to me.
I used the settings below:

ADC_Temperature.png

    This topic has been closed for replies.

    1 reply

    Super User
    June 4, 2024

    Internal temperature is always higher than the ambient, and depends on the particularities of your application (clock frequency, number of active modules, load on GPIOs, etc.). However, +33deg.C is a tad bit more than expected.

    Have you performed calibration before starting AD conversions, as outlined in the Calibration subchapter of ADC chapter RM?

    Some other tips for this case here.

    JW