Skip to content

Commit

Permalink
docs(BLE): Updated README to be more explicit about HCI uart for MAX3…
Browse files Browse the repository at this point in the history
…2690 (#1038)
  • Loading branch information
EricB-ADI committed Jun 6, 2024
1 parent 09a77db commit 5955fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/BLE_Examples_Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
with:
submodules: false
repository: analogdevicesinc/msdk
ref: ble-workflow-update
fetch-depth: 0

- name: Check MAX32655
Expand Down
5 changes: 2 additions & 3 deletions Examples/MAX32690/Bluetooth/BLE5_ctr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ Universal instructions on building, flashing, and debugging this project can be
If using the MAX32690EVKIT:
- Connect a USB cable between the PC and the CN2 (USB/PWR) connector.
- Install headers JP7(RX\_EN) and JP8(TX\_EN).
- Open a terminal application on the PC and connect to the EV kit's console UART at 115200, 8-N-1.
- Use an external USB-to-UART adapter to access HCI UART. Connect a USB cable between the PC or BLE Tester
and USB side of the adapter. Connect UART side of the adapter to board TX,RX and GND header pins.
- Open a terminal app on the PC and connect to the EV kit's console UART at 115200, 8-N-1.
- If using the EvKit, the HCI UART is configured as LPUART and is accessible via the CMSIS-DAP. No external serial converter is needed.
- Optionally you can reconfigure the UART definitions in board.h to use the on-board USB to UART
adapter for the HCI UART.

Expand Down

0 comments on commit 5955fcf

Please sign in to comment.