Files
Piotr Esden-Tempski 3a8911627d Corrected the clock lookup table.
Due to copypasta we were using the hse table for hsi clocks.
2021-06-20 00:54:16 -07:00
..
2021-06-20 00:54:16 -07:00

README

This example uses the USB port as a serial port and implements a loopback interface that immediately echos back whatever it receives. After flashing the evaluation board with the usbserial program and connecting it to a host computer with a USB cable, you can run the echo.py command as follows:

$ sudo ./echo.py hello world hello world $