UART RXINT
Posted: Sun Jun 27, 2021 2:03 pm
Hi,
I am trying to use the UART RX Interrupts.
When compiling i am getting errors.
PIC32MX575F256L chip is being used.
For my project i will need to use 3 RX Interrupts on 3 different channels.
I am trying to use the UART RX Interrupts.
When compiling i am getting errors.
v0.1.c10: error: '__IPC6bits_t' has no member named 'U1RXIP'
v0.1.c10: error: '__IPC6bits_t' has no member named 'U1RXIS'
The only way i can remove these errors is to delete the interrupt macro.v0.1.c2: error: Vector number must be an integer between 0 and 255
PIC32MX575F256L chip is being used.
For my project i will need to use 3 RX Interrupts on 3 different channels.