Resolved! How to avoid unnecessary clocks when receiving data (simplex) from SPI with DMA?
STM32F746/AtollicI want to receive periodically a certain number of bytes from an ADC via SPI using DMA.Since there is no Tx line, I thought it would be correct to set the SPI at SPI_DIRECTION_2LINES_RXONLY and to program a DMA for Rx. I called this ...