Digital Signal Processing Reference
In-Depth Information
FIGURE 7.2
Project creation window for Sine_gen.pjt.
//*C6xdsk.cmd Generic Linker command file*/
MEMORY
{
VECS:
org = 0h, len = 0x220
IRAM:
org = 0x00000220, len = 0x0000FDC0/
*internal memory*/
SDRAM:
org = 0x80000000, len = 0x01000000/
*external memory*/
FLASH:
org = 0x90000000, len = 0x00020000/*flash
memory*/
}
SECTIONS
{
vectors :> VECS
.text :> IRAM
.bss :> IRAM
.cinit :> IRAM
.stack :> IRAM
.sysmem :> SDRAM
.const
:> IRAM
 
Search WWH ::




Custom Search