STM32L4: how to read from UART without knowing message length?
Posted on March 16, 2018 at 00:30I am trying to use USART2 of my Nucleo L476RG board. It is connected to the UART of the ST-LINK on the board. I'm trying to implement a simple line-based protocol (every message is terminated by \r or \n). For starte...