Setting up terminal (TeraTerm etc) interface with STM32L476VG-DISCOVERY board
Posted on March 04, 2018 at 00:58Hi,I am developing a code in Visual Studio/visualgdb for STM32L476VG Discovery Board. How do I set up UART on this board so that I would be able to print my output on a terminal program (teraTerm, PuTTY etc)? Is ther...