www.pudn.com > AT91SAM9261-BasicLCD-IAR4_30A-1_1.zip > at91SAM9261_NoRemap.xcl
// --------------------------------------------------------- // ATMEL Microcontroller Software Support - ROUSSET - // --------------------------------------------------------- // The software is delivered "AS IS" without warranty or // condition of any kind, either express, implied or // statutory. This includes without limitation any warranty // or condition with respect to merchantability or fitness // for any particular purpose, or against the infringements of // intellectual property rights of others. // --------------------------------------------------------- // File: at91SAM9261_NoRemap.xlc // // 1.1 19/Jua/06 GGi : Creation for 4.11A // // $Revision: 1.1 $ // // --------------------------------------------------------- //************************************************************************* // XLINK command file template for EWARM/ICCARM // // Usage: xlink -f lnkarm// -s // //************************************************ -carm //************************************************************************* // Internal Ram segments mapped before REMAP 160 K. //************************************************************************* // Use these addresses for the . -Z(CONST)INTRAMSTART_REMAP=00300000 -Z(CONST)INTRAMEND_REMAP=00327FFF //************************************************************************* // Read/write segments mapped to RAM. //************************************************************************* -DRAMSTART=00300000 -DRAMEND=00327FFF //************************************************ // Address range for reset and exception // vectors (INTVEC). // The vector area is 32 bytes, // an additional 32 bytes is allocated for the // constant table used by ldr PC in cstartup.s79. //************************************************ -Z(CODE)INTVEC=00300000-0030003F //************************************************ // Startup code and exception routines (ICODE). //************************************************ -Z(CODE)ICODE,DIFUNCT=RAMSTART-RAMEND -Z(CODE)SWITAB=RAMSTART-RAMEND //************************************************ // Code segments may be placed anywhere. //************************************************ -Z(CODE)CODE=RAMSTART-RAMEND //************************************************ // Various constants and initializers. //************************************************ -Z(CONST)INITTAB,DATA_ID,DATA_C=RAMSTART-RAMEND -Z(CONST)CHECKSUM=RAMSTART-RAMEND //************************************************ // Data segments. //************************************************ -Z(DATA)DATA_I,DATA_Z,DATA_N=RAMSTART-RAMEND //************************************************ // __ramfunc code copied to and executed from RAM. //************************************************ -Z(DATA)CODE_I=RAMSTART-RAMEND -Z(CONST)CODE_ID=RAMSTART-RAMEND // Initializer for -QCODE_I=CODE_ID //************************************************ // ICCARM produces code for __ramfunc functions in // CODE_I segments. The -Q XLINK command line // option redirects XLINK to emit the code in the // debug information associated with the CODE_I // segment, where the code will execute. //************************************************ //************************************************************************* // Stack and heap segments. //************************************************************************* -D_CSTACK_SIZE=(100*4) -D_IRQ_STACK_SIZE=(2*8*4) -Z(DATA)CSTACK+_CSTACK_SIZE=RAMSTART-RAMEND -Z(DATA)IRQ_STACK+_IRQ_STACK_SIZE=RAMSTART-RAMEND //************************************************************************* // ELF/DWARF support. // // Uncomment the line "-Felf" below to generate ELF/DWARF output. // Available format specifiers are: // // "-yn": Suppress DWARF debug output // "-yp": Multiple ELF program sections // "-yas": Format suitable for debuggers from ARM Ltd (also sets -p flag) // // "-Felf" and the format specifiers can also be supplied directly as // command line options, or selected from the Xlink Output tab in the // IAR Embedded Workbench. //************************************************************************* // -Felf