Get corrupted Data from SPI when using DMA on STM32G071 Controller
I want to receive SPI Data from an external Chip (which is running my software too).So I configured my SPI2 into Slave Mode, Receive onlyThe first thing what I did (to check if everything is working fine): I used the RXNE Interrupt and copied the rec...