README: minor, fix typo

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

View File

@ -54,7 +54,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 found the RX.
this detection method only works if the target echoes back the data (e.g. on login screens).
this detection method only works if the target echoes back the data (e.g. on login prompts).
you can also reset the target board if you connected to target reset pin to the SWJ finder.
you can select of to drive the reset pin (OD for open-drain, PP for push-pull) and active level (H for high, L for low) using the `reset [ODL|ODH|PPL|PPH]` command.