Select the Fill memory option from the Import/Export/Fill Memory Action editor window to fill a user specified memory range with a user specified data pattern.
The following table explains the fill memory options.
| Item | Explanation |
|---|---|
| Memory space and address | Enter the literal address and memory space on which the fill operation is performed. The Literal address field allows only decimal and hexadecimal values. |
| Expression | Enter the memory address or expression at which the fill operation starts. |
| Access Size | Denotes the number of addressable units of memory that the debugger accesses in modifying one data element. The default values shown are 1, 2, and 4 units. When target information is available, this list shall be filtered to display the access sizes that are supported by the target. |
| Fill Pattern | Denotes the sequence of bytes, ordered from low to high memory mirrored in the target. The field accept only hexadecimal values. If the width of the pattern exceeds the access size, an error message. |
| Number of Elements | Enter the total number of elements to be modified. |
| Verify Memory Writes | Select the checkbox to verify success of each data write to the memory. |