Skip to main content
rstefanski9
Visitor II
December 3, 2010
Question

Temperature sensing - how to access temperature detector?

  • December 3, 2010
  • 1 reply
  • 677 views
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.

    This topic has been closed for replies.

    1 reply

    brazov22
    Associate III
    December 4, 2010
    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