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

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
#FUSES
Syntax:
Elements:
Purpose:
Examples:
Example Files:
Also See:
#FUSES options
options vary depending on the device. A list of all valid options has been put at the
top of each devices .h file in a comment for reference. The PCW device edit utility
can modify a particular devices fuses. The PCW pull down menu VIEW | Valid fuses
will show all fuses with their descriptions.
Some common options are:
This directive defines what fuses should be set in the part when it is
programmed. This directive does not affect the compilation; however, the
information is put in the output files. If the fuses need to be in Parallax format, add a
PAR option. SWAP has the special function of swapping (from the Microchip
standard) the high and low BYTES of non-program data in the Hex file. This is
required for some device programmers.
Some processors allow different levels for certain fuses. To access these levels,
assign a value to the fuse.
When linking multiple compilation units be aware this directive applies to the final
object file. Later files in the import list may reverse settings in previous files.
To eliminate all fuses in the output files use:
To manually set the fuses in the output files use:
#fuses
None
None
WDT, NOWDT
LP, XT, HS, RC
PROTECT, NOPROTECT
PUT, NOPUT (Power Up Timer)
BROWNOUT, NOBROWNOUT
HS,NOWDT
#FUSES none
#FUSES 1 = 0xC200 // sets config word 1 to 0xC200
113

Related parts for PCDIDE COMPILER