Resolved! SPI using DMA on STM32F103 transmits one word too much
On an STM32F103 I configure SPI in 16bit wide mode and set up a DMA transfer to transmit one word:SPI2->CR1 &= ~SPI_CR1_SPE; SPI2->CR2 = 0; SPI2->CR1 = SPI_CR1_SSM | SPI_CR1_SSI | SPI_CR1_DFF | SPI_CR1_SPE | /* Some baud rate flag...