Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hi, I've been trying to instrument a module in my codebase as per the SystemView user manual (UM08027). It's on a baremetal application, which based from SEGGER materials, SystemView should support. Ok, so far, I have done the following: 0. Configure SystemView in post mortem mode: Source Code (3 lines) 1. Call the following functions after MCU and BSP related init Source Code (3 lines) MyModule is defined as: Source Code (8 lines)2. On a certain ISR handler, call: Source Code (6 lines) Now, in …