link.cmd
上传用户:kepeng103
上传日期:2022-07-27
资源大小:2653k
文件大小:1k
源码类别:

DSP编程

开发平台:

C/C++

  1. -c
  2. -heap 0x2000
  3. -stack 0x0400
  4. -l rts6700.lib
  5. MEMORY {
  6. BOOT:    o = 00000000h l = 00000400h
  7. VECS: o = 00000400h l = 00000200h
  8. IRAM:    o = 00000600h l = 00030000h
  9. DRAM: o = 80000000h l = 01000000h
  10. FLSAH_BOOT: o = 90000000h l = 00000400h
  11. FLASH_REST: o = 90000400h l = 00100000h
  12. }
  13. SECTIONS {
  14. .boot_code > BOOT
  15. .boot_data > BOOT
  16. .vecs > VECS
  17. .text       >       IRAM
  18. .tables     >       IRAM
  19. .data       >       IRAM
  20. .stack      >       IRAM
  21. .bss        >       IRAM
  22. .sysmem     >       IRAM
  23. .cinit      >       IRAM
  24. .const      >       IRAM
  25. .cio        >       IRAM
  26. .far        >       IRAM
  27. .pinit      >       IRAM
  28. }