SPI1 DMA INTERRUPT AFTER EACH BYTE TRANSMISSION
Hello GuysThe IC I am communicating with via my Nucleo STM32F446 board uses SPI and require a Chip Select Low before each SPI byte transmitted, then CHIP SELECT high for x time and then low again for next byte.So I am using SPI via DMA which is desig...