diff --git a/README.md b/README.md index fcdc921a0a185712f219684898605104d560bd4d..381a5d4aea3b26c56b45a9c926ea4b1fc5be0f70 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.  