I'm working with the MSP430F5529 on a project and need to use the UART. My problem is that I need the entirety of port 3 for other things, unfortunately the TXD and RXD pins are 3.3 and 3.4, is it possible to change which pins the UART is associated with? (and no i can't just use other pins for what i have on port 3, i need an entire port and port 3 is the only port which is entirely available for use on the F5529) I know you can't on some MSP430 models, but i couldn't find any information on weather that was the case the the particular chip i'm using. Thanks.
-Chris