When using DMA to read from SPI - Data corrupted on STM32H743VI
I trying to use STM32H743VI DMA1 to read from SPI2 MISO RXDR in master mode. Allocated memory in the D2 domain at address 0x3000000C for the DMA1 to copy SPI2 RXDR register to, but the resulting data is corrupted. I did not enable any D-cache at leas...