Resolved! UART loopback test receives only first character
Hi all, I have an STM32L071VBT6 and want to test the UART functionality. I configured UART4 RX and TX and physically connected them to do a loopback test. I define 2 arrays to start with /* USER CODE BEGIN PV */ uint8_t Send_buffer[] = "Gateway tes...