This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM3356: HOW to output a HIGH-Z signal on AM335x Sitara?

Part Number: AM3356


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