This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: memory layout help


The target device is an ARM946 core with some internal memory (64KB).
The requirement is based on the need to be able to put the chip into a
low power state.  When it wakes from that state, execution starts at the
first location of this internal memory block.  This code runs internally
(without the OS) and decides whether to power up fully (bring up the OS
and chip peripherals).  So, we need to be able to make sure all of the
necessary code is located in this internal RAM, plus make sure that the
first instruction of the start-up routine is located at the beginning of
this block, and we also have a register set that needs to be located
starting at a know internal address - this to be used for communication
between the low power code and the normal operating mode code.

Ben

-----Original Message-----
From: ecos-discuss-owner@ecos.sourceware.org
[mailto:ecos-discuss-owner@ecos.sourceware.org] On Behalf Of Gary Thomas
Sent: Tuesday, September 06, 2005 12:46 PM
To: Ben Beasley
Cc: eCos Discussion
Subject: Re: [ECOS] memory layout help

On Tue, 2005-09-06 at 12:20 -0700, Ben Beasley wrote:
> Hi -
> I'm building a code set that needs to be compiled and linked such that
a
> few specific routines have their entry points located at specific
memory
> addresses.  I think this should be possible by editing the target.ld,
> along with some other steps (perhaps use of #pragmas?).  The
> compilation/linking tool I'm using is cygwin.  Any suggestions as to
how
> this can be done?

What platform/target are you using?

Why do you need specific addresses?  Can you elaborate a little?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]