Skip to main content
Visitor II
May 8, 2025
Solved

Not getting STM32H533 Internal MCU temperature readings

  • May 8, 2025
  • 3 replies
  • 645 views

Hello All,

I am using STM32H533 series controller in our application and trying to read internal MCU temperature reading using ADC. But not getting value properly can any one please help me and provide sample example that support for STM32H5 series to read internal MCU temperature?

Any help most appreciate and thanks in advanced...!!

    This topic has been closed for replies.

    3 replies

    Super User
    May 8, 2025
    TDKAnswer
    Super User
    May 8, 2025
    vsborleAuthor
    Visitor II
    May 13, 2025

    Thanks TDK this example works for me and tested.

    Thanks a lot for great support.

    Technical Moderator
    May 13, 2025

    Hello @vsborle and welcome to the community;

     

    I recommend you to look at ADC_TemperatureSensor example and get inspired to create your own project with STM32H533 device.

    This example describes how to use a ADC peripheral to perform a single ADC conversion of the internal temperature sensor and to calculate the temperature in Celsius degrees.

    This example has been tested with NUCLEO-F411RE board and can be easily tailored to any other supported device and development board.

     

    If the issue isn't solved, I advise you to share your project.

    Thank you.

    Kaouthar

     

     

    vsborleAuthor
    Visitor II
    May 13, 2025

    Thanks KDJEM,

    I used DTS inbuild feature and it working we will check this example code also.

    Thanks a lot for great support.