Everything
 

Memory Initialize dialog box


This dialog box is used to initialize memory (see "2.12.1.6 Modify the memory contents in batch (initialize)").

The memory area in the specified address range is repeatedly overwritten with the specified initial data pattern.

Figure A.36

Memory Initialize Dialog Box

 

This section describes the following.

[How to open]

-

On the Memory panel, select [Fill…] from the context menu.

[Description of each area]

(1)

Range specification area

Specify the range of memory address to initialize via the [Start address/symbol] and [End address/symbol]. You can either type address expressions directly into the text boxes (up to 1024 characters), or select them from the input history via the drop-down list (up to 10 items).

The results of calculating the address expressions you have entered are treated as start and end addresses, respectively.

Note that address values greater than the microcontroller address space cannot be specified.

Caution

You cannot specify the range of address aligned across the different endian area.

Remark

A symbol name at the current caret position can be complemented by pressing the [Ctrl] + [Space] key in each text box (see "2.21.2 Symbol name completion function").

(2)

[Initialize data] area

Specify the initial value(s) with which to overwrite the memory.

You can either type the initial value into the text box directly in hexadecimal number (the value need not start with "0x"), or select one from the input history via the drop-down list (up to 10 items).

You can specify more than one initial value. Specify up to 16 values of up to 4 bytes (8 characters) each, separated by spaces.

Each initial value is parsed from the end of the string, with each two characters interpreted as a byte.

If the string has an odd number of characters, then the first character is interpreted as one byte.

Note that if a initial value consists of more than one byte, then the target memory is overwritten with the value converted into an array of bytes of the specified address range's endian, as follows:

Input Character Strings
(Initial Value)

How Data is Overwritten (in Bytes)

Little Endian

Big Endian

1

01

01

0 12

00 12

00 12

00 012 345

00 12 00 45 03

00 00 12 03 45

000 12 000345

00 00 12 45 03 00

00 00 12 00 03 45

[Function buttons]

Button

Function

OK

The memory area in the specified address range is repeatedly overwritten with the specified initial data pattern. If the end address is reached in the middle of the pattern, then writing ends at that point.

Cancel

Cancels the memory initialization and closes this dialog box.

Help

Displays the help for this dialog box.