UART RXINT

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
Kisen
Posts: 12
http://meble-kuchenne.info.pl
Joined: Sun Jun 20, 2021 11:55 am
Has thanked: 2 times
Been thanked: 1 time

UART RXINT

Post 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.

SpeedPIC32
Posts: 261
Joined: Thu Dec 10, 2020 2:35 pm
Has thanked: 36 times
Been thanked: 17 times

Re: UART RXINT

Post 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

BenR
Matrix Staff
Posts: 1939
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 506 times
Been thanked: 688 times

Re: UART RXINT

Post 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.

Kisen
Posts: 12
Joined: Sun Jun 20, 2021 11:55 am
Has thanked: 2 times
Been thanked: 1 time

Re: UART RXINT

Post by Kisen »

Thanks Ben,

Tested and working as expected now.

Post Reply