You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ch55xduino/ch55x/libraries/Generic_Examples/examples/05.USB/CMSIS_DAP/CMSIS_DAP.ino
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,12 @@
5
5
RST -> P30
6
6
SWCLK -> P31
7
7
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.
0 commit comments