[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Which function/API can I use to write to the "Program
From: |
Weddington, Eric |
Subject: |
Re: [avr-gcc-list] Which function/API can I use to write to the "Program Memory Space" in Atmegal128 using AVR-gcc? |
Date: |
Tue, 18 Sep 2012 21:41:15 +0000 |
> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden On
> Behalf Of Gary Lee
> Sent: Monday, September 17, 2012 9:11 AM
> To: address@hidden
> Subject: [avr-gcc-list] Which function/API can I use to write to the
> "Program Memory Space" in Atmegal128 using AVR-gcc?
>
> Hi,
>
> I am using avr-gcc and Atmegal128. Atmegal128 has EEPROM and Program mempry
> space.
>
> I know we can use eeprom_write_byte()to write to EEPROM in Atmegal128. But
> what API can I used to write to "Program Memory Space" in Atmegal128?
>
See the bootloader API in <avr/boot.h>
http://www.nongnu.org/avr-libc/user-manual/group__avr__boot.html