DSPRelated.com
Forums

memory mapping in C6727

Started by Chsekhar Prattipati May 27, 2009
Hi

I have two 'C' files in my application. I wanted to load one file in IRAM and another one in SDRAM. How to do that one in TMS320C6727 processor?
Thanks and regards

Chandra sekhar
Chsekhar,

The way to place specific parts of the executable at specific locations in the
memory map is to use a linker command file.
The linker command file will contain section definitions for each load area
(SDRAM and IRAM) plus memory placement commands for what is to be loaded into
each defined section.

R. Williams

---------- Original Message -----------
From: Chsekhar Prattipati
To: c6x help c6x help
Sent: Tue, 26 May 2009 20:09:56 -0700 (PDT)
Subject: [c6x] memory mapping in C6727

> Hi
>
> I have two 'C' files in my application. I wanted to load one file
> in IRAM and another one in SDRAM. How to do that one in TMS320C6727 processor?
>
> Thanks and regards
>
> Chandra sekhar
------- End of Original Message -------

_____________________________________