Content originally posted in LPCWare by MikeSimmonds on Mon Jun 06 07:22:10 MST 2016
Yes of course.
Just apply the different baud rate settings to the appropriate UARTs (they have different register base addresses,
but the same register offsets in each.
I write such routines in Cortex assembler and do not use LPCOpen so I have no code to share,
but it should be very straightforward.
Just change the UART numbers to reflect the desired UART. The datasheet (not user manual) will help
to know which UART is on which pins.
Good luck, Mike.