PIC16F15375 UART

A forums to allow bugs and problems with Flowcode v7 to be reported and resolved.

Moderator: Benj

Post Reply
medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

PIC16F15375 UART

Post by medelec35 »

After adding UART then compiling, the following error is displayed:

Code: Select all

C:\Program Files (x86)\Flowcode 7\CAL\PIC\PIC_CAL_UART.c: FC_CAL_UART_Init_1()
   366:	RX1PPS = 13;
	^ (192) undefined identifier "RX1PPS"
(908) exit status = 1
(908) exit status = 1

C:\Program Files (x86)\Flowcode 7\compilers\pic\bin\xc8.exe reported error code 1
Martin

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: PIC16F15375 UART

Post by LeighM »

Thanks for the spot.
Updated FCD attached.
Although this is actually an error in the Microchip xc8 header, the names don't match the datasheet :lol:
Attachments
16F15375.fcdx
(31.93 KiB) Downloaded 171 times

Post Reply