How much RAM does the trace recorder need? Oct 19, 2013RAM requirements for Percepio’s recorder library when used with FreeRTOS, OpenRTOS, SafeRTOS and Micrium µC/OS. read more
How do I enable tracing of interrupt handlers? Oct 17, 2013How to enable tracing of interrupt handlers with Percepio’s recorder library when used with FreeRTOS, OpenRTOS, SafeRTOS and Micrium µC/OS. read more
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