UART DMA transmit and receive along with IDLE line detection
Hello,I'm trying to implement a UART DMA data transfer in STM32F429. I face the following problem.I'm using custom-made Python to receive and transmit data over the serial port. I am sending an unknown number of bytes from my computer to MCU. So, I'm...