Skip to content

Commit 4d34860

Browse files
author
jensMF
committed
Some QOL improvements for the jumper between 3.3 and 5 volts part.
Resized images so that they are the same size. New lines added to make reading easier. Added new, more descriptive alt texts for images.
1 parent 2e85748 commit 4d34860

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

content/docs/wiki/cc3200/debug-port.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: ""
55
# Debug Port
66
## Position of debug port on Toniebox-PCB
77

8-
![/img/toniebox_pcb_debug_port.png](/img/toniebox_pcb_debug_port.png)
8+
![Image of the debug port on the CC3200 board, showing the position of the port.](/img/toniebox_pcb_debug_port.png)
99

1010
The debug port runs on `3.3 V`
1111

@@ -15,7 +15,7 @@ The debug port runs on `3.3 V`
1515
1 2 3 4 5
1616
```
1717

18-
![/img/debug_port_pin_out.png](/img/debug_port_pin_out.png)
18+
![Debug port with a number at each connection point.](/img/debug_port_pin_out.png)
1919

2020

2121
| Pin | Function | Comment |
@@ -52,10 +52,11 @@ SOP2 (pin 9) high will activate the UART load mode to flash the system during de
5252

5353
# Extract Firmware
5454
## Introduction
55-
Grab your favourite USB-UART **3.3V** interface, recommending those with DTR or RTS port to automate board reset. You may also use a CC3200 Launchpad, but then you will need to reset it by hand. SOP2 need to be pulled high while reset to set the cc3200 into UART-Mode.
56-
You may have a UART to USB adapter that supports both 3.3V and 5V. In this case you should find a jumper on the board to select the correct mode. You can see examples of such jumpers here (but there are others.) **In any case, make absolutely sure that 3.3V (often labelled 3v3) is set!**
55+
Grab your favourite USB-UART **3.3V** interface, recommending those with DTR or RTS port to automate board reset. You may also use a CC3200 Launchpad, but then you will need to reset it by hand. SOP2 need to be pulled high while reset to set the cc3200 into UART-Mode.
56+
You may have a UART to USB adapter that supports both 3.3V and 5V. In this case you should find a jumper on the board to select the correct mode. You can see examples of such jumpers here (but there are others.)
57+
**In any case, make absolutely sure that 3.3V (often labelled 3v3) is set or you will frie your board!**
5758

58-
![/img/uart_3v3-5V_jumper_black.jpg](/img/uart_3v3-5V_jumper_black.jpg) ![/img/uart_3v3-5V_jumper_switch.jpg](/img/uart_3v3-5V_jumper_switch.jpg) ![/img/uart_3v3-5V_jumper_yellow.jpg](/img/uart_3v3-5V_jumper_yellow.jpg)
59+
![Jumper to select between 3.3 and 5 volts on a red PCB with a black pin base.](/img/uart_3v3-5V_jumper_black.jpg) ![Switch to select between 3.3 and 5 volts on a red PCB.](/img/uart_3v3-5V_jumper_switch.jpg) ![Jumper to select between 3.3 and 5 volts on a blue PCB with a yellow pin base.](/img/uart_3v3-5V_jumper_yellow.jpg)
5960

6061
## Toolset
6162
Use [cc3200tool](https://github.com/toniebox-reverse-engineering/cc3200tool) to extract the firmware. Just download it to your favorite location.
6.58 KB
Loading
-29.2 KB
Loading

0 commit comments

Comments
 (0)