Hello:
In CW10 all of my interrupt routines:
interrupt VectorNumber_Vtpm2ovf void TPM1_Overflow(void)
are all yellow underlined and reports as a syntax error (with a question mark beside it).
The code compiles fine. I just want to get rid of the marker.
Hi,
I have the same problem, if I use vector in prm file only the first line on interrupt is syntax error,
and without use prm file like emh203 the interrupt is underlined with syntax error.
All these years later and it is still not fixed, I just submitted a service request.
Same problem, any response?
Interrupt keyword isn't standard. You could use Eclipse friendly #pragma TRAP_PROC to make function returning with RTI instruction. But then you need vectors table.