Datasheet

AVR068
25
2591C-AVR-06/06
Table 5-64. Answer format if the command is executed
Field Size Values Description
Command ID 1 byte CMD_READ_FLASH_HVSP Answer id
Status1 1 byte STATUS_CMD_OK
Temporary status, will always
read OK
Data Byte*N
Data read from device. Will be
padded with 0’s if errors
occurred during read-out.
Status2 1 byte STATUS_CMD_OK
A Result Value indicating the
result of the operation. Will
always read OK
5.4.6 CMD_PROGRAM_EEPROM_HVSP
See the CMD_WRITE_FLASH_HVSP command.
5.4.7 CMD_READ_EEPROM_HVSP
See the CMD_READ_FLASH_HVSP command.
5.4.8 CMD_PROGRAM_FUSE_HVSP
This command programs one fuse byte, addressed by the Fuse Address byte.
XML path: /AVRPART/ICE_SETTINGS/STK500_2/HvspProgramFuse/
Table 5-65. Command format
Field Size Values Description
Command ID 1 byte CMD_PROGRAM_FUSE_HVSP Command id
Fuse
Address
1 byte 0, 1 or 2
Address of byte to write
(0=low, 1=high, 2=ext)
Fuse Byte 1 byte
Fuse byte value (low, high or
ext) to be programmed
pollTimeout 1 byte XML: pollTimeout Poll timeout
Table 5-66. Answer format
Field Size Values Description
Command ID 1 byte CMD_PROGRAM_FUSE_HVSP Answer id
Status 1 byte
STATUS_CMD_OK or
STATUS_RDY_BSY_TOUT
A Result Value indicating the
result of the operation.
5.4.9 CMD_READ_FUSE_HVSP
This command programs one fuse byte, addressed by the Fuse Address byte.
XML path: /AVRPART/ICE_SETTINGS/STK500_2/HvspReadFuse/