F28035_FLASH_HVBLDC_Sensored.CMD 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. /*==================================================================================*/
  2. /* User specific Linker command file for running from FLASH */
  3. /*==================================================================================*/
  4. /* FILE: F28035_FLASH_HVBLDC_Sensored.CMD */
  5. /* */
  6. /* Description: Linker command file for User custom sections targetted to run */
  7. /* from FLASH. */
  8. /* */
  9. /* Target: TMS320F28035 */
  10. /* */
  11. /* Version: 1.00 */
  12. /* */
  13. /*----------------------------------------------------------------------------------*/
  14. /* Copyright Texas Instruments 锟� 2009 */
  15. /*----------------------------------------------------------------------------------*/
  16. /* Revision History: */
  17. /*----------------------------------------------------------------------------------*/
  18. /* Date | Description */
  19. /*----------------------------------------------------------------------------------*/
  20. /* 4/13/09 | Release 1.0 New release. */
  21. /*----------------------------------------------------------------------------------*/
  22. /* Define the memory block start/length for the F28035
  23. PAGE 0 will be used to organize program sections
  24. PAGE 1 will be used to organize data sections
  25. Notes:
  26. Memory blocks on F2803x are uniform (ie same
  27. physical memory) in both PAGE 0 and PAGE 1.
  28. That is the same memory region should not be
  29. defined for both PAGE 0 and PAGE 1.
  30. Doing so will result in corruption of program
  31. and/or data.
  32. L0 memory block is mirrored - that is
  33. it can be accessed in high memory or low memory.
  34. For simplicity only one instance is used in this
  35. linker file.
  36. Contiguous SARAM memory blocks or flash sectors can be
  37. be combined if required to create a larger memory block.
  38. */
  39. MEMORY
  40. {
  41. /* Note that the memory allocation below does not create sections as necessary for
  42. the CLA on the F2803x.
  43. */
  44. PAGE 0:
  45. progRAM : origin = 0x008000, length = 0x001000 /* on-chip RAM (L0-L2)*/
  46. OTP : origin = 0x3D7800, length = 0x000400 /* on-chip OTP */
  47. FLASHD : origin = 0x3E8000, length = 0x004000 /* on-chip FLASH */
  48. FLASHC : origin = 0x3EC000, length = 0x004000 /* on-chip FLASH */
  49. FLASHA : origin = 0x3F4000, length = 0x003F80 /* on-chip FLASH */
  50. CSM_RSVD : origin = 0x3F7F80, length = 0x000076 /* Part of FLASHA. Program with all 0x0000 when CSM is in use. */
  51. BEGIN : origin = 0x3F7FF6, length = 0x000002 /* Part of FLASHA. Used for "boot to Flash" bootloader mode. */
  52. CSM_PWL : origin = 0x3F7FF8, length = 0x000008 /* Part of FLASHA. CSM password locations in FLASHA */
  53. IQTABLES : origin = 0x3FE000, length = 0x000B50 /* IQ Math Tables in Boot ROM */
  54. IQTABLES2 : origin = 0x3FEB50, length = 0x00008C /* IQ Math Tables in Boot ROM */
  55. IQTABLES3 : origin = 0x3FEBDC, length = 0x0000AA /* IQ Math Tables in Boot ROM */
  56. BOOTROM : origin = 0x3FF27C, length = 0x000D44 /* Boot ROM */
  57. RESET : origin = 0x3FFFC0, length = 0x000002 /* part of boot ROM */
  58. VECTORS : origin = 0x3FFFC2, length = 0x00003E /* part of boot ROM */
  59. PAGE 1 :
  60. BOOT_RSVD : origin = 0x000000, length = 0x000050 /* Part of M0, BOOT rom will use this for stack */
  61. RAMM0 : origin = 0x000050, length = 0x0003B0 /* on-chip RAM block M0 */
  62. RAMM1 : origin = 0x000400, length = 0x000400 /* on-chip RAM block M1 */
  63. dataRAM : origin = 0x009000, length = 0x001000 /* data RAM (L3) */
  64. FLASHB : origin = 0x3F0000, length = 0x004000 /* on-chip FLASH */
  65. CLA_CPU_MSGRAM : origin = 0x001480, length = 0x000080 /* CLA-R/W, CPU-R message RAM */
  66. CPU_CLA_MSGRAM : origin = 0x001500, length = 0x000080 /* CPU-R/W, CLA-R message RAM */
  67. }
  68. SECTIONS
  69. {
  70. Flash28_API:
  71. {
  72. -lFlash2803x_API_V100.lib(.econst)
  73. -lFlash2803x_API_V100.lib(.text)
  74. } LOAD = FLASHA,
  75. RUN = progRAM,
  76. LOAD_START(_Flash28_API_LoadStart),
  77. LOAD_END(_Flash28_API_LoadEnd),
  78. RUN_START(_Flash28_API_RunStart),
  79. PAGE = 0
  80. /* Allocate program areas: */
  81. .cinit : > FLASHA, PAGE = 0
  82. .pinit : > FLASHA, PAGE = 0
  83. .text : > FLASHA, PAGE = 0
  84. codestart : > BEGIN PAGE = 0
  85. ramfuncs : LOAD = FLASHA,
  86. RUN = progRAM,
  87. LOAD_START(_RamfuncsLoadStart),
  88. LOAD_END(_RamfuncsLoadEnd),
  89. RUN_START(_RamfuncsRunStart),
  90. PAGE = 0
  91. csmpasswds : > CSM_PWL PAGE = 0
  92. csm_rsvd : > CSM_RSVD PAGE = 0
  93. /* Allocate uninitalized data sections: */
  94. .stack : > RAMM0, PAGE = 1
  95. .ebss : > dataRAM, PAGE = 1
  96. .esysmem : > dataRAM, PAGE = 1
  97. /* Initalized sections go in Flash */
  98. /* For SDFlash to program these, they must be allocated to page 0 */
  99. .econst : > FLASHA PAGE = 0
  100. .switch : > FLASHA PAGE = 0
  101. /* Allocate IQ math areas: */
  102. IQmath : > FLASHA PAGE = 0 /* Math Code */
  103. IQmathTables : > IQTABLES PAGE = 0, TYPE = NOLOAD /* Math Tables In ROM */
  104. Cla1ToCpuMsgRAM : > CLA_CPU_MSGRAM PAGE = 1
  105. CpuToCla1MsgRAM : > CPU_CLA_MSGRAM PAGE = 1
  106. .reset : > RESET, PAGE = 0, TYPE = DSECT
  107. vectors : > VECTORS PAGE = 0, TYPE = DSECT
  108. MemoryFile : > RAMM1 PAGE = 1
  109. /* Uncomment the section below if calling the IQNexp() or IQexp()
  110. functions from the IQMath.lib library in order to utilize the
  111. relevant IQ Math table in Boot ROM (This saves space and Boot ROM
  112. is 1 wait-state). If this section is not uncommented, IQmathTables2
  113. will be loaded into other memory (SARAM, Flash, etc.) and will take
  114. up space, but 0 wait-state is possible.
  115. */
  116. /*
  117. IQmathTables2 : > IQTABLES2, PAGE = 0, TYPE = NOLOAD
  118. {
  119. IQmath.lib<IQNexpTable.obj> (IQmathTablesRam)
  120. }
  121. */
  122. /* Uncomment the section below if calling the IQNasin() or IQasin()
  123. functions from the IQMath.lib library in order to utilize the
  124. relevant IQ Math table in Boot ROM (This saves space and Boot ROM
  125. is 1 wait-state). If this section is not uncommented, IQmathTables2
  126. will be loaded into other memory (SARAM, Flash, etc.) and will take
  127. up space, but 0 wait-state is possible.
  128. */
  129. /*
  130. IQmathTables3 : > IQTABLES3, PAGE = 0, TYPE = NOLOAD
  131. {
  132. IQmath.lib<IQNasinTable.obj> (IQmathTablesRam)
  133. }
  134. */
  135. }
  136. SECTIONS
  137. {
  138. Net_terminals: > dataRAM,PAGE = 1
  139. DLOG:> dataRAM,PAGE=1
  140. }