/
Initializing TraceAlyzer (Streaming Mode)
Initializing TraceAlyzer (Streaming Mode)
Initializing the TraceAlyzer Streaming Recorder
Initialize the TraceAlyzer Streaming Recorder anywhere after the BSP has been initialized and after µC/OS-III has been started.
The code below shows an example where it gets initialized from the Startup task:
Initializing the TraceAlyzer Streaming Recorder
#include <os_trace.h> . . . static void AppTaskStart (void *p_arg) { OS_ERR os_err; BSP_Init(); /* Initialize BSP functions */ CPU_Init(); /* Initialize the uC/CPU services */ . . . OS_TRACE_INIT(); /* Initialize the uC/OS-III Trace recorder. */ . . . }
Next Step
Related content
Initializing TraceAlyzer (Snapshot Mode)
Initializing TraceAlyzer (Snapshot Mode)
More like this
Initializing the Trace Recorder
Initializing the Trace Recorder
More like this
Initializing SystemView
Initializing SystemView
More like this
Starting TraceAlyzer (Snapshot Mode)
Starting TraceAlyzer (Snapshot Mode)
More like this
Including TraceAlyzer (Streaming Mode)
Including TraceAlyzer (Streaming Mode)
More like this
Configuring TraceAlyzer (Streaming Mode)
Configuring TraceAlyzer (Streaming Mode)
More like this