-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Xmega PDI is partly implemented.
The NVM data is missing. And the defined AVR8_MEMTYPEs do not work.
for example :
ERASE_EEPROM = 0x03 # Erase EEPROM only
does not erase the eeprom.
I found AVR1612 but that shows different info. i use SNAP programmer.
What i need is either xmega NVM erase implemented or better good documentation of what the protocol expects.
CMD_AVR8_ERASE is used to erase with CMD_VERSION0 and the mode followed by the address of the memory
It works for the whole processor but not for EEPROM. command executes without error but EEPROM is not erased,
Is there some document that describes PDI protocol as used by SNAP ?
I had a look at avrdude but odd enough that uses different protocol commands.
Metadata
Metadata
Assignees
Labels
No labels