2025-05-08 3:48 AM
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...!!
Solved! Go to Solution.
2025-05-08 5:48 AM
Here's an example project which reads internal temperature on the STM32H5:
2025-05-08 5:18 AM
So, show you code please.
How to write your question to maximize your chance... - STMicroelectronics Community
hth
KnarfB
2025-05-08 5:48 AM
Here's an example project which reads internal temperature on the STM32H5:
2025-05-13 2:23 AM
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.
2025-05-13 2:30 AM
Thanks TDK this example works for me and tested.
Thanks a lot for great support.
2025-05-13 2:31 AM
Thanks KDJEM,
I used DTS inbuild feature and it working we will check this example code also.
Thanks a lot for great support.