DSPRelated.com
Forums

How to place .lib into SDRAM ??

Started by Marko Babic April 17, 2003
Hello, First:is there any possibility to put a whole libryry e.g. rts6701.lib
into a section in SDRAM, whereas the .text-section remains in IRAM ???
or how can I place at least some less important of the .obj of the library into
SDRAM Second:
Where (that means in .cmd ??? => on which place??) and how should I write:
LM_fit.obj(.text) :> SDRAM
to put the whole object in SDRAM and not to use #pragma for each function of
this .c-file ???
(LM_fit.c is a file written by myself...) Happy holidays,Markan