PCWHD IDE COMPILER Custom Computer Services Inc (CCS), PCWHD IDE COMPILER Datasheet - Page 361

PCWHD PIC10,16,18,24, DSPIC

PCWHD IDE COMPILER

Manufacturer Part Number
PCWHD IDE COMPILER
Description
PCWHD PIC10,16,18,24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCWHD IDE COMPILER

For Use With/related Products
Microchip PIC10, PIC12, PIC16, PIC18, PIC24, dsPIC MCUs
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1009
EXAMPLE PROGRAMS
EXAMPLE PROGRAMS
A large number of example programs are included with the software. The following is a list of many
of the programs and some of the key programs are re-printed on the following pages. Most
programs will work with any chip by just changing the #INCLUDE line that includes the device
information. All of the following programs have wiring instructions at the beginning of the code in a
comment header. The SIOW.EXE program included in the program directory may be used to
demonstrate the example programs. This program will use a PC COM port to communicate with
the target.
Generic header files are included for the standard PIC® parts. These files are in the DEVICES
directory. The pins of the chip are defined in these files in the form PIN_B2. It is recommended that
for a given project, the file is copied to a project header file and the PIN_xx defines be changed to
match the actual hardware. For example; LCDRW (matching the mnemonic on the schematic). Use
the generic include files by placing the following in your main .C file:
#include <16C74.H>
LIST OF COMPLETE EXAMPLE PROGRAMS (in the EXAMPLES directory)
EX_1920.C
Uses a Dallas DS1920 button to read temperature
EX_AD12.C
Shows how to use an external 12 bit A/D converter
EX_ADMM.C
A/D Conversion example showing min and max analog readings
EX_ADMM10.C
Similar to ex_admm.c, but this uses 10bit A/D readings.
EX_ADMM_STATS.C
Similar to ex_admm.c, but this uses also calculates the mean and standard deviation.
EX_BOOTLOAD.C
A stand-alone application that needs to be loaded by a bootloader (see ex_bootloader.c for a bootloader).
EX_BOOTLOADER.C
A bootloader, loads an application onto the PIC (see ex_bootload.c for an application).
347

Related parts for PCWHD IDE COMPILER