[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-libc-dev] functions to write data into application flash sectio
From: |
Joerg Wunsch |
Subject: |
Re: [avr-libc-dev] functions to write data into application flash section |
Date: |
Thu, 15 Feb 2007 17:26:18 +0100 |
User-agent: |
Mutt/1.5.11 |
As Thomas Richter wrote:
> In the question there was an error but you understand it
> correctly. I would ask for the functions in <avr/boot.h>. I am not
> sure that these functions also useable for application flash
> section.
Depends on what you actually mean by this. If you're asking for
something that could be run from *within* the application section,
this is impossible with the AVR (except for a few ATtinys): *only* the
bootloader area (as designated by the respective fuse bits) is allowed
to write to flash.
If you're asking for something that can *update* the application flash
section: that's it.
--
cheers, J"org .-.-. --... ...-- -.. . DL8DTL
http://www.sax.de/~joerg/ NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)