avrdudes / avrdude

AVRDUDE is a utility to program AVR microcontrollers
GNU General Public License v2.0
747 stars 138 forks source link

[bug #48237] ATmega328PB not supported #424

Closed avrs-admin closed 2 years ago

avrs-admin commented 2 years ago

kaz Thu 16 Jun 2016 05:56:07 AM UTC

I added the following lines into avrdude.conf and worked for me.

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"; ;

;

This issue was migrated from https://savannah.nongnu.org/bugs/?48237

MCUdude commented 2 years ago

Issue can be closed, since ATmega328PB support already is present