DMA from stack, why not?
Posted on August 20, 2013 at 20:03Hello, I was writting a driver for SPI transfer using double DMA ... to test it I wrote a few lines of code that prepared a buffer (locally), and sent it over SPI. The result was the first 4 bytes were ok then the d...