SW500011 Microchip Technology, SW500011 Datasheet - Page 50

HI-TECH X PRO FOR PIC32

SW500011

Manufacturer Part Number
SW500011
Description
HI-TECH X PRO FOR PIC32
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC32r
Datasheet

Specifications of SW500011

No. Of User Licenses
1
Supported Families
PIC32
Core Architecture
PIC
Supported Hosts
Windows XP, Vista, Linux, Mac OS X
Software Edition
Professional
Kit Contents
Software And Docs
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC32 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
032
778-1007
778-1007
PICC32 Driver Option Descriptions
2.6.19 --CHECKSUM=start-end@destination<,specs>: Calculate a
This option will perform a checksum over the address range specified and store the result at the
destination address specified. Additional specifications can be appended as a comma separated list
to this option. Such specifications are:
,width=n select the byte-width of the checksum result. A negative width will store the result in
,offset=nnnn An initial value or offset to be added to this checksum.
,algorithm=n Select one of the checksum algorithms implemented in hexmate. The selectable al-
2.6.20 --CHIP=processor: Define Processor
This option can be used to specify the target processor for the compilation.
described in Section 2.6.21.
files.
2.6.21 --CHIPINFO: Display List of Supported Processors
The --CHIPINFO option simply displays a list of processors the compiler supports. The names listed
are those chips defined in the chipinfo file and which may be used with the --CHIP option.
2.6.22 --CR=file: Generate Cross Reference Listing
The --CR option will produce a cross reference listing. If the file argument is omitted, the “raw”
cross reference information will be left in a temporary file, leaving the user to run the CREF utility.
If a filename is supplied, for example --CR=test.crf, PICC32 will invoke CREF to process the
cross reference information into the listing file, in this case test.crf. If multiple source files are
to be included in the cross reference listing, all must be compiled and linked with the one PICC32
command. For example, to generate a cross reference listing which includes the source modules
main.c, module1.c and nvram.c, compile and link using the command:
50
To see a list of supported processors that can be used with this option, use the --CHIPINFO option
See also Section
little-endian byte order. Result widths from one to four bytes are permitted.
gorithms are described in Table 5.10.
PICC32 --CHIP=32MX360F512L --CR=main.crf main.c module1.c nvram.c
checksum
4.3.10.20
for information on setting the target processor from within assembly
PICC32 Command-line Driver

Related parts for SW500011