|
95 | 95 | <li class="toctree-l3"><a class="reference internal" href="#cpu-time">CPU Time</a> |
96 | 96 | </li> |
97 | 97 | <li class="toctree-l3"><a class="reference internal" href="#trace-and-live-view">Trace and Live view</a> |
| 98 | + <ul> |
| 99 | + <li class="toctree-l4"><a class="reference internal" href="#component-viewer">COMPONENT VIEWER</a> |
| 100 | + </li> |
| 101 | + </ul> |
98 | 102 | </li> |
99 | 103 | <li class="toctree-l3"><a class="reference internal" href="#peripherals">PERIPHERALS</a> |
100 | 104 | </li> |
@@ -447,7 +451,18 @@ <h3 id="trace-and-live-view">Trace and Live view</h3> |
447 | 451 | <li>Pressing the <code>+</code> sign and entering an expression.</li> |
448 | 452 | <li>Using the context menu item <strong>Add to Live Watch</strong> in the editor or the the <strong>Run and Debug</strong> view.</li> |
449 | 453 | </ol> |
450 | | -<p><img alt="Displaying a variable in the LIVE WATCH" src="https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/raw/main//images/lw-counter.gif" /></p> |
| 454 | +<p><img alt="Displaying a variable in the LIVE WATCH" src="images/cmsis-debugger/lw-counter.gif" /></p> |
| 455 | +<h4 id="component-viewer">COMPONENT VIEWER</h4> |
| 456 | +<p>This view shows detailed information and helps to analyze the operation of software components. The required |
| 457 | +infrastructure can be easily added to user applications.</p> |
| 458 | +<p>Refer to the <a href="https://arm-software.github.io/CMSIS-View/latest/cmp_viewer.html">Component Viewer documentation</a> for |
| 459 | +detailed advice on how to show information from user software using using an SCVD file.</p> |
| 460 | +<p>The Component Viewer shows information about:</p> |
| 461 | +<ul> |
| 462 | +<li>Information from software components that is provided in memory for example by static variables or structures.</li> |
| 463 | +<li>Objects that are addressed by an object handles or dynamic arrays.</li> |
| 464 | +</ul> |
| 465 | +<p><img alt="Showing software component properties in the COMPONENT VIEWER" src="images/cmsis-debugger/component-viewer.png" /></p> |
451 | 466 | <h3 id="peripherals">PERIPHERALS</h3> |
452 | 467 | <p>The <strong>PERIPHERALS</strong> view shows the device peripheral registers and allows to change their values. It uses the CMSIS-SVD files that are provided by silicon vendors and distributed as part of the CMSIS Device Family Packs (DFP).</p> |
453 | 468 | <p><img alt="Peripheral Inspector" src="images/cmsis-debugger/peripheral-inspector.png" /></p> |
|
0 commit comments