UART2 compilation problem

Moderator: Benj

Post Reply
User avatar
Steve
Matrix Staff
Posts: 3424
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times
Contact:

UART2 compilation problem

Post by Steve »

When using UART2, you may receive compilation errors such as:
C:\Program Files\Flowcode\v5\CAL\PIC\PIC_CAL_UART.c(422:4): error: unknown identifier 'pie4'
The attached files will fix the issue.

As with all fixes in this area, only apply them if you are having this specific problem. All of these fixes will be released soon as a patch.
Attachments
PIC_CAL_UART.c
copy into Flowcode's "CAL\PIC" folder.
(20.03 KiB) Downloaded 301 times
16L(F)194x.zip
unzip and copy into Flowcode's "FCD" folder.
(17.11 KiB) Downloaded 314 times

ProtonLaser
Posts: 18
Joined: Wed Jan 23, 2013 7:07 pm
Has thanked: 6 times
Been thanked: 2 times
Contact:

Re: UART2 compilation problem

Post by ProtonLaser »

Hi i have a compiling error With the Chip
CHIP: PIC18F26J53
FLOWCODE 5.0 VERSION 5.4.0.0
C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_UART.c(521): error: left operand must be l-value
C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_UART.c(521:13): error: failed to generate expression
C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_UART.c(522): error: left operand must be l-value
C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_UART.c(522:13): error: failed to generate expression
What should i do to fix this because i urgently need to use UART2?

I am also trying to use the Peripheral Pin Select feature

Thank you

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: UART2 compilation problem

Post by Benj »

Hello,

This issue is being resolved here.
http://www.matrixmultimedia.com/mmforum ... 46&t=12056

Post Reply