STM32F469 SPI DMA repeat TX while filling RX buffer?
Hi thereI got an IC that needs to be fed with 32bit NOP words via SPI TX (0x00000000) to get 32bit data output via RX at the same time. Communication works fine in SPI polling mode but I really want to try to do it via DMA...My RX buffer is an array ...