avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avrdude-dev] config for atmega328pb


From: Алексей Цветков
Subject: [avrdude-dev] config for atmega328pb
Date: Thu, 27 Jun 2019 13:20:09 +0300

Greetings.
I'm currently using mega238pb in my project.
So, I've modified avrdude.conf for this part.

mega328pb efuse differs from mega328p

So the config fragment for 328pb should be like the following:
Please include it in the next release

part parent "m328"
            id                  = "m328pb";
            desc                = "ATmega328PB";
            signature           = 0x1e 0x95 0x16;
        
            ocdrev              = 1;
    memory "efuse"
        size = 1;
        min_write_delay = 4500;
        max_write_delay = 4500;
        read = "0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0",
               "x x x x x x x x o o o o o o o o";

        write = "1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0",
                "x x x x x x x x x x x x i i i i";
    ;
;

A.T/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]