UART_Test.cmd
上传用户:dahaojd
上传日期:2008-01-29
资源大小:14357k
文件大小:0k
源码类别:

DSP编程

开发平台:

C/C++

  1. -w
  2. -l rts6400.lib
  3. -stack 400h
  4. -heap  400h
  5. MEMORY
  6. {
  7.     BOOT_RAM : o=0,l=800h
  8.     VECS     : o=800h,l=800h
  9.     IRAM     : o=1000h,l=0x0002efff
  10. }
  11. SECTIONS
  12. {
  13.      .bootload :> BOOT_RAM
  14.      .vectors:> VECS 
  15.      .text   :> IRAM
  16.      .data   :> IRAM
  17.      .bss    :> IRAM
  18.      .cinit  :> IRAM
  19.      .far    :> IRAM
  20.      .stack  :> IRAM
  21.      .sysmem :> IRAM 
  22.      .const  :> IRAM
  23.      .cio    :> IRAM
  24. }