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