From 2e917bed9ef8b8be2298784da6c48fad463e33f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Mon, 10 May 2021 12:41:45 +0200 Subject: [PATCH] README: minor, fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 692b0fc..34af8f7 100644 --- a/README.md +++ b/README.md @@ -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.