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

SPI DMA has added delays running from interrupt task #3572

Open
ckellar33 opened this issue Nov 25, 2024 · 0 comments
Open

SPI DMA has added delays running from interrupt task #3572

ckellar33 opened this issue Nov 25, 2024 · 0 comments

Comments

@ckellar33
Copy link

ckellar33 commented Nov 25, 2024

I am running a simple SPI DMA transfer from within an interrupt task executor with Priority P0. In the task, I await for the rising edge of my data ready GPIO, and then begin an async SPI read immediately after within the same task. This should complete in ~41uS (27bytes @ 5.25MHz), but it is taking more like 60uS to complete and then return to the task.

Any thoughts?

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

No branches or pull requests

1 participant