Skip to content

Commit

Permalink
Add additional USB UART information
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dewar committed Jul 2, 2024
1 parent 51a6152 commit ebb6d1c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file added docs/Images/UART_channels.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,17 @@ target.pll.pll_outenable_set(False, 2)
target.pll.pll_outfreq_set(10E6, 1)
```

### UART

The CW340 has two options for using UART: 2 FTDI UART channels, and a custom SAM3X microcontroller
driver with 2 channels. `lsusb` on Linux and Device Manager on Windows can be used to
figure out which serial ports are associated with which. The following image shows the two FTDI
channels on the top and the two SAM3X channels on the bottom:

![](Images/UART_channels.png)

The following is an output from `lsusb -tv`:

### Jumpers

#### UART Jumpers (JP1-JP4)
Expand Down

0 comments on commit ebb6d1c

Please sign in to comment.