Hello, I am using STM32F407 Transmitting some data over UART and Receiving the same data with another in INT on the MCU.The problem is that the receiving side gets only the first byte even when switching sides the receiving side still receives only t...