⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 scatter.txt

📁 IT projecotr reference design.
💻 TXT
字号:
; Scatter load file for DDP2230.
; The Flash entry point is 0xFA008200.
; The 

FLASH 0xFA008200   {

  FLASH 0xFA008200
   {
      init.o (Init, +First)
      * (+RO)
   }

 
 ;
 ;	DTCM 0xF7FF6000 0x9400
 	DTCM 0xF8000000 
	{
		* (+RW-data,+ZI)
	}

 ; leave 64 (0x40) bytes for the interrupt vectors and address table
	ITCM 0x40 0x3fc0
	{
		
	  common.o (+RO-code)
	  int.o (+RO-code)
	  tmr.o (+RO-code)
	  gpt.o (+RO-code)
	  exceptions.o (+RO-code)
	  cw.o (+RO-code)
	  frame.o (+RO-code)
          tx_thread_schedule.o
          tx_thread_system_return.o
          tx_thread_system_suspend.o
          tx_thread_system_resume.o
          tx_timer_interrupt.o
          tx_thread_interrupt_disable.o
; The files below are listed as possible objects to load
; but do not resolve.
;         tx_thread_interrupt_enable.o    
;         tx_thread_interrupt_restore.o
;         tx_thread_interrupt_context_save.o
;         tx_thread_interrupt_context_restore.o
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -