STM32F4: Continuous DMA won't iterate, stuck on first SPI command
I'm working on a DMA routine for my SPI DAC, and I've loaded up a buffer with the commands to make a sine wave. But when I check it with the oscilloscope, it's just stuck at 2.05V, which is actually the very first command in my sequence.I've spent ho...