Skip to content

Commit

Permalink
[EFR32] Add viewing Logging Output For MG24 in README (#26386)
Browse files Browse the repository at this point in the history
* Update README.md

Add viewing Logging Output For MG24

* [PATCH] Restyled by prettier-markdown

* [PATCH] Restyled by prettier-markdown

* [PATCH] Restyled by prettier-markdown
  • Loading branch information
lboue authored and pull[bot] committed Sep 18, 2023
1 parent 042d5f9 commit 5207929
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/light-switch-app/silabs/efr32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5207929

Please sign in to comment.