Hello
I am using TM4C1294NCPDTI in my design.
I want to configure pin PH1 as open drain by following API
ROM_GPIOPinTypeGPIOOutputOD(GPIO_PORTH_BASE, 0x02).
This pin in connected to an input of an IC which is already pulled up .
Now I want to pull down this pin to switch the operation of IC.
How can i do this ?
Can you pls help?
Thanks
Manish