SystemView
How to run the SystemView app:
- Start the SystemView app.
- If the “Recorder Configuration” has not been set-up:
- Open the Recorder Configuration window by clicking on: Target | “Recorder Configuration” | J-Link.
- Set-up the Recorder Configuration window as shown in Figure A.1:

Figure A.1: SystemView’s Recorder Configuration
- Ensure the target program is running on the dev-board, e.g., via Ozone.
- To avoid overflow with SystemView Recorder, stop the Ozone debug-session, if it is running. This can be done in Ozone by clicking on the red on/off icon, or by clicking on Debug | “Stop Debug Session”.
- When SystemView Recorder can be run:
- After the target-program runs
SEGGER_SYSVIEW_Conf()
. - If FreeRTOS is being used, after the target-program runs
vTaskStartScheduler()
.
- After the target-program runs
- To run the SystemView Recorder:
-
...