SPI1 DMA INTERRUPT AFTER EACH BYTE TRANSMISSION
Hello Guys
The 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 designed to send larger blocks of data, but is very weak in the control of CS / NSS
is there anyway I can cause an spi DMA interrupt after every byte tx via spi so I can control the Chip Select lines manually via a GPIO pin
Thank you for any help and info