UART bug or not in 18F67J60 ?
Posted: Sat Dec 07, 2013 9:10 pm
Hello,
I'm testing with PIC 18F67j60.
I have a problem with UART.
The UART software works well.
In hardware I have a compilation error.
Where is the problem?
thank you
I'm testing with PIC 18F67j60.
I have a problem with UART.
The UART software works well.
In hardware I have a compilation error.
Code: Select all
C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_UART.c(617:27): error: unknown identifier 'TXIF'
C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_UART.c(617:27): error: invalid operand 'TXIF'
C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_UART.c(617:22): error: failed to generate expression
C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_UART.c(617:22): error: invalid operand '<<'
C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_UART.c(617:17): error: failed to generate expression
C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_UART.c(617:17): error: invalid operand '& '
C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_UART.c(617:35): error: failed to generate expression
C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_UART.c(617:2): error: error in 'while' loop statement
rs232.c success
failure
thank you