Use SPI DMA with FIFO
Posted on September 14, 2017 at 13:40I'm trying to use SPI DMA with FIFO to read a ADC. The working procedure of my code is as below:ADC give a interrupt to inform the data is ok to read, then we kick start the SPI DMA to read 16bits x 4 (4 half wor...