README: minor, fix typo

This commit is contained in:
King Kévin 2021-05-10 12:41:06 +02:00
parent 03a7872bb9
commit 0fc51b9422
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ this mainly works for ASCII based communication (e.g. human readable debug logs)
to find the corresponding UART RX pin (e.g. once UART TX pin has been identified using the `uart_tx` command), use the `uart_rx` commands.
provide as argument the channel for the UART TX pin, and the UART baud rate and frame settings (e.g. 115200 8N1).
data will be transmitted on the channels to probe and if we received the echo back on the TX, we fond the RX.
data will be transmitted on the channels to probe and if we received the echo back on the TX, we found the RX.
this detection method only works if the target echoes back the data (e.g. on login screens).
you can also reset the target board if you connected to target reset pin to the SWJ finder.