2014-04-25 12:43 AM
Hi ,
I am working on a project that requires the GPIO to be set to tri state HIGH/LOW/HIGH IMPEDANCE mode.Is there a way to set a gpio on STM32F4 to high impedance ?Thanks.2014-04-25 03:11 AM
Turn it to input (MODERi = 00).
Alternatively, set output to high and change it from push-pull to open-drain (OTYPERi = 1). JW