Resolved! Error Detection for SPI DMA Master->Slave
Hello,I have an STM32F373 and setup a master uC and slave uC to communicate over SPI with DMA enabled. I send a fixed packet size of 10bytes and have set the DMA size to 20bytes in case I need a double buffer for my solution. I enabled a SS/CS out...