SW500009 Microchip Technology, SW500009 Datasheet - Page 369

HI-TECH FOR DSPIC/PIC24

SW500009

Manufacturer Part Number
SW500009
Description
HI-TECH FOR DSPIC/PIC24
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC24 & DsPICr
Datasheet

Specifications of SW500009

Supported Families
PIC24
Core Architecture
PIC, DsPIC
Software Edition
Standard
Kit Contents
Software And Docs
Tool Type
Compiler
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
DSPIC3X/PIC24
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
025
778-1003
778-1003
Error and Warning Messages
(692) interrupt function "*" may only have one interrupt level
Only one interrupt level may be associated with an interrupt function. Check to ensure that only
one interrupt_level pragma has been used with the function specified. This pragma may be used
more than once on main-line functions that are called from interrupt functions. For example:
(693) interrupt level may only be 0 (default) or 1
The only possible interrupt levels are 0 or 1. Check to ensure that all interrupt_level pragmas
use these levels.
(694) no interrupt strategy available
The processor does not support saving and subsequent restoring of registers during an interrupt
service routine.
(695) duplicate case label (*)
There are two case labels with the same value in this switch statement, e.g.:
#pragma interrupt_level 0
#pragma interrupt_level 1 /* which is it to be: 0 or 1? */
void interrupt isr(void)
{
#pragma interrupt_level 2 /* woops -- only 0 or 1 */
void interrupt isr(void)
{
}
switch(in) {
case ’0’: /* if this is case ’0’... */
case ’0’: /* then what is this case? */
}
/* isr code goes here */
b++;
break;
b--;
break;
(Code Generator)
(Code Generator)
(Code Generator)
(Code Generator)
355

Related parts for SW500009