Re: [avr-gcc-list] How can I use external flash memory?

2006-10-29 Thread Daniel O'Connor
On Monday 30 October 2006 07:29, Bruce D. Lightner wrote: > As it turned out, the size of the AVR interpreter was about the same as > the "p-code" interpreter, about 3K bytes. (Maybe "interpreters" are a > "Zero Sum Game" of some kind?) As for the size of a "p-code" routine > that did more or les

Re: [avr-gcc-list] How can I use external flash memory?

2006-10-29 Thread Bruce D. Lightner
Anton Erasmus wrote: 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, parall

Re: [avr-gcc-list] How can I use external flash memory?

2006-10-29 Thread Shaun Jackman
On 10/29/06, Anton Erasmus <[EMAIL PROTECTED]> wrote: 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 d

Re: [avr-gcc-list] How can I use external flash memory?

2006-10-29 Thread Anton Erasmus
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 fr

Re: [avr-gcc-list] How can I use external flash memory?

2006-10-29 Thread Uwe Fechner
Hello, the AVR processors are not designed for the use of external program memory. If you need more program memory, use an AVR processor with more on-chip flash. Regards: Uwe Fechner Husam Burhan wrote: > Sorry! > Parallel (or Serial if exist) Code(Program) Memory. _

Re: [avr-gcc-list] How can I use external flash memory?

2006-10-29 Thread Husam Burhan
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?>

Re: [avr-gcc-list] How can I use external flash memory?

2006-10-28 Thread dimax un
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 AVR-GCC-list@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-gcc

[avr-gcc-list] How can I use external flash memory?

2006-10-28 Thread Husam Burhan
How can I use external flash memory with ATmega162? ___ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-gcc-list