STM32F103C8T6: How to output/input serial data with USART and DMA in a continuous stream?
I have been told that the STM32F103C8T6 has 4 SPI peripherals, including the 2 SPI peripherals and the USART peripherals. Though upon browsing the reference manual in the USART section, it seems as if it has to use start/stop bits, and therefore can'...