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

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
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 PCDIDE COMPILER