Problems using USART with idle line interrupt and dma to send and receive data.
I'm trying to use the idle line interrupt in combination with dma to send and receive data from the serial port to my STM32F417VG based board.I got as far as being able to send with dma successfuly and also reveive data via the idle line interrupt. T...