Everything

[Memory Area] tab

This tab displays the memory area information (e.g. Area Name and Top Address) of the RI78V4.
Figure A-3. [Memory Area] Tab
The following items are explained here.
[How to open]
- From the [Debug] menu, select [Download].
- From the [View] menu, select [Realtime OS] >> [Resource Information].
[Description of each area]
(1) Information display area
This area displays the memory area information (e.g. Area Name and Top Address) of the RI78V4.
This area consists of the following items.
Area Name
An icon and the name of the managed memory area are shown in the following format.
Icon Name
kernel_system
Area where kernel codes are to be allocated.
kernel_system_timer_n
Area where the system timer code and the infomation of far branch code for interrupt handler are to be allocated.
kernel_info
Area where information items such as the RI78V4 version are to be allocated.
kernel_const
kernel_const_f
Area where initial information items related to OS resources that do not change dynamically are allocated as system information tables.
kernel_stack
Area where the system stack and the task stack are to be allocated.
kernel_data
Area where managed objects for RI78V4 are to be allocated.
kernel_data_init
Area where information itemes related to RI78V4 initialization.
kernel_workn
Area where fixed-sized memory pools are to be allocated.
kernel_data_trace_n
kenrel_const_trace_f
Area where the trace data and information necessary to get the trace data are to be allocated.
kernel_system_trace_f
Area where the codes for getting the trace data are to be allocated.
kernel_sbss
Area of SADDR for RI78V4
Top Address
The start address of the managed memory area is shown.
Size
The size of the managed memory area (in bytes) is shown.

Remark If the memory area information (e.g. Area Name and Top Address) in each cell is double clicked, then Memory panel displays the contents of the managed memory area, and the caret moves to the corresponding location.
[Context menu]
The context menu displayed in response to a right mouse click differs as follows depending on the area clicked.
(1) Header row
Display
Displays cascade menus for selecting the header items to display.
Selected item name
The following items are displayed for selection.
Area Name, Top Address, Size
Checked
The item in question will be displayed.
Not checked
The item in question will not be displayed.
Notation
Displays cascade menus for selecting the display notation.
Selected item name
The following items are displayed for selection.
Top Address, Size
DEC
Displays value in signed decimal number.
HEX
Displays value in hexadecimal number.

(2) Footer row
Jump to Memory (Top Address)
Opens the Memory panel, and displays the contents of the managed memory area.
Reset Display Item
Resets the display item (e.g. whether or not to display header items, display notation, display order and display width).