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

From Stm32World Wiki
Jump to navigation Jump to search
Line 1: Line 1:
[[Category:C]] [[Category:STM32 Development]] [[Category:STM32CubeMX]] [[Category:STM32CubeIde]] [[Category:Embedded]] [[Category:STM32]] {{metadesc|Read ADC on STM32}}[[File:Black Pill (stm32f411).jpg|thumb|200px]]
+
[[Category:C]] [[Category:STM32 Development]] [[Category:STM32CubeMX]] [[Category:STM32CubeIde]] [[Category:Embedded]] [[Category:STM32]] {{metadesc|Read ADC on STM32}}[[File:Black Pill (stm32f411).jpg|thumb|300px]]
 +
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.

Revision as of 03:54, 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.