Page 1 of 1

GPIO default state

Posted: Thu Mar 19, 2015 12:23 am
by noblepepper
Is a gpio in a certain state (high or low) on the rt5350 if it is unconnected? I have been playing with gpio0 and swear it was low unless I pulled it high originally. Now it seems to be high unless I pull it low.

Re: GPIO default state

Posted: Thu Mar 19, 2015 5:56 am
by Vonger
This is able to fix by code. In fact, GPIO default is low, but when uboot up, it will make gpio go high(you can check uboot source, one asm file). then after linux runs, the state will be low again.