Hi,
Can I check how to set the UART TX pin for LPC5536 as High Impedance? Disabling the interrupt is not sufficient, may need to set as High impedance.
Do I need to set as Input and open drain with no pull resistor?
Is this setting correct?
GPIO_PinInit(GPIO, 0U, 30U, &led_config);
GPIO_PinWrite(GPIO, 0U, 30U, 0); //Tx pin is 30