Problem bypassing data from one UART to another?
Posted on November 04, 2017 at 20:14MCU: STM32F777II, running at 64MHzSource UART: UART4 (DMA Stream configured on both RX,TX), Baud Rate: 9600Destination UART: UART8 (DMA Stream configured only for RX), Baud Rate: 9600I need to bypass data coming o...