Tech-dat/Interface-dat/USB-SDK-dat/USB-OTG-dat/USB-OTG-dat.md
... ...
@@ -8,6 +8,9 @@
8 8
- [[STM32-USB-dat]]
9 9
10 10
11
+
12
+
13
+
11 14
## SCH 1
12 15
13 16
- [[F1C100-HDK-dat]]
... ...
@@ -24,6 +27,21 @@ SCH 2
24 27
25 28
## USB OTG/USB TYPE-C
26 29
30
+USB-C OTG (On-The-Go) Hardware Requirements
31
+
32
+To enable OTG support on a USB-C DIY project, you must signal to the Host (the phone) that it should act as a Master and provide 5V power.
33
+
34
+**The Wiring:**
35
+* **Data:** Connect D+ and D- pins.
36
+* **Power:** Connect VBUS and GND.
37
+* **OTG Signal:** Place a **5.1kΩ resistor** between the **CC pin** and **GND**.
38
+
39
+**How it works:**
40
+1. The phone detects the **5.1kΩ Pull-down (Rd)** on the CC line.
41
+2. The phone's internal controller switches from **Sink** (receiving power) to **Source** (providing power).
42
+3. The phone outputs **5V** on the VBUS line to power your mouse, keyboard, or MIDI device.
43
+
44
+
27 45
该部分连接到了芯片的DP/DM引脚,为芯片的USB接口。
28 46
29 47
USB Type-C用于USB Fel模式烧录系统,无供电输入/输出能力。
Tech-dat/Interface-dat/USB-SDK-dat/USB-type-c-dat/USB-type-c-dat.md
... ...
@@ -14,6 +14,8 @@
14 14
15 15
- [[fast-charge-protocols-dat]] - [[USB-PD-dat]]
16 16
17
+- [[USB-OTG-dat]]
18
+
17 19
## apps
18 20
19 21
- [[type-c-to-ethernet-dat]]
cable-dat/cable-USB-dat/cable-USB-type-c-dat/2026-03-15-01-59-11.png
... ...
Binary files /dev/null and b/cable-dat/cable-USB-dat/cable-USB-type-c-dat/2026-03-15-01-59-11.png differ
cable-dat/cable-USB-dat/cable-USB-type-c-dat/2026-03-15-01-59-48.png
... ...
Binary files /dev/null and b/cable-dat/cable-USB-dat/cable-USB-type-c-dat/2026-03-15-01-59-48.png differ
cable-dat/cable-USB-dat/cable-USB-type-c-dat/2026-03-15-02-05-38.png
... ...
Binary files /dev/null and b/cable-dat/cable-USB-dat/cable-USB-type-c-dat/2026-03-15-02-05-38.png differ
cable-dat/cable-USB-dat/cable-USB-type-c-dat/cable-USB-type-c-dat.md
... ...
@@ -4,7 +4,44 @@
4 4
5 5
- [[CONN-USB-type-c-dat]] - [[USB-type-c-dat]] - [[cable-USB-type-c-dat]]
6 6
7
-100W cable
7
+
8
+## 16-pin many internal wires USB 3.1
9
+
10
+
11
+video included
12
+
13
+![](2026-03-15-01-59-11.png)
14
+
15
+
16
+![](2026-03-15-01-59-48.png)
17
+
18
+
19
+A 16-wire cable supports "SuperSpeed" data (10-20Gbps), Power Delivery (PD)
20
+up to 100W/240W, and Video Alt-Modes (DisplayPort/HDMI).
21
+
22
+### 1. High-Speed Differential Pairs (8 Wires)
23
+These wires are usually bundled in pairs with internal metal shielding.
24
+- **TX1+ / TX1-**: SuperSpeed Transmit Lane 1
25
+- **TX2+ / TX2-**: SuperSpeed Transmit Lane 2
26
+- **RX1+ / RX1-**: SuperSpeed Receive Lane 1
27
+- **RX2+ / RX2-**: SuperSpeed Receive Lane 2
28
+*Function: Used for USB 3.x data and external monitor signals.*
29
+
30
+### 2. Configuration & Sideband (4 Wires)
31
+- **CC1**: Configuration Channel 1 (Detects orientation & negotiates power).
32
+- **CC2**: Configuration Channel 2 (Negotiates power & provides VCONN).
33
+- **SBU1 / SBU2**: Sideband Use (Used for AUX channels in DisplayPort).
34
+
35
+### 3. Power & Legacy Data (4 Wires)
36
+- **VBUS**: Main Power (Typically red, usually multiple strands braided).
37
+- **GND**: Power/Signal Ground (Typically black or uninsulated braid).
38
+- **D+**: USB 2.0 Data Positive (Typically green).
39
+- **D-**: USB 2.0 Data Negative (Typically white).
40
+
41
+
42
+
43
+
44
+## 6-pin 100W cable USB 2.0
8 45
9 46
![](2026-03-15-01-54-37.png)
10 47
... ...
@@ -23,5 +60,28 @@ negotiation capabilities.
23 60
| **Config 1** | **Blue** | **CC1** | Configuration Channel for PD negotiation. |
24 61
| **Config 2** | **Yellow/Other** | **CC2** | Orientation detection and VCONN power. |
25 62
63
+
64
+
65
+## 5-pin cable USB
66
+
67
+![](2026-03-15-02-05-38.png)
68
+
69
+
70
+USB-C Single CC Wire Behavior (CC1 only)
71
+
72
+### 1. Orientation Dependency (The "Flip" Rule)
73
+
74
+Since there is no CC2 wire to provide "redundancy," the cable is only active in one orientation. If the CC1 wire does not line up with the host's active CC pin, no power negotiation occurs.
75
+
76
+- **Fix:** Flip the USB-C head and re-insert.
77
+
78
+### 2. Power Delivery (PD) Limits
79
+
80
+- **Max Current:** Most single-CC cables are rated for **5V at 3A (15W)** standard.
81
+
82
+- **High Power:** It is unlikely to support ultra-fast "Extended Power Range" (like 100W+) because those high-wattage cables require an "E-Marker" chip that usually communicates across both CC channels or needs a specific wiring standard
83
+
84
+
85
+
26 86
## ref
27 87