Runtime Object Viewer (ROV)
3-12
❏ Stack Base. Beginning address of the task stack.
❏ Stack Size. Size of the task stack.
❏ Stack Peak. Peak amount of the task stack used at any one time.
❏ Start of SysStack. Beginning address of the system stack. (C55x only)
❏ Size of SysStack. Size of the system stack. (C55x only)
❏ SysStack Peak. Peak amount of the system stack used at any one time.
(C55x only)
3.3.2 Software Interrupts
The properties listed for software interrupts (SWI) are as follows.
❏ Name. The name of the software interrupt object. The name is taken from
the label for statically-configured software interrupts and is generated for
dynamically-created software interrupts. The label matches the name in
the configuration.
❏ Handle. The address of the software interrupt object header on the
target.
❏ State. The software interrupt’s current state. Valid states are Inactive,
Ready, and Running.
❏ Priority. The software interrupt’s priority as set in the configuration or
during creation. Valid priorities are 0 through 15.
❏ Mailbox Value. The software interrupt’s current mailbox value.
❏ Function. The name of the function called by this software interrupt.
❏ arg0, arg1. The arguments sent to the function by this software interrupt.
These are set in the configuration or during creation.
❏ Function Address. The address of the function on the target.
3.3.3 Mailboxes
The properties listed for mailboxes (MBX) are as follows:
❏ Name. The name of the mailbox. The name is taken from the label for
statically-configured mailboxes and is generated for dynamically-created
mailboxes. The label matches the name in the configuration.
❏ Handle. The address of the mailbox object header on the target.
❏ # Tasks Pending. The number of tasks currently blocked waiting to read
a message from this mailbox.