Buffer sizes for SPI and DMA
Posted on January 06, 2014 at 18:27 Quick Question: I'm using DMA to transfer some data over SPI, and the first time round, I'm sending data from a buffer of size 3 bytes. I then redefine the DMA to try and send a buffer of size 4 bytes, but it ...