Reply by Nikhil S. Parvatikar January 20, 20032003-01-20
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



Reply by Jean-Michel MERCIER January 17, 20032003-01-17


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
}