Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Configuring the SystemView Trace Recorder

Configuration is performed through the addition of the following files. The file locations are illustrated below.

...

From this file you can configure the BSP function that returns the system clock in Hertz. For example:From this file you also get to configure the lowest RAM address where you intend to allocate the Trace buffer. For example:And finally, from this file you get to register each of the interrupts you are interested in. By default, the interrupts will be displayed in the Analyzer with their vector number only. So, if you want to specify a name for the interrupts, then you can do so from this file. For example:The file SEGGER_SYSVIEW_Config_uCOSIII.h contains other settings that are beyond the scope of this document. For more information on this configuration file refer to the SEGGER SystemView Documentation.

Next Step

Initializing SystemView