How to improve the speed of SPI-DMA operation. Basically I want to avoid waiting in while() after transfer of data.
I have a working code for SPI with DMA support added. Now I want to improve the speed of operation.I am using an STM32F427 controller.#define SPIx_Mode SPI_MODE_MASTER #define SPIx_Direction SPI_DIRECTION_1LINE #define SPIx_Dat...