cancel
Showing results for 
Search instead for 
Did you mean: 

Not getting STM32H533 Internal MCU temperature readings

vsborle
Visitor

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...!!

2 REPLIES 2
KnarfB
Principal III
TDK
Guru

Here's an example project which reads internal temperature on the STM32H5:

STM32CubeH5/Projects/NUCLEO-H563ZI/Examples/DTS/DTS_GetTemperature/Src/main.c at 047a3e84bc870a5609d2f9f38c74caf20d033403 · STMicroelectronics/STM32CubeH5

If you feel a post has answered your question, please click "Accept as Solution".