F2810.cmd
上传用户:qingfan3
上传日期:2014-10-27
资源大小:31439k
文件大小:7k
源码类别:

DSP编程

开发平台:

C/C++

  1. /*
  2. //###########################################################################
  3. //
  4. // FILE: F2810.cmd
  5. //
  6. // TITLE: Linker Command File For F2810 Device
  7. //
  8. //###########################################################################
  9. //
  10. //  Ver | dd mmm yyyy | Who  | Description of changes
  11. // =====|=============|======|===============================================
  12. //  1.00| 11 Sep 2003 | L.H  | Changes since previous version (v.58 Alpha)
  13. //      |             |      | Removed .bss, .const and .sysmem
  14. //      |             |      |    These are for a small memory model.  All examples
  15. //      |             |      |    use the large model.
  16. //      |             |      | Added ECANA_LAM ECANA_MOTO and ECANA_MOTS memory
  17. //      |             |      |    blocks.  Also allocated the register files
  18. //      |             |      |    to these memory blocks.
  19. //      |             |      | Added CSM Password locations to Page 0
  20. //      |             |      |    in order to program new passwords
  21. //      |             |      | Moved peripheral register files to DSP28_Headers_BIOS.cmd
  22. //      |             |      |    and DSP28_Headers_nonBIOS.cmd
  23. //      |             |      | Added CSM_RSVD memory section in FLASHA - this region
  24. //      |             |      |    should be programmed with all 0x0000 when using the CSM
  25. //###########################################################################
  26. */
  27. /* ======================================================
  28. // For Code Composer Studio V2.2 and later
  29. // ---------------------------------------
  30. // In addition to this memory linker command file, 
  31. // add the header linker command file directly to the project. 
  32. // The header linker command file is required to link the
  33. // peripheral structures to the proper locations within 
  34. // the memory map.
  35. //
  36. // The header linker files are found in <base>DSP281x_Headerscmd
  37. //   
  38. // For BIOS applications add:      DSP281x_Headers_nonBIOS.cmd
  39. // For nonBIOS applications add:   DSP281x_Headers_nonBIOS.cmd    
  40. ========================================================= */
  41. /* ======================================================
  42. // For Code Composer Studio prior to V2.2
  43. // --------------------------------------
  44. // 1) Use one of the following -l statements to include the 
  45. // header linker command file in the project. The header linker
  46. // file is required to link the peripheral structures to the proper 
  47. // locations within the memory map                                    */
  48. /* Uncomment this line to include file only for non-BIOS applications */
  49. /* -l DSP281x_Headers_nonBIOS.cmd */
  50. /* Uncomment this line to include file only for BIOS applications */
  51. /* -l DSP281x_Headers_BIOS.cmd */
  52. /* 2) In your project add the path to <base>DSP281x_headerscmd to the
  53.    library search path under project->build options, linker tab, 
  54.    library search path (-i).
  55. /*========================================================= */
  56.    Notes: 
  57.          Memory blocks on F2812 are uniform (ie same
  58.          physical memory) in both PAGE 0 and PAGE 1.  
  59.          That is the same memory region should not be
  60.          defined for both PAGE 0 and PAGE 1.
  61.          Doing so will result in corruption of program 
  62.          and/or data. 
  63. */
  64. MEMORY
  65. {
  66. PAGE 0:    /* Program Memory */
  67.            /* Memory (RAM/FLASH/OTP) blocks can be moved to PAGE1 for data allocation */
  68.    ZONE0       : origin = 0x002000, length = 0x002000     /* XINTF zone 0 */
  69.    ZONE1       : origin = 0x004000, length = 0x002000     /* XINTF zone 1 */
  70.    RAML0       : origin = 0x008000, length = 0x001000     /* on-chip RAM block L0 */
  71.    ZONE2       : origin = 0x080000, length = 0x080000     /* XINTF zone 2 */
  72.    ZONE6       : origin = 0x100000, length = 0x080000     /* XINTF zone 6 */
  73.    OTP         : origin = 0x3D7800, length = 0x000800     /* on-chip OTP */
  74.    FLASHE      : origin = 0x3E8000, length = 0x004000     /* on-chip FLASH */
  75.    FLASHD      : origin = 0x3EC000, length = 0x004000     /* on-chip FLASH */
  76.    FLASHC      : origin = 0x3F0000, length = 0x004000     /* on-chip FLASH */
  77.    FLASHA      : origin = 0x3F6000, length = 0x001F80     /* on-chip FLASH */
  78.    CSM_RSVD    : origin = 0x3F7F80, length = 0x000076     /* Part of FLASHA.  Program with all 0x0000 when CSM is in use. */
  79.    BEGIN       : origin = 0x3F7FF6, length = 0x000002     /* Part of FLASHA.  Used for "boot to Flash" bootloader mode. */
  80.    CSM_PWL     : origin = 0x3F7FF8, length = 0x000008     /* Part of FLASHA.  CSM password locations in FLASHA */
  81.    
  82. /* ZONE7       : origin = 0x3FC000, length = 0x003FC0     /* XINTF zone 7 available if MP/MCn=1 */ 
  83.    ROM         : origin = 0x3FF000, length = 0x000FC0     /* Boot ROM available if MP/MCn=0 */
  84.    RESET       : origin = 0x3FFFC0, length = 0x000002     /* part of boot ROM (MP/MCn=0) or XINTF zone 7 (MP/MCn=1) */
  85.    VECTORS     : origin = 0x3FFFC2, length = 0x00003E     /* part of boot ROM (MP/MCn=0) or XINTF zone 7 (MP/MCn=1) */
  86. PAGE 1 :   /* Data Memory */
  87.            /* Memory (RAM/FLASH/OTP) blocks can be moved to PAGE0 for program allocation */
  88.            /* Registers remain on PAGE1                                                  */
  89.    RAMM0       : origin = 0x000000, length = 0x000400     /* on-chip RAM block M0 */
  90.    RAMM1       : origin = 0x000400, length = 0x000400     /* on-chip RAM block M1 */
  91.    RAML1       : origin = 0x009000, length = 0x001000     /* on-chip RAM block L1 */
  92.    FLASHB      : origin = 0x3F4000, length = 0x002000     /* on-chip FLASH */
  93.    RAMH0       : origin = 0x3F8000, length = 0x002000     /* on-chip RAM block H0 */
  94. }
  95. /* Allocate sections to memory blocks.
  96.    Note:
  97.          codestart user defined section in DSP28_CodeStartBranch.asm used to redirect code 
  98.                    execution when booting to flash
  99.          ramfuncs  user defined section to store functions that will be copied from Flash into RAM
  100. */ 
  101.  
  102. SECTIONS
  103. {
  104.  
  105.    /* Allocate program areas: */
  106.    .cinit              : > FLASHA      PAGE = 0
  107.    .pinit              : > FLASHA,     PAGE = 0
  108.    .text               : > FLASHA      PAGE = 0
  109.    codestart           : > BEGIN       PAGE = 0
  110.    ramfuncs            : LOAD = FLASHD, 
  111.                          RUN = RAML0, 
  112.                          LOAD_START(_RamfuncsLoadStart),
  113.                          LOAD_END(_RamfuncsLoadEnd),
  114.                          RUN_START(_RamfuncsRunStart),
  115.                          PAGE = 0
  116.    csmpasswds          : > CSM_PWL     PAGE = 0
  117.    csm_rsvd            : > CSM_RSVD    PAGE = 0
  118.    
  119.    /* Allocate uninitalized data sections: */
  120.    .stack              : > RAMM0       PAGE = 1
  121.    .ebss               : > RAML1       PAGE = 1
  122.    .esysmem            : > RAMH0       PAGE = 1
  123.    /* For SDFlash to program these, they must be allocated to page 0 */
  124.    .econst             : > FLASHA      PAGE = 0
  125.    .switch             : > FLASHA      PAGE = 0    
  126.    /* Allocate IQ math areas: */
  127.    IQmath              : > FLASHC      PAGE = 0                  /* Math Code */
  128.    IQmathTables        : > ROM         PAGE = 0, TYPE = NOLOAD   /* Math Tables In ROM */
  129.    /* .reset is a standard section used by the compiler.  It contains the */ 
  130.    /* the address of the start of _c_int00 for C Code.   /*
  131.    /* When using the boot ROM this section and the CPU vector */
  132.    /* table is not needed.  Thus the default type is set here to  */
  133.    /* DSECT  */ 
  134.    .reset              : > RESET,      PAGE = 0, TYPE = DSECT
  135.    vectors             : > VECTORS     PAGE = 0, TYPE = DSECT
  136. }