|
| Debugging The µVision Simulator allows you to run and test your RTX51 Tiny applications. RTX51 Tiny Applications load just like non-RTX51 Tiny programs. No special commands or options are required for debugging.
A kernel-aware dialog displays all aspects of the RTX51 Tiny kernel and the tasks in your program. Select RTX51 Tiny Tasklist from the Peripherals menu to display this dialog. 
- TID is the Task ID specified in the task definition.
- Task Name is the name of the task function.
- State is the current state of the task.
- Wait for Event specifies the event(s) for which the task is waiting.
- Sig indicates the state of the task's signal flag (1=set).
- Timer indicates the number of timer ticks before the task reaches a time-out. This is a free-running timer that is only used when the task is waiting for a timeout or interval.
- Stack indicates the starting address of the local task stack.
|
|