File tree Expand file tree Collapse file tree 5 files changed +41
-0
lines changed Expand file tree Collapse file tree 5 files changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ :orphan:
2
+
3
+ .. segger-ecc-systemview
4
+
5
+ Using Segger SystemView and RTT
6
+ -------------------------------
7
+
8
+ Note that when using SEGGER SystemView or RTT with this SOC, the RTT control
9
+ block address must be set manually within SystemView or the RTT Viewer. The
10
+ address provided to the tool should be the location of the ``_SEGGER_RTT ``
11
+ symbol, which can be found using a debugger or by examining the ``zephyr.map ``
12
+ file output by the linker.
13
+
14
+ The RTT control block address must be provided manually because this SOC
15
+ supports ECC RAM. If the SEGGER tooling searches the ECC RAM space for the
16
+ control block a fault will occur, provided that ECC is enabled and the RAM
17
+ segment being searched has not been initialized to a known value.
Original file line number Diff line number Diff line change @@ -175,6 +175,12 @@ should see the following message in the terminal:
175
175
*** Booting Zephyr OS build v3.6.0-4478-ge6c3a42f5f52 ***
176
176
Hello World! frdm_mcxa156/mcxa156
177
177
178
+ Troubleshooting
179
+ ===============
180
+
181
+ .. include :: ../../common/segger-ecc-systemview.rst
182
+ :start-after: segger-ecc-systemview
183
+
178
184
.. _MCX-A156 SoC Website :
179
185
https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/mcx-arm-cortex-m/mcx-a-series-microcontrollers/mcx-a13x-14x-15x-mcus-with-arm-cortex-m33-scalable-device-options-low-power-and-intelligent-peripherals:MCX-A13X-A14X-A15X
180
186
Original file line number Diff line number Diff line change @@ -197,6 +197,12 @@ should see the following message in the terminal:
197
197
*** Booting Zephyr OS build v3.6.0-4478-ge6c3a42f5f52 ***
198
198
Hello World! frdm_mcxn236/mcxn236
199
199
200
+ Troubleshooting
201
+ ===============
202
+
203
+ .. include :: ../../common/segger-ecc-systemview.rst
204
+ :start-after: segger-ecc-systemview
205
+
200
206
.. _MCX-N236 SoC Website :
201
207
https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/mcx-arm-cortex-m/mcx-n-series-microcontrollers/mcx-n23x-highly-integrated-mcus-with-on-chip-accelerators-intelligent-peripherals-and-advanced-security:MCX-N23X
202
208
Original file line number Diff line number Diff line change @@ -257,6 +257,12 @@ should see the following message in the terminal:
257
257
*** Booting Zephyr OS build v3.6.0-479-g91faa20c6741 ***
258
258
Hello World! frdm_mcxn947/mcxn947/cpu0
259
259
260
+ Troubleshooting
261
+ ===============
262
+
263
+ .. include :: ../../common/segger-ecc-systemview.rst
264
+ :start-after: segger-ecc-systemview
265
+
260
266
.. _MCX-N947 SoC Website :
261
267
https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/mcx-arm-cortex-m/mcx-n-series-microcontrollers/mcx-n94x-54x-highly-integrated-multicore-mcus-with-on-chip-accelerators-intelligent-peripherals-and-advanced-security:MCX-N94X-N54X
262
268
Original file line number Diff line number Diff line change @@ -192,6 +192,12 @@ For more details:
192
192
.. _blhost Website :
193
193
https://www.nxp.com/search?keyword=blhost&start=0
194
194
195
+ Troubleshooting
196
+ ===============
197
+
198
+ .. include :: ../../common/segger-ecc-systemview.rst
199
+ :start-after: segger-ecc-systemview
200
+
195
201
References
196
202
**********
197
203
You can’t perform that action at this time.
0 commit comments