Skip to content

samples: circular_dma: fix DMA config for nucleo_c031c6 #90458

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

Conversation

Richy42
Copy link

@Richy42 Richy42 commented May 25, 2025

The circular DMA sample incorrectly configured channel 3 for the
NUCLEO-C031C6 board, but this MCU has only 3 channels (0 - 2).
Fixed by changing to channel 2.

Signed-off-by: Richard Skriwanek richy@fnc.at

The circular DMA sample incorrectly configured channel 3 for the NUCLEO-C031C6 board, but this MCU has only 3 channels (0 - 2). Fixed by changing to channel 2.

Signed-off-by: Richard Skriwanek <richy@fnc.at>
Copy link

Hello @Richy42, and thank you very much for your first pull request to the Zephyr project!
Our Continuous Integration pipeline will execute a series of checks on your Pull Request commit messages and code, and you are expected to address any failures by updating the PR. Please take a look at our commit message guidelines to find out how to format your commit messages, and at our contribution workflow to understand how to update your Pull Request. If you haven't already, please make sure to review the project's Contributor Expectations and update (by amending and force-pushing the commits) your pull request if necessary.
If you are stuck or need help please join us on Discord and ask your question there. Additionally, you can escalate the review when applicable. 😊

Copy link

@JarmouniA
Copy link
Collaborator

@Richy42 CI compliance issue to be fixed
UC4 Commit message body line exceeds max length (159>75)

@Richy42 Richy42 closed this May 31, 2025
@Richy42 Richy42 deleted the richy42/correct-sample-dma-config branch May 31, 2025 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Samples Samples platform: STM32 ST Micro STM32 size: XS A PR changing only a single line of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants