Skip to content

Commit 21e10dc

Browse files
committed
Update comment for CMSIS_DAP example
1 parent 7978505 commit 21e10dc

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

  • ch55xduino/ch55x/libraries/Generic_Examples/examples/05.USB/CMSIS_DAP

ch55xduino/ch55x/libraries/Generic_Examples/examples/05.USB/CMSIS_DAP/CMSIS_DAP.ino

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
RST -> P30
66
SWCLK -> P31
77
SWDIO -> P32
8-
These pins works in OC mode with pull-up resistor (70K). Should be safe to connect 3.3V part.
8+
9+
These pins works in OC mode with pull-up resistor (70K). Should be safe to connect 3.3V part.
10+
However, CH552 is designed to use 2 clock of OUTPUT on rising egde in classic OC mode. Double check if this is a problem for your target.
11+
12+
nerdralph also reported reflections/ringing on some of SWD connection and cause error. Since CH552 doesn't have slew rate control, termination resistors may be required.
13+
nerdralph used 68Ohm series termination resistors to fix his ringing issue with 28AWG Dupont jumper wire.
914
1015
created 2020
1116
by Deqing Sun for use with CH55xduino

0 commit comments

Comments
 (0)