SPI DMA with HAL (STM32F4Disco)
Posted on October 17, 2015 at 11:07 I am currently trying to make DMA periodically pull data from memory (array ''buffer'') and push it to spi. When I manually call the SPI_Transmit function, it transmits something, the clock line shows up on my...