1:orphan:
2
3.. segger-ecc-systemview
4
5Using Segger SystemView and RTT
6-------------------------------
7
8Note that when using SEGGER SystemView or RTT with this SOC, the RTT control
9block address must be set manually within SystemView or the RTT Viewer. The
10address provided to the tool should be the location of the ``_SEGGER_RTT``
11symbol, which can be found using a debugger or by examining the ``zephyr.map``
12file output by the linker.
13
14The RTT control block address must be provided manually because this SOC
15supports ECC RAM. If the SEGGER tooling searches the ECC RAM space for the
16control block a fault will occur, provided that ECC is enabled and the RAM
17segment being searched has not been initialized to a known value.
18