Question
SPI/DMA Setup for Burst SPI reads
Posted on November 06, 2017 at 10:37
Hello
I am interfacing the STM32F407 with the ADE9000 chip that supports burst reads which means, after requesting a data set (write command from STM32F4) I can clock out as many bytes I can, the chip increments the address every 32 clocks.
Can I use DMA with this SPI burst read? can somebody guide me how to setup SPI/DMA for 32 bit data?
#spi #dma