From 99d6325ea3c8d02b288c2da19a09ba38ed26c05b Mon Sep 17 00:00:00 2001 From: Ali Rostami <9710249+ali-rostami@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:51:41 +0200 Subject: [PATCH 1/2] fix missed " --- docs/TriceOverRTT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TriceOverRTT.md b/docs/TriceOverRTT.md index d6d50f872..09a7d901d 100644 --- a/docs/TriceOverRTT.md +++ b/docs/TriceOverRTT.md @@ -74,7 +74,7 @@ The default SEGGER tools only suport RTT channel 0. ### 2.2. Start using JLinkLogger -* Start Git-Bash or s.th. similar: `trice l -p JLINK -args "-Device STM32F030R8 -if SWD -Speed 4000 -RTTChannel 0` +* Start Git-Bash or s.th. similar: `trice l -p JLINK -args "-Device STM32F030R8 -if SWD -Speed 4000 -RTTChannel 0"` * Replace CLI details with your settings. * You may **not** need a **trice** tool restart after firmware reload. From 93f1ca4abe3287f39526aa09dc43fe4e68d72186 Mon Sep 17 00:00:00 2001 From: Ali Rostami <9710249+ali-rostami@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:00:34 +0200 Subject: [PATCH 2/2] low-power can cause problem for RTT --- docs/TriceOverRTT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TriceOverRTT.md b/docs/TriceOverRTT.md index 09a7d901d..e1eb1e2ac 100644 --- a/docs/TriceOverRTT.md +++ b/docs/TriceOverRTT.md @@ -336,7 +336,7 @@ Info: [https://www.st.com/en/evaluation-tools/nucleo-f030r8.html](https://www.st * NUCLEO-G071RB * NUCLEO_G031K8 * After flashing back the ST-LINK OB firmware with the SEGGER tool, it is recommended to use the ST tool to update the ST-LINK OB firmware. Otherwise issues could occur. - +* [When using RTT, make sure that low-power modes are not used.](https://wiki.segger.com/RTT#Low-power_modes)
## 11. Links