DSPRelated.com
Forums

.LDF questions (VisualDSP++ 2.0, 218x)

Started by Unknown August 22, 2001
Hi,

Q1:
Is there any way to "cheat" the linker to believe that the address space is
larger than 14 bits (for simulation purposes only, of course)? What I mean
is, that I would like to put the following in my .ldf:

seg_data1 { TYPE(DM RAM) START(0x00000) END(0x04fff) WIDTH(16) }

but then I get a linker error saying that the memory address (0x04fff) is
illegal. Is there any way to circumvent this?

Q2:
I have some problems figuring out how memory overlay should be configured in
my .ldf. Does anyone have a working example I can start with?

Thanks,
Jesper