What does the label “ISR #1” mean? Oct 16, 2013You need to set a name for the ISR using vTraceSetISRProperties, otherwise the numeric ID stored using vTraceStoreISRBegin is displayed. read more
What does the label “ISR using …” mean? Oct 15, 2013Add vTraceStoreISRBegin and vTraceStoreISREnd calls to your interrupt handlers. read more
How do I set custom names for queues (and other kernel objects), instead of the default names (“Queue #1” etc.) Oct 14, 2013Examples of setting custom names for queues and other kernel objects using vTraceSetQueueName, vTraceSetSemaphoreName or vTraceSetMutexName. read more