For those who might want to use it - middleware SPI driver for
STM32F4xx using DMA transfer is very buggy:
- DMA stream numbers for SPI2 are completely wrong. Instead of
streams 3 and 4, it uses streams 2 and 3
Following errors apply both to SPI_SendData…