Hi
I have one particular GPIO in my custom board - the DIO14 that shows HIGH (~1.6V) despite me having disabled all GPIOs through PIN_TERMINATE in BoardGpioInitTable.
I can see this because I have an LED connected to that pin.
I am also using that pin to enable/disable an onboard OpAmp - the ADA4807-2.
I am using the Simple_Peripheral example with the modification in the BoardGpioInitTable.
I also tried forcing DIO14 to 0 through the following statement:
IOID14| PIN_GPIO_OUTPUT_EN | PIN_GPIO_LOW,
I am not sure what I am missing here.
Can you please suggest?
Thanks
Tushar