Reply by George Kadziolka April 20, 20082008-04-20
Hi,

The compiler uses default section names for code and data. To override the
defaults names, you can use section("section_name") ahead of any functions
or data that you want in the section you name "section_name" (see page 1-123
of TS Compiler Manual for VDSP++ 5.0 for more info). Also, you should keep
code and data separate.

Cheers,

George Kadziolka

Kaztek Systems

www.kaztek.com

_____

From: a... [mailto:a...] On Behalf Of
oli_renard
Sent: Friday, April 18, 2008 9:14 AM
To: a...
Subject: [adsp] Ts101 SDRAM

Hi,

I try to work with sdram on a ADSP-TS101 EZ Kit....

I joined to my ldf file : sdram
{
INPUT_SECTIONS( $OBJECTS(sdram) )
INPUT_SECTIONS( Maina.doj(sdram))
INPUT_SECTIONS( Inita.doj(sdram))
INPUT_SECTIONS( Audio.doj(sdram))
INPUT_SECTIONS( Variablesa.doj(sdram))
} >SDRAM

To can use sdram and put data in extern sdram memory...
But the compiler of VisualDSP ++ 5.0 does'nt recognize symbol sdram....

So wht can i do?

thanks
Reply by oli_renard April 18, 20082008-04-18
Hi,

I try to work with sdram on a ADSP-TS101 EZ Kit....

I joined to my ldf file : sdram
{
INPUT_SECTIONS( $OBJECTS(sdram) )
INPUT_SECTIONS( Maina.doj(sdram))
INPUT_SECTIONS( Inita.doj(sdram))
INPUT_SECTIONS( Audio.doj(sdram))
INPUT_SECTIONS( Variablesa.doj(sdram))
} >SDRAM

To can use sdram and put data in extern sdram memory...
But the compiler of VisualDSP ++ 5.0 does'nt recognize symbol sdram....

So wht can i do?
thanks