Part Number: MSP430FR2311
I am using MSP430 GPIO pin to drive a load using MOSFET as shown in below photo.
This GPIO pin turns on the MOSFET in response to an external interrupt on another GPIO pin. When there is no interrupt, the MCU is in sleep mode.
Sometimes when this circuit is left overnight without any external interrupt, the GPIO pin driving the MOSFET charges up and falsely turns on the load.
My question is : Is it expected for the GPIO pin to charge up when the MCU is sleeping? This pin is defined as Output in the initial system setup. What can be the best way to fix this issue?
My thoughts : A simple fix can be to pull the GPIO pin low externally but now the PCBs are made and that is not possible. This GPIO pin is configured as output, so from my understanding using internal pull down resistors is also not an option.

