Content originally posted in LPCWare by Chucky on Fri Oct 29 11:18:21 MST 2010
I just had the same problem, but you can use bit-banding on the peripheral area of the LPC1343.
The UART has this 8-bit scratch register, so you can use that for having 8 flags that you can set or clear a bit faster than conventionally, using the bit-banding technique.
Hope it helps,
Chucky :)