Page 1 of 1

UART RXINT

Posted: Sun Jun 27, 2021 2:03 pm
by Kisen
Hi,

I am trying to use the UART RX Interrupts.

When compiling i am getting errors.
v0.1.c:2557:10: error: '__IPC6bits_t' has no member named 'U1RXIP'
v0.1.c:2558:10: error: '__IPC6bits_t' has no member named 'U1RXIS'
v0.1.c:2635:2: error: Vector number must be an integer between 0 and 255
The only way i can remove these errors is to delete the interrupt macro.

PIC32MX575F256L chip is being used.
For my project i will need to use 3 RX Interrupts on 3 different channels.

Re: UART RXINT

Posted: Mon Jun 28, 2021 4:12 pm
by SpeedPIC32
Hi,

have tested this with other MX chips, they make the same mistake

greetings SpeedPic32

PIc32MX775
rx1-3int.fcfx
(9.58 KiB) Downloaded 263 times

Re: UART RXINT

Posted: Mon Jun 28, 2021 8:50 pm
by BenR
Hello,

Many thanks for letting us know of the issue. I have now posted some updates which should hopefully solve the problems for you.

Re: UART RXINT

Posted: Tue Jun 29, 2021 1:34 pm
by Kisen
Thanks Ben,

Tested and working as expected now.