From ec2531119b51c758f115f8281af38721d223314e Mon Sep 17 00:00:00 2001 From: CNLohr <lohr85@gmail.com> Date: Mon, 19 Jun 2023 11:43:36 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fcdc921..381a5d4 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,9 @@ If the C/C++ language server clangd is unable to find `ch32v003fun.h`, the examp `build_all_clangd.sh` does in `build scripts` does this for all examples. ## Quick Reference - * Needed for programming/debugging: `SWIO` is on `PD1` - * Optional (not needed, can be configured as output if fuse set): `NRST` is on `PD7` - * UART TX (optional) is on: `PD5` + * **REQUIRED** for programming/debugging: `SWIO` is on `PD1`. Do not re-use PD1 for multiple functions. + * Optional (not needed, can be configured as output if fuse set): `NRST` is on `PD7`. By default from factor, is GPIO. + * UART TX (optional) is on: `PD5`. We recommend using SWIO for `printf` debugging.   -- GitLab