SPI4 Rx DMA doesn't work on STM32F4
Posted on September 11, 2017 at 10:03My tool chain is STM32F429 with STM32CubeMX, and MDK.I'm using SPI4 to read data from a ADC, though I configure SPI4 as 'duplex master', I only need to read from it. When not using DMA, I call 'HAL_SPI_Receive()...