Skip to content

xmega nvm docs missing #52

@mcsmark

Description

@mcsmark

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions