From 8013a82490e02c408cb0fa0d0fd33ca10ebdf391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Chru=C5=9Bci=C5=84ski?= Date: Thu, 7 Nov 2024 08:26:34 +0100 Subject: [PATCH] samples: peripheral: lpuart: Update README with pin setup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add details about pin setup for all supported boards. Signed-off-by: Krzysztof Chruściński --- samples/peripheral/lpuart/README.rst | 30 ++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/samples/peripheral/lpuart/README.rst b/samples/peripheral/lpuart/README.rst index f8a332a8962a..f6ad1aa5c38b 100644 --- a/samples/peripheral/lpuart/README.rst +++ b/samples/peripheral/lpuart/README.rst @@ -20,8 +20,34 @@ The sample supports the following development kits: The sample also requires the following pins to be shorted: -* TX (Arduino Digital Pin 10 (4 on nRF21540 DK)) with RX (Arduino Digital Pin 11 (5 on nRF21540 DK)) -* Request Pin (Arduino Digital Pin 12 (6 on nRF21540 DK)) with Response Pin (Arduino Digital Pin 13 (7 on nRF21540 DK)) + .. list-table:: Pin connections. + :widths: auto + :header-rows: 1 + + * - Development Kit + - nRF52 DK + - nRF52833 DK + - nRF52840 DK + - nRF21540 DK + - nRF5340 DK pins + - nRF54L15 DK pins + - nRF9160 DK pins + * - Request-Response Pins + - P0.24-P0.25 + - P0.22-P0.23 + - P1.14-P1.15 + - P1.07-P1.08 + - P1.14-P1.15 + - P1.08-P1.09 + - P0.12-P0.13 + * - UART RX-TX Pins + - P0.22-P0.23 + - P0.20-P0.21 + - P1.12-P1.13 + - P1.05-P1.06 + - P1.12-P1.13 + - P1.10-P1.11 + - P0.10-P0.11 Additionally, it requires a logic analyzer.