AVRDude Device code: 0xffffffff = (unknown)

Status
Not open for further replies.

K Srinivas Pavan Kumar

Member level 3
Joined
Jun 20, 2015
Messages
66
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
524
Hi friends,
I am making use of AVR Evaluation board v3 and ATMega16A as IC, HEXA FILE has created, but while uploading the hex file it is showing me unknown device.
I tried on command prompt and given the command as

avrdude -p atmega16 -P com6 -c avr910 -v -U flash:w:led.hex

and it is showing in command prompt as follows


Code dot - [expand]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
avrdude -p atmega16 -P com6 -c avr910  -v  -U flash:w:led.hex 
 
avrdude: Version 5.10, compiled on Jan 19 2010 at 10:45:23
         Copyright (c) 2000-2005 Brian Dean, [url]https://www.bdmicro.com/[/url]
         Copyright (c) 2007-2009 Joerg Wunsch
 
         System wide configuration file is "C:\WinAVR-20100110\bin\avrdude.conf"
 
 
         Using Port                    : com6
         Using Programmer              : avr910
         avr910_devcode (avrdude.conf) : 0x74
         Overriding Baud Rate          : 19200
         AVR Part                      : ATMEGA16
         Chip Erase delay              : 9000 us
         PAGEL                         : PD7
         BS2                           : PA0
         RESET disposition             : dedicated
         RETRY pulse                   : SCK
         serial program mode           : yes
         parallel program mode         : yes
         Timeout                       : 5200
         StabDelay                     : 100
         CmdexeDelay                   : 25
         SyncLoops                     : 32
         ByteDelay                     : 0
         PollIndex                     : 3
         PollValue                     : 0x53
         Memory Detail                 :
 
                                  Block Poll               Page      Polled
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  Max   W   ReadBack
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ---   -- ---------
           eeprom         4    10   128    0 no        512    4      0  9000  90   00 0xff 0xff
           flash         33     6   128    0 yes     16384  128    128  4500  45   00 0xff 0xff
           lock           0     0     0    0 no          1    0      0  9000  90   00 0x00 0x00
           lfuse          0     0     0    0 no          1    0      0  9000  90   00 0x00 0x00
           hfuse          0     0     0    0 no          1    0      0  9000  90   00 0x00 0x00
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00
           calibration    0     0     0    0 no          4    0      0     0     0 0x00 0x00
 
         Programmer Type : avr910
         Description     : Atmel Low Cost Serial Programmer
 
Found programmer: Id = ""; type = ª
    Software Version = D. ; Hardware Version = ≡.∩
 
Programmer supports the following devices:
    Device code: 0xffffffff = (unknown)
    Device code: 0xffffffff = (unknown)
    Device code: 0xffffffff = (unknown)
    Device code: 0xffffffff = (unknown)
    Device code: 0xffffffff = (unknown)



Can anybody solve this for me

and 1 more doubt is I am making use of atmega16a and I have selected the ic as atmega 16,whether it results in the uploading problem
 
Last edited by a moderator:

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…