PIC32

Richard Whats the issue with the UART, 8 deep FIFO in the PIC32 demo in 7.4 code??
I see that you have it turned off if one has a PIC32MX795 chip… thanks

PIC32

The source code was developed on, and is correct for, the PIC32MX4xx chips.  The way the interrupts have to be cleared is slightly different on the PIC32MX7xx parts, because the UART design is different.  I can’t quite remember exactly, but I think it is something to do with having to clear the interrupt on entry to the handler, rather than on exist – something like that. Regards.