Skip to content

[TI cc23x0 SoC] Add DMA mode to ADC driver #90584

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jpanisbl
Copy link
Contributor

This series adds DMA mode support to ADC driver for the TI cc23x0 SoC.

Datasheet: https://www.ti.com/lit/ds/symlink/cc2340r5.pdf

jpanisbl added 2 commits May 26, 2025 10:59
The ADC has a dedicated interface for communicating with the DMA.
The ADC module provides four interrupt sources (one for each
conversion result storage register) which can be configured to
source the DMA trigger.

Signed-off-by: Julien Panis <jpanis@baylibre.com>
Add support to use DMA mode with cc23x0 ADC module. This consists in
specifying the DMA channel and peripheral.

Signed-off-by: Julien Panis <jpanis@baylibre.com>
@github-actions github-actions bot added area: ADC Analog-to-Digital Converter (ADC) platform: TI SimpleLink Texas Instruments SimpleLink MCU labels May 26, 2025
Copy link

@jpanisbl
Copy link
Contributor Author

jpanisbl commented Jun 6, 2025

Hi @anangl @vaishnavachath Could you please review when you have time for this ?

@jpanisbl
Copy link
Contributor Author

jpanisbl commented Jun 6, 2025

Hello @kartben
I may be wrong but @vanti is no longer active as a reviewer it seems (no Zephyr contribution over the last months/years). Maybe worth adding somebody else to help the current reviewers (they are only 2).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ADC Analog-to-Digital Converter (ADC) platform: TI SimpleLink Texas Instruments SimpleLink MCU
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants