David Brown <[EMAIL PROTECTED]> 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. ;-) _______________________________________________ AVR-chat mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-chat
