Datasheet
AVR068
19
2591C-AVR-06/06
Table 5-46. Answer format if the command is executed
Field Size Values Description
Answer ID 1 byte CMD_READ_FLASH_PP Answer id
Status 1 byte STATUS_CMD_OK
Data
Nmb
bytes
Data read from device. Will be
padded with 0’s if errors occurred
during read-out.
Status 1 byte STATUS_CMD_OK
A Result Value indicating the result
of the operation
5.3.6 CMD_PROGRAM_EEPROM_PP
This command programs one page the EEPROM memory of the target device if it
succeeds.
XML PATH: /AVRPART/ICE_SETTINGS/STK500_2/PpReadEeprom/
Command format: See CMD_PROGRAM_FLASH_PP.
5.3.7 CMD_READ_EEPROM_PP
This command will read data from the EEPROM memory of the target device if it
succeeds.
XML PATH: /AVRPART/ICE_SETTINGS/STK500_2/PpReadEeprom/
Command format: See CMD_READ_FLASH_PP
5.3.8 CMD_PROGRAM_FUSE_PP
XML PATH: /AVRPART/ICE_SETTINGS/STK500_2/PpProgramFuse/
Table 5-47. Command format
Field Size Values Description
Command ID 1 byte
CMD_PROGRAM_
FUSE_PP
Command id
Address 1 byte
Address of fuse byte to program
(low, high, ext, ext2)
Data 1 byte Fuse byte value to be programmed
pulseWidth 1 byte XML: pulseWidth
Width (ms) of /WR pulse (0 => 1
cycle)
pollTimeout 1 byte XML: pollTimeout
Time-out (ms) for polling RDY/BSY
(0 = don’t poll)
Table 5-48. Answer format
Field Size Values Description
Answer ID 1 byte
CMD_PROGRAM_
FUSE_PP
Answer id
Status 1 byte See table below
A Result Value indicating the result
of the operation