Hi,
I'm using a GPIO (input) to read data from an IC circuit.
Output pin on IC that I'm trying to read is an open drain output with internal pull-up resistor.
I'm wondering how I should configure my GPIO input pin.
IOMUXC_SetPinMux(IOMUXC_SAI3_RXFS_GPIO4_IO28, 0U);
IOMUXC_SetPinConfig(IOMUXC_SAI3_RXFS_GPIO4_IO28, 0x??);
Best regards,
Ado