Resolved! How do I use HAL_SPI_Receive_DMA in conjunction with a receive buffer on the stack and caching enabled?
I am working with the STM32F760I-EVAL board and caching (SCB_EnableICache() and SCB_EnableDCache() are called) and MPU (MPU_Config() is called) are enabled. I am using DMA with SPI and if I transmit data, HAL_SPI_Transmit_DMA, I need to call SCB_Clea...