DSPRelated.com
Forums

RE: [c54x] Moving RTS code to offchip Memory

Started by Jean-Michel MERCIER January 17, 2003


Nikhil S. Parvatikar wrote :
> Can any body suggest me a way to move some sections of the rts.lib to the
> offchip memory using the linker command file

The easiest way is to extract the obj you want from
the lib (using ar6x) and then add directly the obj
files to your project.
Then you can use normal SECTIONS to do that :
SECTIONS
{
.txtint { toto.obj(.text) } > ISRAM
}



Thanks Jean
nikhil
----- Original Message -----
From: "Jean-Michel MERCIER" <>
To: <>; <>
Sent: Friday, January 17, 2003 7:27 PM
Subject: [c6x] RE: [c54x] Moving RTS code to offchip Memory >
>
> Nikhil S. Parvatikar wrote :
> > Can any body suggest me a way to move some sections of the rts.lib to
the
> > offchip memory using the linker command file
>
> The easiest way is to extract the obj you want from
> the lib (using ar6x) and then add directly the obj
> files to your project.
> Then you can use normal SECTIONS to do that :
> SECTIONS
> {
> .txtint { toto.obj(.text) } > ISRAM
> } >

--------------------------
Dexcel Electronics Designs (P) Ltd., Bangalore, India