This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430F5419A: Do pin pull-up resistors stay enabled when pin is configured for UART Rx operation?

Part Number: MSP430F5419A

Hello,

I'm getting noise on a UART Rx pin when it is disconnected so I want to tame it with a pull-up resistor. If I enable a pull-up resistor on a pin, and then select module

For example, pin P3.5 is the uart receive pin I want to use. If I set

P3REN = BIT5 (to enable the resistor)

P3OUT = BIT5  (to configure the resistor as a pull-UP)

P3SEL = BIT5 (to select peripheral module function for this pin)

Then will the pull-up resistor still be enabled; e.g. is this the same as adding an external pull-up resistor?

   I looked through the datasheet and family user guide but couldn't find the answer.

Thanks,
Derek

**Attention** This is a public forum