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.

LP-MSP430FR2476: About GPIO settings

Part Number: LP-MSP430FR2476

When using P2.3 of LP-MSP430FR2476 as an input pin
GPIO_setAsInputPinWithPullUpResistor(GPIO_PORT_P2,GPIO_PIN3);
If I enable the internal pull-up resistor, it will work without any problems, but
Since there is an external pull-up resistor connected to P2.3, I thought I would disable the internal pull-up resistor,
GPIO_setAsInputPin(GPIO_PORT_P2,GPIO_PIN3);
When I changed the code like this, the switch stopped responding.
Does this mean that even if there is an external pull-up, it is necessary to set the internal pull-up?
Is there a way to not use internal resistance?

**Attention** This is a public forum