Sign in

username:

password:



Not a member?

Search c54x



Search tips

Subscribe to c54x



c54x by Keywords

5409 | 5416 | AD5 | ADC | BIOS | Boot | Booting | Bootloader | C540 | C5402 | C5409 | C5416 | CCS | Codec | DMA | Dmad | DSK | DSKPlus | Dsplib | EVM | FFT | FIR | Flash | GPIO | HPI | Initialization | Interrupt | JTAG | LOG_printf | MCBSP | RFFT | RTDX | Sampling | STLM | UART | VC540

Ads

Discussion Groups

Discussion Groups | TMS320C54x | c5416 memory map problem

Technical discussions about the TI C54x DSPs (including the c5401, c5402, c5402a, c5404, c5407, c5409, c5409a, c5410, c5410a, c5416, c5420, c5421, c5441, c549, c5470 and c5471).

  

Post a new Thread

c5416 memory map problem - lax man - Jul 31 4:47:00 2003



hello all

i need some help on c5416 memory map.

my cmd file look something like this.

MEMORY {

PAGE 0: /* program space */
DARAM0 (RWX) : o=000080h l=003f80h
VECS0 (RWX) : o=007f80h l=000080h

EXT (RWX) : o=008000h l=004000h
ROM (R ) : o=00c000h l=003f00h
RSV1 (R ) : o=00ff00h l=000080h
VECS1 (RWX) : o=00ff80h l=000080h

SARAM03 (RWX) : o=028000h l=008000h
SARAM47 (RWX) : o=038000h l=008000h

PAGE 1: /* Data Space */

DARAM2 (RWX) : o=004000h l=003f80h
DARAM47 (RWX) : o=008000h l=008000h
}

SECTIONS
{
.intvecs : > VECS0 PAGE 0
.text : > SARAM47 PAGE 0
.cinit : > SARAM47 PAGE 0
.pinit : > SARAM47 PAGE 0
.switch : > SARAM47 PAGE 0
.sysmem : > DARAM47 PAGE 1
.stack : > DARAM47 PAGE 1
.const : > DARAM47 PAGE 1
.cio : > DARAM47 PAGE 1
.bss : > DARAM47 PAGE 1
.data : > DARAM47 PAGE 1
}

1) In c5416 we have 128 pages each of size 64k
(program space),how will i address SARAM03,SARAM47.if
i do as shown above, CCS will give an error.
if i use page0 program & data memory than there is no
problem.

2) i set PMST in GEL file to 0x2c...Even, i used
DSP/BIOS too for placing the compiler sections...there
also it's giving the same error.
3) since there are 23 address lines, i can address
upto 8M words, if so, what modifications must be done
in my CMD file.
4) since XPC register determines the page no,how can
i set xpc reg to point to two different pages @ the
same time.

Thanks in advance
-Lakshman __________________________________




(You need to be a member of c54x -- send a blank email to c54x-subscribe@yahoogroups.com )