PCDIDE COMPILER Custom Computer Services Inc (CCS), PCDIDE COMPILER Datasheet - Page 128

PCD C-COMPILER PIC24, DSPIC

PCDIDE COMPILER

Manufacturer Part Number
PCDIDE COMPILER
Description
PCD C-COMPILER PIC24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCDIDE COMPILER

For Use With/related Products
Microchip PIC24/dsPIC®
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1008
#HEXCOMMENT
Syntax:
Elements:
Purpose:
Examples:
Example Files:
Also See:
#ID
Syntax:
Elements:
Purpose:
Examples:
Example Files:
Also See:
114
#HEXCOMMENT text comment for the top of the hex file
#HEXCOMMENT\ text comment for the end of the hex file
None
Puts a comment in the hex file
Some programmers (MPLAB in particular) do not like comments at the top of the
hex file.
#HEXCOMMENT Version 3.1 – requires 20MHz crystal
None
None
#ID number 32
#ID number, number, number, number
#ID "filename"
#ID CHECKSUM
Number 32 is a 32 bit number, number is a 8 bit number, filename is any valid
PC filename and checksum is a keyword.
This directive defines the ID word to be programmed into the part. This directive
does not affect the compilation but the information is put in the output file.
The first syntax will take a 32 -bit number and put one byte in each of the four ID
bytes in the traditional manner. The second syntax specifies the exact value to be
used in each of the four ID bytes .
When a filename is specified the ID is read from the file. The format must be
simple text with a CR/LF at the end. The keyword CHECKSUM indicates the
device checksum should be saved as the ID.
#id 0x12345678
#id 0x12, 0x34, 0x45, 0x67
#id
#id
ex_cust.c
None
"serial.num"
CHECKSUM

Related parts for PCDIDE COMPILER