Working with STM32 and SPI : Send bytes using DMA
In the previous guide (here), we discussed how to send a single character using SPI in polling mode. This method will decrease the CPU performance since the CPU has to wait for each time before sending the character. In this guide, we shall...
READ MORE