Resolved! Is it possible to trigger a SPI transfer complete interrupt using circular DMA with 3 byte buffer on STM32F072
I'm working on a board that has a string of 6 SPI quad FET chips whose outputs I'm trying to PWM in software. The string of FET drivers have a latch signal to transfer the shifted data to the outputs. Because the DMA uses the SPI peripheral's FIFO, I...