[En-Nut-Discussion] function to write data into flash memory
Mustafa Yuecel
yuecel at tik.ee.ethz.ch
Thu Feb 15 15:31:49 CET 2007
Hi Thomas
avr-libc (the standard c library of Nut/OS) provides functions to access
data stored in program space (flash memory):
http://www.nongnu.org/avr-libc/user-manual/group__avr__pgmspace.html
Maybe this is a good starting point...
If you search after a filesystem on the flash, have a look into nut/fs
(uromfs??)...
Best,
Musti
Thomas Richter wrote:
> does anybody know a function of Nut/OS for writing data into flash
> memory / program space?
>
> In the datasheet of the ATmega128 I found the description for
> programming the flash. But I have no experiences with programming in
> assembler.
>
> Thanks for any help.
>
> Regards
> Thomas
>
> _______________________________________________
> http://lists.egnite.de/mailman/listinfo/en-nut-discussion
More information about the En-Nut-Discussion
mailing list