Skip to content

Commit d655784

Browse files
nordic-krchrlubos
authored andcommitted
samples: peripheral: lpuart: Update README with pin setup
Add details about pin setup for all supported boards. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit 8013a82)
1 parent 7ff2659 commit d655784

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

samples/peripheral/lpuart/README.rst

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,34 @@ The sample supports the following development kits:
2020

2121
The sample also requires the following pins to be shorted:
2222

23-
* TX (Arduino Digital Pin 10 (4 on nRF21540 DK)) with RX (Arduino Digital Pin 11 (5 on nRF21540 DK))
24-
* Request Pin (Arduino Digital Pin 12 (6 on nRF21540 DK)) with Response Pin (Arduino Digital Pin 13 (7 on nRF21540 DK))
23+
.. list-table:: Pin connections.
24+
:widths: auto
25+
:header-rows: 1
26+
27+
* - Development Kit
28+
- nRF52 DK
29+
- nRF52833 DK
30+
- nRF52840 DK
31+
- nRF21540 DK
32+
- nRF5340 DK pins
33+
- nRF54L15 DK pins
34+
- nRF9160 DK pins
35+
* - Request-Response Pins
36+
- P0.24-P0.25
37+
- P0.22-P0.23
38+
- P1.14-P1.15
39+
- P1.07-P1.08
40+
- P1.14-P1.15
41+
- P1.08-P1.09
42+
- P0.12-P0.13
43+
* - UART RX-TX Pins
44+
- P0.22-P0.23
45+
- P0.20-P0.21
46+
- P1.12-P1.13
47+
- P1.05-P1.06
48+
- P1.12-P1.13
49+
- P1.10-P1.11
50+
- P0.10-P0.11
2551

2652
Additionally, it requires a logic analyzer.
2753

0 commit comments

Comments
 (0)