cancel
Showing results for 
Search instead for 
Did you mean: 

Temperature sensing - how to access temperature detector?

rstefanski9
Associate
Posted on December 03, 2010 at 13:09

How to use built-in temperature detector? has anyone used it? any example?

I just found in the documentation that temperature detector is in ADC1_IN16 input channel. But how do I access it?

I am green to the subject; just configured my row of LEDs to light on; I want to read temperature and output it on a row of LEDS.

1 REPLY 1
brazov22
Associate II
Posted on December 04, 2010 at 19:22

http://www.micromouseonline.com/blog/2009/05/25/simple-adc-use-on-the-stm32

http://www.micromouseonline.com/blog/2009/05/25/simple-adc-use-on-the-stm32

have a look, but modify the code taking care that max freq. for value line is 24 MHz instead of 72 MHz and ADC clock must be configured 12 MHz.

brazov2