Resolved! SPI DMA request does not seem to take SPI BUSY flag into account, leading to corrupt data?
I implement a SPI slave protocol on a STM32F0 board.After the master as transferred a command to the slave, it polls in regular intervals by reading one byte off the slave until the slave sends a start byte of value 0xFF.in the attached screenshot, t...