?? at91sam7s64_memory.ldh
字號:
/*---------------------------------------------------------------------------*/
/*- File source : AT91SAM7S64_memory.ldh */
/*- Object : AT91SAM7S64 Memory-Definitions */
/* (an include-file for the linker-script) */
/*- Compilation flag : None */
/*- */
/*- 1.0 03.Aug.2006 mth : Creation */
/*---------------------------------------------------------------------------*/
MEMORY
{
CODE (rx) : ORIGIN = 0x00100000, LENGTH = 0x00010000
DATA (rwx) : ORIGIN = 0x00200000, LENGTH = 0x00004000
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -