-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsenhancementNew feature or requestNew feature or request
Description
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
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsenhancementNew feature or requestNew feature or request