User Activity

If you have time, please help me to find the solution to enhance the code below. In same STM32F103C8T6, UART1_TX is connected to UART2_RX which is received data from TX. My expected result is: RxData = {2, 1, 3, 0, 0}My Actual result: RxData = {2, 0,...