Skip to content

Commit d17bffe

Browse files
Merge pull request #293 from microbit-foundation/test-points
Add test point map
2 parents cba5394 + 68f92e6 commit d17bffe

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed
1.08 MB
Loading
File renamed without changes.

hardware/schematic.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,38 @@ The specific dimensions of the board are:
150150

151151
The following image of the <span class="V2">V2</span> revision is taken from the [micro:bit V2 assembly diagram](/docs/hardware/assets/Microbit_V2_Assembly.pdf) provided by Avid.
152152

153-
![micro:bit assembly](/docs/hardware/assets/microbit-v2-assembly.png)
153+
![micro:bit assembly front](/docs/hardware/assets/microbit-v2-assembly-front.png)
154+
155+
The rear view of the device has been adapted to highlight the test points and describe their purpose.
156+
157+
![micro:bit assembly back](/docs/hardware/assets/microbit-v2-assembly-back.png)
158+
159+
### Exposed Test Points
160+
161+
Test Point | Purpose
162+
---------- | -------
163+
TP1 | U5 Bootmode - [used to enter the ROM bootloader on the KL27Z](../../software/daplink-interface/#updating-the-daplink-full-image)
164+
TP7 | USB D+
165+
TP8 | USB D-
166+
TP17 | Access to Pin 1 on Battery connector
167+
TP19 | Access to VBUS line on USB Connector
168+
TP20 | Access for debugging internal I2C bus - SCL
169+
TP21 | Access for debugging internal I2C bus - SCL
170+
TP9 | VREG - [Actually the power rounded rectangular pad](../../accessories/making-accessories/#battery-pads)
171+
TP10 | GND - [Actually the GND rounded rectangular pad](../../accessories/making-accessories/#battery-pads)
172+
173+
### Covered test points (Solder mask to be removed to access test point)
174+
175+
Test Point | Purpose
176+
---------- | -------
177+
TP11 | U2_SWDCLK - used to debug nRF52833
178+
TP12 | U2_SWDIO - used to debug nRF52833
179+
TP4 | U5_SWD_DIO - used for debugging KL27Z
180+
TP3 | U5_SWD_TCLK - used for debugging KL27Z
181+
TP2 | U5_IF_NRST - used for debugging KL27Z
182+
TP6 | GND
183+
TP18 | VBUS
184+
TP5 | VREG - additional VREG, this is connected to TP9
154185

155186
## Further information
156187

0 commit comments

Comments
 (0)