Content originally posted in LPCWare by Wouter on Wed Feb 18 10:23:00 MST 2015
Hi Mattia,
The UART Rx can indeed be inverted by activating the INV bit in the pin's IOCON register. Unfortunately we do not have such an option for the Tx pin.
Why do you want to invert your UART signals? Normally you either use TTL UART signals (as the LPC uses), or RS232 compatible signals, which could be considered inverted. Usually there is no use for using inverted UART TTL signals.
Regards,
Wouter