avr-chat
[Top][All Lists]
Advanced

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

Re: [avr-chat] Re: GUI wrapper for avrdude


From: Xiaofan Chen
Subject: Re: [avr-chat] Re: GUI wrapper for avrdude
Date: Sun, 26 Aug 2007 17:39:40 +0800

On 8/26/07, David Brown <address@hidden> wrote:
> On some microcontrollers I've used, the fuses are programmed as part of
> the memory.  For example, on the COP8 devices, the code memory is from
> 0x0000 to 0x7fff, while the fuses are from 0x8000 to 0x8005 (IIRC).
> Perhaps it's possible to pick a similar "standard" for the AVRs, so that
> gcc support for fuses needs nothing more than a new placed section in
> the linker files, along with a few macros in a C header file to fill the
> section, and support from avrdude and other programmers.  Obviously
> you'd also want to get Atmel's support in AVR Studio, but the benefits
> of having the fuse settings as part of the hex file would be large.
>


Microchip use similar things for PICs. For PIC16s, 0x2000 and above
are for special user IDs, config words and some other things.

And they arbitrarily choose 0x4000 as the starting address of
EEprom.

Xiaofan




reply via email to

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