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 support #423

Closed
ghost opened this issue Jun 22, 2020 · 1 comment
Closed

DMA support #423

ghost opened this issue Jun 22, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 22, 2020

I need DMA support to a w5500 SPI ethernet module on a stm32f411. Is anyone working on such solution or do i start from scratch, i probably break or extend the SPI api anyway since i need a more async friendly interface.

@salkinium
Copy link
Member

DMA for SPI was implemented for STM32L4 in #400. You will have to adapt the DMA API from #371 using the modm-devices data for the STM32F4.

Feel free to change the SPI interface to your needs, I'm interested in more use-cases to distill into a potential new API.

@ghost ghost closed this as completed Mar 22, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant