M3GAPL3X
Junior Member level 3
invalid interrupt vector names for device
Hi guys,
I keep getting the following warning when compiling my program. It is:
serial.c:355: warning: Invalid interrupt vector names for device '24FJ128GA106' are:
U4
The PIC24F128GA106 series has 4 Uarts. I'm not sure why I am getting that error.
My ISRS look like the following:
void __attribute__((interrupt, auto_psv)) _U4RXInterrupt(void)
{
...
}
Any help would be appreciated
Hi guys,
I keep getting the following warning when compiling my program. It is:
serial.c:355: warning: Invalid interrupt vector names for device '24FJ128GA106' are:
U4
The PIC24F128GA106 series has 4 Uarts. I'm not sure why I am getting that error.
My ISRS look like the following:
void __attribute__((interrupt, auto_psv)) _U4RXInterrupt(void)
{
...
}
Any help would be appreciated