Question
How to avoid Underrun Error in USART Synchronous reception (Slave Mode)
Hi all,
I still have trouble connecting my 2 STM32H7 in USART Synchronous mode. When receiving a message in Interrupt or DMA mode ( I don't need to transmit something) I always get Error Code x11 = Underrun Error. As I understood this is due to the fact that my transmit buffer is empty.
How can I just start the slave reception without this issue?
The USART currently runs at 2.5 MBit. In Polling Mode the data is received correctly. But I need DMA Mode.
Any suggestions are very welcome
