> -----Original Message-----
> From: avr-gcc-list-bounces+eric.weddington=atmel....@nongnu.org
> [mailto:avr-gcc-list-bounces+eric.weddington=atmel....@nongnu.org] On
> Behalf Of Gary Lee
> Sent: Monday, September 17, 2012 9:11 AM
> To: avr-gcc-list@nongnu.org
> 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


_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to