Can't transmit over SPI with DMA
Posted on March 21, 2013 at 19:21 I am using an STM32F4, and I'm having difficulty getting SPI to transmit using DMA. If I manually write to the SPI data register, I see the appropriate activity on the logic analyzer, but if I use DMA to initiat...