Skip to content

Commit 7f247e0

Browse files
Add STM32F103C8T6 Bare ST-LINK V2 Debugger page
1 parent 46e943b commit 7f247e0

8 files changed

+173
-0
lines changed
Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
{
2+
"board": {
3+
"name": "Bare ST-LINK V2 Debugger",
4+
"brand": null,
5+
"marking": null,
6+
"url": null,
7+
"origin": "China"
8+
},
9+
"microcontroller": "STM32F103C8T6",
10+
"oscillators": {
11+
"hse": 8,
12+
"lse": null
13+
},
14+
"power": {
15+
"sources": [
16+
{ "name": "USB connector", "voltage": 5 }
17+
],
18+
"analog": {
19+
"vdda": false,
20+
"vssa": false,
21+
"vrefNegative": false,
22+
"vrefPositive": false
23+
},
24+
"battery": {
25+
"type": "none",
26+
"size": null
27+
}
28+
},
29+
"regulator": "XC6204-SOT23",
30+
"pcb": {
31+
"color": "blakc",
32+
"size": { "length": 28, "width": 16 },
33+
"mounting": "None"
34+
},
35+
"remarks": [
36+
{ "type": "note", "content": "This board is intended to use as ST-Link device to program and debug other STM32 and STM8 devices." }
37+
],
38+
"resources": [
39+
{
40+
"name": "Case",
41+
"type": "picture",
42+
"file": "STM32F103C8T6_Bare_ST-LINK_V2-1.jpg"
43+
},
44+
{
45+
"name": "Top view",
46+
"type": "picture",
47+
"file": "STM32F103C8T6_Bare_ST-LINK_V2-2.jpg"
48+
},
49+
{
50+
"name": "Bottom view",
51+
"type": "picture",
52+
"file": "STM32F103C8T6_Bare_ST-LINK_V2-3.jpg"
53+
}
54+
],
55+
"inputs": [],
56+
"outputs": [
57+
{
58+
"name": "Activity LED",
59+
"identifiers": {
60+
"name": null,
61+
"reference": "D1"
62+
},
63+
"function": "activity",
64+
"type": "led",
65+
"to": "PA10",
66+
"mode": "source"
67+
}
68+
],
69+
"connectors": [
70+
{
71+
"name": "SWD out",
72+
"identifiers": {
73+
"name": null,
74+
"reference": null
75+
},
76+
"function": "header",
77+
"footprint": false,
78+
"type": {
79+
"name": "Pin header",
80+
"gender": "male",
81+
"pitch": 2.54,
82+
"size": { "length": 4, "width": 2 }
83+
},
84+
"pins": [
85+
{ "number": 1, "name": "SCK", "function": null, "to": "PA5" },
86+
{ "number": 2, "name": "TXD", "function": null, "to": "PA9" },
87+
{ "number": 3, "name": "SWD", "function": null, "to": "PB12" },
88+
{ "number": 4, "name": "RXD", "function": null, "to": "PA10" },
89+
{ "number": 5, "name": "GND", "function": null, "to": "Ground plane" },
90+
{ "number": 6, "name": "GND", "function": null, "to": "Ground plane" },
91+
{ "number": 7, "name": "5V", "function": null, "to": "+5V rail" },
92+
{ "number": 8, "name": "5V", "function": null, "to": "+5V rail" }
93+
]
94+
},
95+
{
96+
"name": "SWD in",
97+
"identifiers": {
98+
"name": null,
99+
"reference": null
100+
},
101+
"function": "debug",
102+
"footprint": true,
103+
"type": {
104+
"name": "Pin header",
105+
"gender": "male",
106+
"pitch": 1,
107+
"size": { "length": 4, "width": 1 }
108+
},
109+
"pins": [
110+
{ "number": 1, "name": null, "function": "VCC", "to": "+3.3V rail" },
111+
{ "number": 2, "name": null, "function": "GND", "to": "Ground plane" },
112+
{ "number": 3, "name": null, "function": "SWCLK", "to": "PA14" },
113+
{ "number": 4, "name": null, "function": "SWDIO", "to": "PA13" }
114+
]
115+
},
116+
{
117+
"name": "USB A connector",
118+
"identifiers": {
119+
"name": null,
120+
"reference": null
121+
},
122+
"function": "usb",
123+
"footprint": false,
124+
"type": {
125+
"name": "USB A",
126+
"gender": "male",
127+
"pitch": null,
128+
"size": null
129+
},
130+
"pins": [
131+
{ "number": 1, "name": null, "function": "VCC", "to": "+5V rail" },
132+
{ "number": 2, "name": null, "function": "D-", "to": "PA11" },
133+
{ "number": 3, "name": null, "function": "D+", "to": "PA12" },
134+
{ "number": 4, "name": null, "function": "GND", "to": "Ground plane" }
135+
]
136+
}
137+
],
138+
"devices": []
139+
}

_data/boards/index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"debuggers": [
33
"Debugger-STM32F101C8T6-STLINKV2",
4+
"Debugger-STM32F103C8T6-Bare-STLINK-V2",
45
"Debugger-STM32F103C8T6-JLINK",
56
"Debugger-STM32F103C8U6-STLINKV2"
67
],

_data/devices/regulators.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,5 +273,30 @@
273273
"voltage": 3.3,
274274
"amperage": 0.3
275275
}
276+
},
277+
"XC6204-SOT23": {
278+
"manufacturer": {
279+
"name": "Torex Semiconductor LTD.",
280+
"url": "https://www.torexsemi.com/"
281+
},
282+
"part": {
283+
"name": "XC6206",
284+
"marking": "662K",
285+
"datasheet": "XC6206.pdf",
286+
"url": "https://www.torexsemi.com/products/single-type-voltage-regulators/series/?name=xc6206"
287+
},
288+
"package": {
289+
"abbreviation": "SOT23",
290+
"name": "Small Outline Transistor",
291+
"pins": 3
292+
},
293+
"input": {
294+
"min": 3.6,
295+
"max": 6
296+
},
297+
"output": {
298+
"voltage": 3.3,
299+
"amperage": 0.2
300+
}
276301
}
277302
}
Loading
Loading
Loading

assets/pdf/regulators/XC6206.pdf

1.01 MB
Binary file not shown.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "STM32F103C8T6 - Bare ST-LINK V2 Debugger"
3+
---
4+
5+
{% assign filename = page.name | remove: '.md' | remove: '.' %}
6+
{% assign board = site.data.boards[filename] %}
7+
8+
{% include board-content.html data=board %}

0 commit comments

Comments
 (0)