Skip to content

SPI DMA support #429

@thomasfla

Description

@thomasfla

SPI transfer is quite slow with a delay between each byte of about
1.4us when calling SPI.transfer(uint8* buff, int N); with a 9Mhz SPI clock.

This delay is more than the duration of a byte transfer at this speed..

I think using DMA should solve this issue, but the current SPI library doesn't allow it.

Any chance this could be added to the todo features?

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateThis issue or pull request already existsenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions