avr-chat
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-chat] Serial Numbers with avrdude (or other?)


From: Vincent Trouilliez
Subject: Re: [avr-chat] Serial Numbers with avrdude (or other?)
Date: Wed, 14 Sep 2005 15:59:32 +0200

On Wed, 2005-09-14 at 07:40 -0500, David Kelly wrote:
> Also in the manpage I see "memtype" is often used, defined as "The  
> memtype field specifies the memory type to operate on." But its valid  
> values are never enumerated.

I wondered about this too, when I first started to use avrdude. I found
the answer in it's config file (/usr/local/etc/avrdude.conf).
For example the ATmega32 has the following definition, which lists all
the memory types you can access on this chip.


HTH


--
Vince



#------------------------------------------------------------
# ATmega32
#------------------------------------------------------------

part
    id               = "m32";
    desc             = "ATMEGA32";

   memory "eeprom"
        ....
   memory "flash"
        ....
   memory "lfuse"
        ....
   memory "hfuse"
        ....
   memory "lock"
        ....
   memory "signature"
        ....
   memory "calibration"






reply via email to

[Prev in Thread] Current Thread [Next in Thread]