Text begins from here.
OS Debugging
OS debugging functions
Supporting debugging of applications on uITRON4.0
By adding an RTOS-compliant debugging module into our debugger, debugging uITRON4.0 embeded applications specialized for RTOS can be realized.
Status display functions
You can easily reference the status of RTOS resources.
- Task, Semaphores, Event flags, Data queues, Mailboxes, etc.
- Current stack consumption by tasks, Task back trace
Reference task status
Task trace function
You can graphically analyze trace data output by RTOS with the trace log analysis tool. The trace log analysis tool supports the following functions.
- Display task transition and interruption occurrence history.
- Acquire CPU occupation.
- Display user log data.
- Display service call occurrence.
Analyze with the trace log analysis tool.
Sub Menu begins from here.