Best way to handle SPI TX when using DMA RX in SPI slave in STM32F767
I have studied how to use SPI DMA. The examples from STM32 project shows independent TX/RX.I need to handle the 16-bit data as a register. When the slave receives 16-bit data, it should echo it right away for example.Now I can receive DMA RX transmi...