User`s manual

318 digi.com Command Line Interface
-rf RTIFilePathname
-rti BoardID:CpuID:CrystalSpeed:RAMSize:FlashSize
Description: Compile to a .bin file using targetless compilation parameters found in RTIFilePath-
name. The resulting compiled file will have the same pathname as the source (.c)
file being compiled, but with a .bin extension.
Factory Default: None.
GUI Equivalent:
Example:
dccl_cmp myProgram.c -rf MyTCparameters.rti
dccl_cmp myProgram.c -rf “My Long Pathname\MyTCparameters.rti”
ters.rti”
Description: Compile to a .bin file using parameters defined in a colon separated for-
mat of BoardID:CpuID:CrystalSpeed:RAMSize:FlashSize. The resulting
compiled file will have the same pathname as the source (.c) file being
compiled, but with a .bin extension.
BoardID - Hex integer
CpuID - 2000r# or 3000r# where # is the revision number of the CPU.
2000r0: corresponds to IQ2T
a
2000r1: corresponds to IQ3T
2000r2: corresponds to IQ4T
2000r3: corresponds to IQ5T
3000r0: corresponds to IL1T or IZ1T
3000r1: corresponds to IL2T
For backward compatibility, we also support:
2000: corresponds to IQ2T
3000: corresponds to IL1T or IZ1T
CrystalSpeed - Base frequency, decimal floating point, in MHz
RAMSize - Decimal, in KBytes
FlashSize - Primary flash, decimal, in KBytes.
a. IQ*, IL* and IZ* are explained on page 291.
Factory Default: None.
GUI Equivalent: Select Options | Project Options | Targetless | Board Selection and choose a
board from the list; then select Compile | Compile to .bin File | Compile to
Flash
Example:
dccl_cmp myProgram.c -rti 0x0700:2000r3:11.0592:512:256