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: Joerg Wunsch
Subject: Re: [avr-chat] Re: GUI wrapper for avrdude
Date: Sun, 26 Aug 2007 11:25:35 +0200 (MET DST)

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).

Yes, we've been tossing ideas like this around before.  The addresses
obviously have to be at other offsets (as current AVRs have up to 256
KiB of ROM already), but something like that is imaginable.  From a C
point of view, it would be some kind of macro to adjust the fuses.

I think the PICs use something similar, it's called configuration word
there.  The actual ROM address varies from device to device, but the
assembly language API remains the same.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)




reply via email to

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