Skip to content
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

dma: loop_transfer issue on nucleo_wb55rg #31976

Closed
erwango opened this issue Feb 4, 2021 · 0 comments · Fixed by #31977
Closed

dma: loop_transfer issue on nucleo_wb55rg #31976

erwango opened this issue Feb 4, 2021 · 0 comments · Fixed by #31977
Assignees
Labels
area: DMA Direct Memory Access bug The issue is a bug, or the PR is fixing a bug platform: STM32 ST Micro STM32 priority: low Low impact/importance bug

Comments

@erwango
Copy link
Member

erwango commented Feb 4, 2021

Describe the bug
Dma loop_transfer test is failed on nucleo_wb55rg.
After first transfer, selected stream is busy.

To Reproduce
Steps to reproduce the behavior:
Run tests/drivers/dma/loop_transfer on nucleo_wb55rg

Expected behavior
Test should pass

Impact
What impact does this issue have on your progress (e.g., annoyance, showstopper)

Logs and console output

START - test_dma_m2m_loop
DMA memory to memory transfer started on DMAMUX_1
Preparing DMA Controller
Starting the transfer and waiting for 1 second
E: dma stream 4 is busy.
E: cannot configure the dmamux.

    Assertion failed at ../../src/test_dma_loop.c:63: test_transfer: (dma_con)
Not able to config transfer 2
@erwango erwango added the bug The issue is a bug, or the PR is fixing a bug label Feb 4, 2021
@erwango erwango self-assigned this Feb 4, 2021
@erwango erwango added area: DMA Direct Memory Access platform: STM32 ST Micro STM32 priority: low Low impact/importance bug labels Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: DMA Direct Memory Access bug The issue is a bug, or the PR is fixing a bug platform: STM32 ST Micro STM32 priority: low Low impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant