STM32L073 DMA Simultaneous RX and TX
I've been trying to get simultaneous RX and TX working on USART2 of a STM32L073 and have not been able to get it to work. I've messed around with priorities, order of enabling DMA transfers, etc but always the TX DMA transfer succeedes and the Rx DMA transfer fails.
Looking through the reference manual it suggests to me that perhaps this isn't possible on this device as it states that two DMA transfers cannot have the same request number. When using DMA RX and TX on the same channel with this device unfortunately it appears that the same request number is required.
Does anyone know if it is possible to do simultaneous RX and TX on the STM32L073?
