Resolved! SPI dma reads start at index 1 after first read
I'm trying to read and write SPI bytes from an STM32F446RE chip with DMA. The STM32f4 is the slave and a RPi is the master. The first SPI read works fine (data read into buffer starting at index 0), but subsequent reads have the data starting at in...