STM32L4 - DMA with SPI in slave mode doubles the first byte loaded into DMA
We are migrating from STM32F103 to STM32L4. The code architecture is the same, as the product basically is the same. We just upgrade the micro. We have an SPI that is configured in slave mode, and a device that supplies clock to the SPI. DMA is u...