1[FILEFORMAT]
2rev=1.6
3
4[CHIP]
5//Chip name
6name=ASM9260T
7
8//What endian modes does the chip support? (le_be8_be32(default), le_be8, le_be32, le, be8_be32, be8, be32)
9endiansupport=le
10
11//Does the chip support the thumb instruction set? (true(default), false)
12thumbsupport=true
13
14//Does the chip support the arm instruction set? (true(default), false)
15armsupport=true
16
17//Does the chip have an FPU coprocessor?
18//(VFPv1,VFPv2,VFP9-S,None(default)
19fpu=None
20
21//Debugger interface, default JTAG=true, RTCK=true, SWD=true if Cortex cores, SWD=false if ARM cores, SWO_TraceD0=false
22JTAG=true
23RTCK=false
24SWD=false
25SWO_TraceD0=false
26
27[CORE]
28//Name of the ARM processor core
29name=ARM926EJ-S
30
31[DDF FILE]
32//Name of the ddf file
33name=AlphaScale\ASM9260T.ddf
34
35[LINKER FILE]
36//Name of the linker config file
37name=$TOOLKIT_DIR$\config\linker\AlphaScale\sam9260t\sam9260t_sdram.icf
38
39[FLASH LOADER]
40name=$TOOLKIT_DIR$\config\flashloader\
41
42
43
44