From 5207929548f2629eb318683f49264e850772f39d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Tue, 9 May 2023 18:14:23 +0200 Subject: [PATCH] [EFR32] Add viewing Logging Output For MG24 in README (#26386) * Update README.md Add viewing Logging Output For MG24 * [PATCH] Restyled by prettier-markdown * [PATCH] Restyled by prettier-markdown * [PATCH] Restyled by prettier-markdown --- examples/light-switch-app/silabs/efr32/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/light-switch-app/silabs/efr32/README.md b/examples/light-switch-app/silabs/efr32/README.md index bf18af9f03c0b2..71808d445cedd7 100644 --- a/examples/light-switch-app/silabs/efr32/README.md +++ b/examples/light-switch-app/silabs/efr32/README.md @@ -211,10 +211,16 @@ combination with JLinkRTTClient as follows: $ JLinkExe -device EFR32MG12PXXXF1024 -if JTAG -speed 4000 -autoconnect 1 + For MG21 use: $ JLinkExe -device EFR32MG21AXXXF1024 -if SWD -speed 4000 -autoconnect 1 + + For MG24 use: + + $ JLinkExe -device EFR32MG24AXXXF1536 -if SWD -speed 4000 -autoconnect 1 + - In a second terminal, run the JLinkRTTClient to view logs: $ JLinkRTTClient