I need to output HIGH-Z signals for gpio57.
Assuming that gpio57 controls the output signal, would the following code output HI-Z (on Sitara AM3356 processor) ?
I assume that there is no PU/PD .
gpio_direction_output(57, 0);
gpio_direction_input(57);
Martin Roth
Motorola Solutions