bdi SCI JTAG interface for SeeCode™ Debugger, BDI2000 (XScale)User Manual 19© Copyright 1999-2003 by ABATRON AG V 1.005 Working with SeeCode5.1 Starting SeeCodeIn order to use the BDI as the target interface, use the following command to start SeeCode.scarm -DLL=armbdi -io=port[,baud] [program [arguments]]port Specifies the IP address of the BDI2000 or the serial communication portwhere the BDI is connected. If a name is used for the IP address, theremust be an appropriate entry in thehosts file.COM1 = the BDI is serial connected to the COM1 connector151.120.25.102 = the IP address of the BDIBDI2000 = the name for the BDI in thehosts filebaud If the BDI is serial connected, this second parameter defines the usedbaudrate (e.g. 115200). If the BDI2000 is connected via ethernet, do notenter any value as second parameter.Some examples:scarm -DLL=armbdi -io=COM1,57600 a.outscarm -DLL=armbdi -io=191.23.34.56scarm -DLL=armbdi -io=BDI2000When using the debugger in GUI mode, you may also use the debuggers Option dialog to select theappropriate BDI communication parameters. This way you can simply start SeeCode as follows:scarmFor more information about debugger startup, consult SeeCode documentation.