|
|
|
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)
Remarks This operation works on any kind of memory, EEPROM, Flash or RAM. See also: |
|