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

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
Examples:
Example Files:
Also See:
#INT_DEFAULT
Syntax:
Elements:
Purpose:
Examples:
Example Files:
Also See:
#int_ad
adc_handler() {
}
#int_timer1 noclear
isr() {
}
None
enable_interrupts(), disable_interrupts(), #INT_DEFAULT,
#INT_DEFAULT
None
The following function will be called if the ds PIC® triggers an interrupt and a
#INT_xxx hadler has not been defined for the interrupt.
#int_default
default_isr() {
}
None
#INT_xxxx,
adc_active=FALSE;
printf("Unexplained interrupt\r\n");
#INT_xxxx FAST
#INT_xxxx HIGHLevel=3
#INT_GLOBAL
Compiler does a FAST save/restore of key registers.
Only one is allowed in a program.
Interrupt is enabled when levels 3 and below are enabled.
This interrupt will not interrupt any interrupt in progress.
Compiler generates no interrupt code. User function is located
at address 8 for user interrupt handling.
...
123

Related parts for PCDIDE COMPILER