![Texas Instruments TMS320C80 User Manual Download Page 54](http://html.mh-extra.com/html/texas-instruments/tms320c80/tms320c80_user-manual_1094755054.webp)
Prototyping Code Using Linker Command Files
3-14
TMS320C80 to TMS320C82 Software Compatibility User’s Guide
3.4.5 MP Linker Command Files
MP linker command files function in the same way as PP linker
command files. Example 3–6 shows the command file for proto-
typing ’C82 code on a ’C80. Example 3–7 show the command file
for linking ’C82 code to execute on a ’C82.
Example 3–6.’C80 MP Linker Command File
/********************************************************
* c80mp.lnk – MP linker command file for prototyping
* ’C82 code on a ’C80
********************************************************/
–c
–x
–heap 0x2000
–stack 0x2000
–l mp_rts.lib
MEMORY
{
EXTMEM : o=0x02000000 l = 0x80000
MPPRAM0 : o=0x01010000 l = 0x800
MPPRAM1 : o=0x01002000 l = 0x800
}
SECTIONS
{
.text : > EXTMEM
.ptext : > EXTMEM
.bss : > EXTMEM
.const : > EXTMEM
.switch : > EXTMEM
.sysmem : > EXTMEM
.stack : > EXTMEM
.cinit : > EXTMEM
.pcinit : > EXTMEM
}
Summary of Contents for TMS320C80
Page 2: ...SPRU154 Printed in U S A November 1995 M418017 9741 revision ...
Page 8: ...vi TMS320C80 to TMS320C82 Software Compatibility User s Guide ...
Page 16: ...xiv TMS320C80 to TMS320C82 Software Compatibility User s Guide ...
Page 30: ...1 14 TMS320C80 to TMS320C82 Software Compatibility User s Guide ...
Page 40: ...2 10 TMS320C80 to TMS320C82 Software Compatibility User s Guide ...
Page 64: ...A 6 TMS320C80 to TMS320C82 Software Compatibility User s Guide ...