SW500009 Microchip Technology, SW500009 Datasheet - Page 169

HI-TECH FOR DSPIC/PIC24

SW500009

Manufacturer Part Number
SW500009
Description
HI-TECH FOR DSPIC/PIC24
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC24 & DsPICr
Datasheet

Specifications of SW500009

Supported Families
PIC24
Core Architecture
PIC, DsPIC
Software Edition
Standard
Kit Contents
Software And Docs
Tool Type
Compiler
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
DSPIC3X/PIC24
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
025
778-1003
778-1003
Linker and Utilities
5.16.1.12 -LOGFILE
The -LOGFILE option saves hex file statistics to the named file. For example:
will analyse the hex file that hexmate is generating and save a report to a file named output.log.
5.16.1.13 -Ofile
The generated Intel hex output will be created in this file. For example:
will save the resultant output to program.hex. The output file can take the same name as one of its
input files, but by doing so, it will replace the input file entirely.
5.16.1.14 -SERIAL
This option will store a particular hex value at a fixed address. The usage of this option is:
where:
For example:
will store hex code 00001h to address EFFEh.
will store 5 codes, beginning with value 0000 at address 1000h. Subsequent codes will appear at
address intervals of +10h and the code value will change in increments of +2h.
Another example:
-LOGFILE=output.log
-Oprogram.hex
-SERIAL=Code[+/-Increment]@Address[+/-Interval][rRepetitions]
Code is a hexadecimal value to store and is entered in little endian byte order.
Increment is optional and allows the value of Code to change by this value with each repetition
(if requested).
Address is the location to store this code, or the first repetition thereof.
Interval is optional and specifies the address shift per repetition of this code.
Repetitions is optional and specifies the number of times to repeat this code.
-SERIAL=000001@EFFE
-SERIAL=0000+2@1000+10r5
Hexmate
155

Related parts for SW500009