avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] String Utilities and Memories


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] String Utilities and Memories
Date: Mon, 5 Sep 2005 20:52:26 +0200 (MET DST)

Chinmay Pendharkar <address@hidden> wrote:

> Is there a way to access both types of memories using a singular
> function which will intelligently judge on which of the two
> libraries is to be used?

Only using C++, and virtual base classes -- which naturally will
impose a run-time cost.

> This basically leads to the question whether the two memories share
> address space?

Nope, it's a Harvard architecture.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]