bugAVR Downloader/UploaDEr - Bugs: bug #15826, avr910 device type for ATmega8...

 
 

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

bug #15826: avr910 device type for ATmega8 wrong

Submitter:  Craig Ruff <cruff>
Submitted:  Mon 20 Feb 2006 11:12:07 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  joerg_wunsch Originator Name:  cruff
Open/Closed:  Closed Release:  None
Programmer hardware:  Device type: 

Wed 03 May 2006 06:13:28 PM UTC, comment #1: 

AVR-Prog Software knows device Code 0x76 for ATMega8 in avr910 Mode. For Bootloader Mode (AVR109) device Type is 0x77.

To reflect this you can copy the Device section an give the bootloader Mode the devicename m8b for example.

Same behavior is for some more Devices which originally have 2 device Codes, one for avr910 andone for avr109:
; official Devicecodes as matched in AVRProg V1.40
0x3a ;m8515
0x3b ;m8515boot  Bootloader Mode
0x43 ;m128
0x44 ;m128boot  Bootloader Mode
0x45 ;m64
0x46 ;m64boot   Bootloader Mode
0x60 ;m161
0x61 ;m161boot  Bootloader Mode
0x62 ;m162
0x63 ;m162boot  Bootloader Mode
0x64 ;m163
0x66 ;m163boot  Bootloader Mode
0x69 ;m8535
0x6a ;m8535boot Bootloader Mode
0x72 ;m32
0x73 ;m32boot   Bootloader Mode
0x74 ;m16
0x75 ;m16boot   Bootloader Mode
0x76 ;m8
0x77 ;m8boot    Bootloader Mode
0x78 ;m169
0x79 ;m169boot  Bootloader Mode

Kind Regards,
Klaus

Klaus Leidinger <kllei>
Mon 20 Feb 2006 11:12:07 PM UTC, original submission:  

According to the preprocessor.xls file in the AVR109.ZIP file, the device type for the ATmega8 is 0x77.

Craig Ruff <cruff>

 

(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

 

CC list is empty

 

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.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-08-21 joerg_wunsch StatusNone Fixed
    Assigned toNone joerg_wunsch
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-caa5.
Corresponding source code