Advanced Memory Window: Fill Tab (Compact 2013)
3/26/2014
Use this page to fill a memory block with data. The fill stores the Data value starting at Start Address and repeats it as many times as needed to fill Range bytes. For example, if Start Address is 0x00000000, Range is 5, Data is X, and Type is char*, Fill fills memory from 0x00000000 - 0x00000004 with X.
- Start Address
The starting address of the fill, either a hexadecimal address or a variable name.
- Range (in bytes)
The number of bytes to fill, specified as a decimal integer.
- Data
The fill data. The data must be of the selected Type. Byte, word, and long values can be entered in either decimal or hexadecimal. Hexadecimal values begin with “0x”. Float and double data types can be in normal or scientific form.
- Type
The type of Data, either byte, word, long, float, double, char*, or wchar_t*.
- Fill
Click to start a fill.
- Stop Fill
Click to stop a fill.
See Also
Reference
Concepts
Platform Builder User Interface