I just tried using the ISR macro in isr_compat.h with the IAR 3.30 compiler and got the following error on line 68 of isr_compat.h:
"expected a macro parameter name" line 68-69: #define ISR(a,b) #pragma vector = a ## _VECTOR \ __interrupt void b(void) Any one have any idea what this error means? Thanks, Kevin