-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: ADCAnalog-to-Digital Converter (ADC)Analog-to-Digital Converter (ADC)platform: STM32ST Micro STM32ST Micro STM32
Description
Is your enhancement proposal related to a problem? Please describe.
To sample relatively high frequency signals with an ADC, integration with a DMA is needed. This is not currently supported by the various ADC drivers.
Describe the solution you'd like
The ADC driver could be configured to use a DMA. A buffer is given to the driver, and is filled with samples. The driver will call a user callback when the buffer is (half) full.
Describe alternatives you've considered
Additional context
Jeepgoing and Powilas21
Metadata
Metadata
Assignees
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: ADCAnalog-to-Digital Converter (ADC)Analog-to-Digital Converter (ADC)platform: STM32ST Micro STM32ST Micro STM32