Skip to content

Incorrect signature ATtiny402 #20

@sude22

Description

@sude22

Hello, and thanks for the great work on this library.
I am trying to use it to program an ATtiny412 via ESP32 using UPDI.
During my attempts I came across the fact that my ATtiny412 was identified as ATtiny402. A quick search revealed that the signature for this AVR is not correct in the code.

{0x9223, “t402”, “ATtiny402”, AVR8X_TINY_4X},
..
{0x9223, “t412”, “ATtiny412”, AVR8X_TINY_4X},

Correct signature 402: 0x9227

Regards

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