![Texas Instruments TMS320C80 User Manual Download Page 53](http://html.mh-extra.com/html/texas-instruments/tms320c80/tms320c80_user-manual_1094755053.webp)
Prototyping Code Using Linker Command Files
3-13
Prototyping ’C82 Code on the ’C80
Example 3–5.’C82 Map File Lines for Vector A and Vector B
*****************************************************
MVP COFF Linker Version 1.10
*****************************************************
Tue Oct 3 10:04:01 1995
OUTPUT FILE NAME: <c82ex.out>
ENTRY POINT SYMBOL: ”$c_int00” address: 020006b8
MEMORY CONFIGURATION
name origin length attributes fill
–––––––– –––––––– ––––––––– –––––––––– ––––––––
DRAM0 00000004 000000ffc RWIX
DRAM1 00008000 000001000 RWIX
PRAM 01000200 000000e00 RWIX
EXTMEM 02000000 000080000 RWIX
SECTION ALLOCATION MAP
output attributes/
section page origin length input sections
–––––––– –––– –––––––––– –––––––––– ––––––––––––––––
.. .. .. .. ..
.. .. .. .. ..
.a_sect 0 00000140 00000c00 PASS SECTION
00000140 00000c00 example.o (.a_sect)
.b_sect 0 00008000 00000c00 PASS SECTION
00008000 00000c00 example.o (.b_sect)
.. .. .. .. ..
.. .. .. .. ..
GLOBAL SYMBOLS
address name
–––––––– ––––
00000140 $A
00008000 $B
.. .. .. .. ..
.. .. .. .. ..
In this example, .a_sect was placed at address 00000140h in
DRAM0 and .b_sect was placed at address 00008000h in
DRAM1.
To see a complete map file, see Section 14.5,
The Example Link-
er Map Files, in the TMS320C80 (MVP) Code Generation Tools
User’s Guide.
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 ...