bugAVR Downloader/UploaDEr - Bugs: bug #48237, ATmega328PB not supported

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #48237: ATmega328PB not supported

Submitter:  Attila Zoltan Kovacs <kaz>
Submitted:  Thu 16 Jun 2016 05:56:07 AM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  None Privacy:  Public
Assigned to:  None Originator Name:  kaz
Open/Closed:  Open Release:  None
Programmer hardware:  Device type: 

Thu 16 Jun 2016 05:56:07 AM UTC, original submission:  

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

;

Attila Zoltan Kovacs <kaz>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by kaz (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code