Resolved! STM32F072 circular DMA with SPI bus transfers less than 6 bytes and DMA transfer complete interrupt problem
I'm trying to use circular DMA with a SPI bus peripheral, where the DMA transfer complete interrupt causes something to happen after each block of data is DMA'd to the SPI bus. If my DMA transfer size is greater than 5, everything works well accordin...