Skip to content

[embassy-stm32] add PWM multi channel waveform generation using DMA burst mode #4232

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 4 commits into
base: main
Choose a base branch
from

Conversation

RaulIQ
Copy link

@RaulIQ RaulIQ commented May 21, 2025

This PR adds the waveform_up_multi_channel method, enabling PWM waveform generation using DMA burst transfers triggered by timer update events (UEV).

DMA operates through the DMAR register using configured DBA/DBL to update multiple CCRx registers in one transfer.

image

@RaulIQ RaulIQ changed the title Add PWM waveform generation using DMA burst mode Add PWM multi channel waveform generation using DMA burst mode May 21, 2025
@RaulIQ RaulIQ changed the title Add PWM multi channel waveform generation using DMA burst mode [embassy-stm32] add PWM multi channel waveform generation using DMA burst mode May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant