SEGGER_SYSVIEW_Start() Function description Start recording SystemView events. This function is triggered by the SystemView Application on connect. For single-shot or post-mortem mode recording, it needs to be called by the application. Additional information This function enables transmission of SystemView packets recorded by subsequent trace calls and records a SystemView Start event. As part of start, a SystemView Init packet is sent, containing the system frequency. The list of current tasks, the current system time and the system description string is sent, too. Notes SEGGER_SYSVIEW_Start and SEGGER_SYSVIEW_Stop do not nest. When SEGGER_SYSVIEW_CAN_RESTART is 1, each received start command records the system information. This is required to enable restart of recordings when SystemView unexpectedly disconnects without sending a stop command before.