Search found 1 match

by EUCLIDE
Fri Mar 23, 2018 2:11 pm
Forum: ESP-IDF
Topic: Max tx length of spi_transaction_t?
Replies: 13
Views: 21154

Re: Max tx length of spi_transaction_t?

Yes, the SPI hardware can create a linked list of DMA transfers; however the SPI driver does not implement this yet. I'm planning to take a look at the SPI driver next week; I'll have a go at implementing that as well. That should allow you to do transactions of any size. I agree that handling of t...