Resolved! Best way to use DMA without knowing size of SPI transfer ?
Hi,device : STM32G473VBT6What is the best way to process SPI data when we don't know how many bytes will come from the SPI master ?I use the SPI in full duplex slave.The problem with DMA is that the DMA buffer is circular, where my processing functio...