2010-12-03 04:09 AM
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.2010-12-04 10:22 AM
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