Everything

[ Task Analyzer ] tab

Outline
This tab sets up REALTIME OS TASK ANALYZER.
- Version Information
Display image
Explanation of each area
1 ) [Trace]
Sets up the trace mode of REALTIME OS TASK ANALYZER. According to this setup, the build-options shown in "2.6.6 Options for Realtime OS Task Analyzer" are set up automatically. Note, this automatic setting function is not being interlocked with corresponding property panel of a function. For this reason, don't change the contents set up automatically in corresponding property panel of a function.
Selection of trace mode
Select trace mode of Realtime OS Task Analyzer
Default
Taking in trace chart by hardware trace mode
How to change
Select from the drop-down list.
Restriction
Not tracing
Can not use Realtime OS Task Analyzer
Taking in trace chart by hardware trace mode
The trace information is collected in the trace memory which emulator or simulator has.
Taking in trace chart by software trace mode
The trace information is collected in the trace buffer secured on the user memory area.
To use this mode, implementation of user-own coding module and setup of the system configuration file are required. For details, refer to chapter 15.3.1.
Taking in long-statistics by software trace mode
The trace information is collected in the RI600V4's variable secured on the user memory area.
To use this mode, implementation of user-own coding module and setup of the system configuration file are required. For details, refer to chapter 15.3.2.
Operation after used up the buffers
Select the operation after user up the trace buffer.
This item is displayed only when "Taking in trace chart by software trace mode" is selected.
Default
Continue to exection while the buffers overwriting
How to change
Select from the drop-down list.
Restriction
Continue to exection while the buffers overwriting
It is overwritten sequentially from old information.
Stop the trace taking in
The RI600V4 stops tracing.
Buffer size
Specify the size of the trace buffer (in bytes). Please refer to "15.4 Trace Buffer Size (Taking in Trace Chart by Software Trace Mode)" for the estimate of the size of the trace buffer.
This item is displayed only when "Taking in trace chart by software trace mode" is selected.
Default
0x100
How to change
Directly enter to the text box. Only a hexadecimal number can be entered.
Restriction
From 0x10 to 0x0FFFFFFF
Select the buffer
Select the buffer.
This item is displayed only when "Taking in trace chart by software trace mode" is selected.
Default
Kernel buffer
How to change
Select from the drop-down list.
Restriction
Kernel buffer
The trace buffer with the specified size is generated in the BRI_TRCBUF section when building.
Another buffer
The buffer address is specified by the following clause.
Buffer address
Specify the start address of the "Another buffer" by immediate value.
Area with "Buffer size" (bytes) from "Buffer address" is used as the trace buffer. Please be careful not to overlap with other program or data area.
This item is displayed only when "Another buffer" is selected.
Default
0x0
How to change
Directly enter to the text box. Only a hexadecimal number can be entered
Restriction
From 0x0 to 0xFFFFFFFF, and "Buffer address" + "Buffer size" must not exceeds 0xFFFFFFFF.