HAL_SPI_Transmit_DMA() actually transmitts nothing in Normal and circular modes.
Hello!
Updated to the cubeMX 6.6.1, migrated project to the new MX version. Board is stm32f401CCU6. SPI1 was used as a TFT display port. The TFT graphic library (https://github.com/sfrwmaker/TFT_graphic_library) stopped working in DMA mode. Investigated the issue: created very simple project: filled the 24-bytes buffer with a random color codes and started the HAL_SPI_Transmit_DMA(). No data transfer on the logical analyser (CS, MOSI & SCK pins were changed to zero). Tried to delete all the source and header files generated by cubeMX, regenerated the project.