|
|
|
Description This method is used to write a single word to one position of the target’s on-chip EEPROM. Syntax HCS121.ProgramEeprom (Address, wData)
Remarks Before to write a word, you have to be sure that the position is erased (read as $FFFF), in other case you will have to erase the sector first using SectorEraseEeprom .Recall that an EEPROM sector is 4 bytes instead of 512 bytes like in flash memory. SectorModifyEeprom is a method that combine both mentioned before in a single operation. See also: |
|