SystemView
SystemView is a software tool used for visualizing and analyzing the behavior of embedded real-time systems. Developed by SEGGER, it allows developers to observe the execution flow of their RTOS (Real-Time Operating System) and application code in real-time. The primary function of SystemView is to provide a detailed trace of system events, such as task scheduling, interrupt service routines, API calls, and inter-task communication.
The tool works by integrating a small software module into the target application, which then sends trace
SystemView supports a wide range of RTOSes, including FreeRTOS, embOS, Zephyr, and ThreadX, among others. Its