Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • I'm using instrumented uC/OS-II core and am viewing task and ISR entry and exits as expected. However, I'm not seeing entry/exit events for mutexes, mboxes, queues or other RTOS resources. I see the RTOS is instrumented to trace these issues but I don't see anything in SystemView. Am I supposed to specifically enable these specific events? Also, does anyone have an example where they used the user event recording? We have a macro for entering and exiting a critical section (ie, disable/enable in…