mem_a.scf
上传用户:zfj3589
上传日期:2022-07-13
资源大小:635k
文件大小:1k
源码类别:

微处理器开发

开发平台:

C/C++

  1. ;/****************************************Copyright (c)**************************************************
  2. ;**                               Guangzou ZLG-MCU Development Co.,LTD.
  3. ;**                                      graduate school
  4. ;**                                 http://www.zlgmcu.com
  5. ;**
  6. ;**--------------File Info-------------------------------------------------------------------------------
  7. ;** File Name: men_a.scf
  8. ;** Last modified Date:  2004-09-17
  9. ;** Last Version: 1.0
  10. ;** Descriptions: Scatter File
  11. ;**
  12. ;**------------------------------------------------------------------------------------------------------
  13. ;** Created By: Chenmingji
  14. ;** Created date:   2004-09-17
  15. ;** Version: 1.0
  16. ;** Descriptions: First version
  17. ;**
  18. ;**------------------------------------------------------------------------------------------------------
  19. ;** Modified by:
  20. ;** Modified date:
  21. ;** Version:
  22. ;** Descriptions:
  23. ;**
  24. ;********************************************************************************************************/
  25. ROM_LOAD 0x00000000
  26. {
  27.     ROM_EXEC 0x00000000
  28.     {
  29.         Startup.o (vectors, +First)
  30.         * (+RO)
  31.     }
  32.     IRAM 0x40000000
  33.     {
  34.         Startup.o (MyStacks)
  35.         * (+RW,+ZI)
  36.     }
  37.     HEAP +0 UNINIT
  38.     {
  39.         Startup.o (Heap)
  40.     }
  41.     STACKS 0x40002000 UNINIT
  42.     {
  43.         Startup.o (Stacks)
  44.     }
  45. }