STM32F103C8 SPI DMA hangs at 1 byte remaining in RX channel
Hi there, I'm using an STM32F103C8 and using the SPI1 interface with software CS together with DMA1 Ch2 and 3 (RX and TX, respectively) in master mode. Here is how I init my transactions:DMA_ClearFlag(DMA1_FLAG_TC3 | DMA1_FLAG_TE3 | DMA1_FLAG_HT3 | D...