Difference between revisions of "STM32 internal temperature and voltage reference"

From Stm32World Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
Most - if not all - [[STM32]] [[MCU]]s have a number of on-chip [[ADC]]s which can be used to measure analogue voltages.
 
Most - if not all - [[STM32]] [[MCU]]s have a number of on-chip [[ADC]]s which can be used to measure analogue voltages.
  
For this example, we are going to be using a so-called [[Black Pill]] board.
+
For this example, we are going to be using a so-called [[Black Pill]] board.  The [[Black Pill]] board is using a [[STM32F411]] and according to the [https://www.st.com/resource/en/datasheet/stm32f411ce.pdf datasheet] that [[MCU]] has got one 12-bit ADC with up to 16 channels.

Revision as of 03:57, 1 June 2021

Black Pill (stm32f411).jpg

Most - if not all - STM32 MCUs have a number of on-chip ADCs which can be used to measure analogue voltages.

For this example, we are going to be using a so-called Black Pill board. The Black Pill board is using a STM32F411 and according to the datasheet that MCU has got one 12-bit ADC with up to 16 channels.