TYPE |
DIRECTIVE |
OPTIONAL |
ARGUMENTS |
Operation |
fillbuffer |
Yes |
<data> |
The fillbuffer directive is used to initialize the buffer with the specified value.
The buffer is filled in the address range defined by the last addrange directive.
<data> = value used to reset the buffer; may be written in decimal or hexadecimal format.
Example of use :
> batchisp -device t89c51cc01 -hardware PEAK -operation memory FLASH fillbuffer 0x00 memory EEPROM fillbuffer 0xFF