Hi, The only way to add "program" memory to an AVR is if you have some sort of interpreter which can execute from data memory. Your actual application hence runs in the internal flash, and "executes" the user program in data memory. This data memory can be serial, parallel or even directly from a serial link or other comms link. This might sound silly, but the AVR is actually quite fast enough to run interpreted code at a very reasonable speed. Look at http://projects.cappels.org/ for a BASIC interpreter for the AVR.
Regards Anton Erasmus On 29 Oct 2006 at 14:07, Husam Burhan wrote: > Sorry! > Parallel (or Serial if exist) Code(Program) Memory. > > > On 10/28/06, dimax un <[EMAIL PROTECTED]> wrote: > > > > What Flash? > > Serial/Parallel for Data/Code ? > > > > > > On 10/28/06, Husam Burhan <[EMAIL PROTECTED]> wrote: > > > How can I use external flash memory with ATmega162? > > > _______________________________________________ > > > AVR-GCC-list mailing list > > > [email protected] > > > http://lists.nongnu.org/mailman/listinfo/avr-gcc-list > > > > > > > > > > > > > > > -- > > ;------------------------------------------------------- > > ; Micro connection to the MacroVision > > ; http://www.xdimax.com > > ;-------------------------------------------------------- > > > -- A J Erasmus _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
