Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Documentation): MAX32690 Update USB README Required Connections for SW2 #1155

Merged
merged 2 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Universal instructions on building, flashing, and debugging this project can be
- Open a terminal application on the PC and connect to the EV kit's console UART at 115200, 8-N-1.
- Connect a USB cable between the PC and the CN1 (USB/PWR) connector.
- Default EV kit hardware configuration.
- Connect Pin 0.7 to Pin 4.0

## Expected Output

Expand Down
3 changes: 2 additions & 1 deletion Examples/MAX32690/USB/MAXUSB/USB_HIDKeyboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ Universal instructions on building, flashing, and debugging this project can be

- Connect a USB cable between the PC and the CN2 (USB/PWR/UART) connector.
- Open a terminal application on the PC and connect to the EV kit's console UART at 115200, 8-N-1.
- Connect a USB cable between the PC and the CN1 (USB/PWR) connector.
- Connect a USB cable between the PC and the CN1 (USB/PWR) connector.
- Default EV kit hardware configuration.
- Connect Pin 0.7 to Pin 4.0

## Expected Output

Expand Down
Loading