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

DSP编程

开发平台:

C/C++

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