Hello, I have been stuck around waking my PIC32MM with the UART. I set the UART up and everything works just fine.During set up I enable the interrupt and and WAKE bit as per documentation.IEC1bits.U2RXIE = 1;
U2MODEbits.WAKE = 1; void __attribute__ ..
U2MODEbits.WAKE = 1; void __attribute__ ..