Skip to content

Commit b01bc5d

Browse files
committed
hic_docs: add section about J-Link OB for sam3u2c HIC
1 parent d60b3e9 commit b01bc5d

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

docs/hic/sam3u2c.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,36 @@ Bootloader size is 32 KB
3333
| HID LED | O | PA29 | 85 |
3434
| MSD LED | O | PA28 | 84 |
3535
| CDC LED | O | PA31 | 86 |
36+
37+
# J-Link OB SAM3U128
38+
39+
## Warning
40+
41+
The SEGGER design suggests a change to the pin assignment of the TC2050-IDC
42+
used to debug the HIC MCU. They suggest replacing GNDDetect by power-supply
43+
(VBus, V5), which could create a short with standard Tag-Connect cables and
44+
SWD probes.
45+
46+
## J-Link OB SAM3U128 pin assignment
47+
48+
| Signal | I/O | Symbol | Pin |
49+
|-------------|:---:|---------|:---:|
50+
| SWD / JTAG |
51+
| SWCLK / TCK | O | PA17 | 14 |
52+
| SWCLK / TCK | I | PA22 | 5 |
53+
| SWDIO / TMS | O | PA18 | 17 |
54+
| SWDIO / TMS | I | PA15 | 12 |
55+
| TDI | O | PA20 | 19 |
56+
| TDI | I | PA13 | 10 |
57+
| SWO / TDO | I | PA21 | 20 |
58+
| nRESET | O | PA4 | 30 |
59+
| nRESET | I | PA3 | 29 |
60+
| UART |
61+
| UART TX | O | PA12 | 41 |
62+
| UART RX | I | PA11 | 40 |
63+
| Button |
64+
| NF-RST But. | O | PA1 | 27 |
65+
| NF-RST But. | I | PA0 | 26 |
66+
| LEDs |
67+
| LED1 | O | PA29 | 85 |
68+
| LED2 | O | PA28 | 84 |

0 commit comments

Comments
 (0)