Resolved! STM32F3 USART1 in LIN mode, is it possible to use a DMA for outgoing messages, but RXNE interrupt/reading data register for incoming messages?
I acquired some code for an STM32F3 that performs LIN communication over USART1. Previously the code used DMA channels for both memory-to-peripheral and peripheral-to-memory transfers to/from USART1, but it had some problems that required restructur...