Part Number: MSP432E401Y
Tool/software:
Dear TI Members,
I'm using MSP432E401Y micro controller in my customised board and trying to control the 12V relay by connecting the Micro controller's GPIO pin to the relay.
I want to control the relay by keeping the GPIO either in Ground state or in High impedance state.
Sample connection diagram is as shown in the below picture.

For keeping the GPIO to ground state, i'm using the GPIO_write(Board_GPIO_PK0, GPIO_CFG_OUT_LOW);
and now i want to know how to keep the GPIO in high impedance state so that GPIO can be disconnected from the relay.
Regards
Kalyan.