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

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 Files:
Also See:
#USE DYNAMIC_MEMORY
Syntax:
Elements:
Purpose:
Examples:
Example Files:
Also See:
140
//application is using a 10Mhz oscillator, but using the 4x PLL
//to upscale it to 40Mhz.
#use delay(oscillator=10Mhz, clock=40Mhz)
//application will use the internal oscillator at 8MHz.
//compiler will set config bits, and set the internal
//oscillator to 8MHz.
#use delay(internal=8Mhz)
ex_sqw.c
delay_ms(),
#USE DYNAMIC_MEMORY
None
This pre-processor directive instructs the compiler to create the
_DYNAMIC_HEAD object. _DYNAMIC_HEAD is the location where the first free
space is allocated.
#USE DYNAMIC_MEMORY
void main ( ){
ex_malloc.c
None
delay_us()
}
Compiler will set config bits.

Related parts for PCWHD IDE COMPILER