hideakitai / ESP32DMASPI

SPI library for ESP32 which use DMA buffer to send/receive transactions
MIT License
166 stars 36 forks source link

Does this library support continous transfer from the SPI #30

Closed pjalocha closed 11 months ago

pjalocha commented 1 year ago

by queuing the next transfer while the current transfer is ongoing ? Is there any time/data gap between succesive transfers ?

Thank you.

hideakitai commented 11 months ago

Currently NO. It can be achieved using FreeRTOS features, but I have no time to support it. I'd be glad if you could contribute to it.