"Flash" memory type not defined for part "ATtiny25"

USB AVR Programmer and SPI interface. Adafruit's USBtinyISP.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
rcharris19
 
Posts: 6
Joined: Wed Sep 17, 2014 5:30 pm

"Flash" memory type not defined for part "ATtiny25"

Post by rcharris19 »

The "Flash" memory type not defined error has me in a headlock.

Anyone have an idea of why a perfectly good programmer and
ATtiny25 device (brain-machine) would fail to communicate this way?

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Windows>avrdude -c usbtiny -p t25 -v -U Flash:w:bm.hex

avrdude: Version 5.10, compiled on Jan 19 2010 at 10:45:23
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch

System wide configuration file is "C:\WinAVR-20100110\bin\avrdude.conf"


Using Port : USB
Using Programmer : usbtiny
AVR Part : ATtiny25
Chip Erase delay : 4500 us
PAGEL : P00
BS2 : P00
RESET disposition : possible i/o
RETRY pulse : SCK
serial program mode : yes
parallel program mode : yes
Timeout : 200
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 65 6 4 0 no 128 4 0 4000 45
00 0xff 0xff
flash 65 6 32 0 yes 2048 32 64 4500 45
00 0xff 0xff
signature 0 0 0 0 no 3 0 0 0
0 0x00 0x00
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
efuse 0 0 0 0 no 1 0 0 9000 90
00 0x00 0x00
calibration 0 0 0 0 no 2 0 0 0
0 0x00 0x00

Programmer Type : USBtiny
Description : USBtiny simple USB programmer, http://www.ladyada.net
/make/usbtinyisp/
avrdude: programmer operation not supported

avrdude: Using SCK period of 10 usec
avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.02s

avrdude: Device signature = 0x1e9108
avrdude: safemode: lfuse reads as E2
avrdude: safemode: hfuse reads as D6
avrdude: safemode: efuse reads as FF
"Flash" memory type not defined for part "ATtiny25"

avrdude: safemode: lfuse reads as E2
avrdude: safemode: hfuse reads as D6
avrdude: safemode: efuse reads as FF
avrdude: safemode: Fuses OK

avrdude done. Thank you.


C:\Windows>

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: "Flash" memory type not defined for part "ATtiny25"

Post by adafruit_support_rick »

Try "flash" with a lower-case 'f'

User avatar
rcharris19
 
Posts: 6
Joined: Wed Sep 17, 2014 5:30 pm

Re: "Flash" memory type not defined for part "ATtiny25"

Post by rcharris19 »

That worked, thanks! I'm embarrassed and grateful.

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: "Flash" memory type not defined for part "ATtiny25"

Post by adafruit_support_rick »

NP! :)

Locked
Please be positive and constructive with your questions and comments.

Return to “USBtinyISP”