Resolved! STM32F103: Using DMA1 Channel 3 for SPI1_TX and USART3_RX same time
I'm currently working on a project using an STM32F103RET microcontroller. I need to use SPI1 to write log data to a flash chip at an rate of 64 bytes every 20 milliseconds, and use USART3 monitoring external communication, receiving an average of 30 ...