BlockFill Method
UP ]

 

Description

The Block Fill method is used to place a single 8-bit value into a range of memory locations. <StartAddress> is the first memory location written with data and <FinalAddress> is the last memory location written with data. The event OnBlockFill is fired when the operation is completed.

Syntax

HCS121.BlockFill (StartAddress, FinalAddress, Byte)

Part Type Description
Byte Short 8 bite value used to fill the memory block.
StartAddress long Starting Target’s memory address of the block to be filled.
FinalAddress long Ending Target’s memory address of the block to be filled.

Remarks

This operation works on any kind of memory, EEPROM, Flash or RAM.

See also:

OnBlockFill .

 

If you have a question or suggestion please contact me. Updated: 03.27.2003
Copyright (c) 2003-2004 J.Gorgas. All rights reserved. All trademarks mentioned are the property of their respective owners.