Resolved! STM32F767 USART1 DMA2 TX works, RX does not. But with another UART/DMA it does. Why?
I have the following code to perform a serial transaction. The idea is that RX DMA is configured first to catch bytes as soon as they are transmitted in response from the other device. TX works great, but RX does not. Interestingly enough, if I use a...