Reading Program memory 2004-11-14 by mkrbns I would like to read a byte of the program memory from within my C program, I am unsure of how to do this using the atmega128? Thanks for your help.
Re: [AVR-Chat] Reading Program memory 2004-11-25 by Bent Morten Dale const char *flash = (const char *) 0x0000; // should do the job for youShow quoted textHide quoted text ----- Original Message ----- From: mkrbns To: AVR-Chat@yahoogroups.com Sent: Sunday, November 14, 2004 3:48 PM Subject: [AVR-Chat] Reading Program memory I would like to read a byte of the program memory from within my C program, I am unsure of how to do this using the atmega128?Thanks for your help.