Replies: 4 comments 2 replies
-
Hi @MaazSk We usually use the samples/sensor/die_temp_polling/ to measure the die temperature with the ADC internal sensor channel
|
Beta Was this translation helpful? Give feedback.
-
with that overlay, west build -p auto -b stm32h750b_dk samples/sensor/die_temp_polling ; west flash
|
Beta Was this translation helpful? Give feedback.
-
Same method for the nucleo_u575 board where the die-temp is on adc1 channel 19. A nucleo_u575zi_q.overlay file like the following should be enough :
|
Beta Was this translation helpful? Give feedback.
-
See PR #77619 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Everyone,
I found there is some code regarding stm32_temperature sensor over here. Also, there is an test for temperature sensor under tests/sensors/temp_sensor but this test does not work directly with stm32h750b_dk I tried using nucleo_u575zi also but it did not work.
So, wanted to know if there is any direct support to use internal temperature sensor or what should be the method to use it
Beta Was this translation helpful? Give feedback.
All reactions