Skip to main content
Associate
May 8, 2025
Solved

Not getting STM32H533 Internal MCU temperature readings

  • May 8, 2025
  • 3 replies
  • 647 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...!!

3 replies

KnarfB
Super User
May 8, 2025
TDK
TDKBest answer
Super User
May 8, 2025
"If you feel a post has answered your question, please click ""Accept as Solution""."
vsborleAuthor
Associate
May 13, 2025

Thanks TDK this example works for me and tested.

Thanks a lot for great support.

KDJEM.1
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

 

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
vsborleAuthor
Associate
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.