stm32l476RG ADC
时间: 2023-10-28 13:40:46 浏览: 118
The STM32L476RG is a microcontroller from STMicroelectronics, which features a 12-bit analog-to-digital converter (ADC). The ADC is a peripheral that allows the microcontroller to convert analog signals into digital signals for processing by the microcontroller.
The ADC on the STM32L476RG has the following features:
- 12-bit resolution
- Up to 5 MSPS sampling rate
- Single-ended or differential input modes
- Up to 16 channels
- Configurable sampling time
- Built-in temperature sensor
The ADC on the STM32L476RG can be configured using the microcontroller's registers and can be used in various applications such as sensor monitoring, data acquisition, and control systems. The ADC can be used with various input sources such as sensors, voltage dividers, and potentiometers. The ADC can also be configured to trigger interrupts or DMA transfers when a conversion is complete, allowing the microcontroller to perform other tasks while the conversion is in progress.
阅读全文