Skip to content

boards/nucleo-f413zh: Fix DMA mapping #20225

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

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

MrKevinWeiss
Copy link
Contributor

Contribution description

While attempting to test #20214, I didn't get any output. Long story short the DMA mappings for the UART are clearly incorrect.

I just added them and fixed it so I get output now...
image

Testing procedure

Before:

BOARD=nucleo-f413zh make flash term -C tests/periph/spi_dma

would not give any output, now it does.

One could try to test easy periph but I feel like reading the datasheet is the easiest test.

Issues/PRs references

@MrKevinWeiss MrKevinWeiss requested a review from aabadie as a code owner January 3, 2024 13:17
@MrKevinWeiss MrKevinWeiss added the Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) label Jan 3, 2024
@github-actions github-actions bot added the Area: boards Area: Board ports label Jan 3, 2024
@benpicco benpicco added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Jan 3, 2024
@benpicco benpicco enabled auto-merge January 3, 2024 14:02
@riot-ci
Copy link

riot-ci commented Jan 3, 2024

Murdock results

✔️ PASSED

9f04b78 boards/nucleo-f413zh: Fix DMA mapping

Success Failures Total Runtime
552 0 552 03m:23s

Artifacts

@benpicco benpicco added this pull request to the merge queue Jan 3, 2024
Merged via the queue into RIOT-OS:master with commit a041670 Jan 3, 2024
@MrKevinWeiss MrKevinWeiss deleted the pr/nucleo413/dmafix branch January 4, 2024 09:08
@MrKevinWeiss MrKevinWeiss added this to the Release 2024.01 milestone Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: boards Area: Board ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants