STM32F401 Super Simple SPI DMA does not work or transfer any data
I have been banging my head against the wall for days on this one. I'm using STM32CubeIDE 1.1.0. I create a simple project with a SPI interface and DMA. I'm attaching the full project. I call one function: MX_GPIO_Init(); MX_USART2_UART_Init(); ...