11.07.2015 Views

CrossWorks for ARM User Guide

CrossWorks for ARM User Guide

CrossWorks for ARM User Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

This command will produce a list of the supported file types, <strong>for</strong> example:hzxbinihexhextihexsrecCrossStudio Executable FileBinary FileIntel Hex FileHex FileTI Hex FileMotorola S-Record FileCrossLoad will attempt to determine the type of any load file given to it, if it cannotdo this you may specify the file type using the -filetype option:crossload -target usb -solution MySolution.hzp -project MyProject -config ReleaseExternalApp.txt -filetype tihexIt is possible with some targets to carry out a download without the need to specify aCrossStudio project. In this case all you need to specify is the target interface and theload file. For example the following command line will download myapp.s19 using aUSB CrossConnect:crossload -target usb myapp.s19Each target interface has a range of configurable properties that allow you tocustomize the default behaviour. To produce a list of the target properties and theircurrent value use the -listprops option:crossload -target parport -listpropsThis command will produce a list of the parport target interfaces properties, adescription of what the properties are and their current value:Name: JTAG Clock DividerDescription: The amount to divide the JTAG clock frequency.Value : 1Name: Parallel PortDescription: The parallel port connection to use to connect to target.Value : Lpt1Name: Parallel Port SharingDescription: Specifies whether sharing of the parallel port with otherdevice drivers or programs is permitted.Value : NoYou can modify a target property using the -setprop option. For example thefollowing command line would set the parallel port interfaced used to lpt2:crossload -target parport -setprop "Parallel Port"="Ltp2" ...Chapter 30 - String handling325

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!