Skip to content

Commit c10ab2a

Browse files
authored
Added a part about USB-UART interfaces that support 3.3V and 5V
I added a part about USB-UART interfaces that support 3.3V and 5V and example pictures of jumpers to set the mode.
1 parent 9e17793 commit c10ab2a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ SOP2 (pin 9) high will activate the UART load mode to flash the system during de
5353
# Extract Firmware
5454
## Introduction
5555
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!**
57+
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)
5659

5760
## Toolset
5861
Use [cc3200tool](https://github.com/toniebox-reverse-engineering/cc3200tool) to extract the firmware. Just download it to your favorite location.
@@ -64,7 +67,7 @@ Please connect the toniebox to your power supply and/or battery. Please double c
6467
| Toniebox | Toniebox | UART |
6568
| -------- | ------- | ---- |
6669
| GND | | GND |
67-
| TX | | RX | ![/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)
70+
| TX | | RX |
6871
| RX | | TX |
6972
| RST | | DTR |
7073
| VCC | SOP2* | |

0 commit comments

Comments
 (0)