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

[STM32] use DMA in USB host driver #260

Open
pierstitus opened this issue Feb 14, 2021 · 1 comment
Open

[STM32] use DMA in USB host driver #260

pierstitus opened this issue Feb 14, 2021 · 1 comment
Assignees

Comments

@pierstitus
Copy link
Contributor

For performance it would be good to use DMA in the USB host driver.

Currently the STM USB host library doesn't support hubs, and the ChibiOS-Contrib USB host driver doesn't use DMA, so it would be very valuable to have DMA in here, so one doesn't have to choose between performance and hub support.

@fpoussin fpoussin self-assigned this Feb 14, 2021
@dismirlian
Copy link
Contributor

Hi @pierstitus, just to note that the current USB Host stack doesn't use DMA because the full speed OTG module in the STM32 doesn't have DMA support. So, one driver fits all...

Adding DMA would be great!

Diego.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants