Can the GPIO signal be pullup in low power mode?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Can the GPIO signal be pullup in low power mode?

ソリューションへジャンプ
699件の閲覧回数
celiley
Contributor I

Hello,

I want a signal to be high when the processor is in standby mode. Can imx6qp assign a signal from the GPIO while in low power mode? I looked at the relevant docs but couldn't find an answer. Glad if you help

Thanks, regards

ラベル(1)
0 件の賞賛
返信
1 解決策
687件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Celile

 

gpio pad settings (like pull-up) are retained in low power modes, they can not be configured specific

for some low power mode, one can look at for example MX6QDL_PAD_EIM_A25__GPIO5_IO02 0x000b1

https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6qdl-colibri.dtsi?h=i...

bits PUE,PKE,PUS described in sect.36.4.227 Pad Control Register (IOMUXC_SW_PAD_CTL_PAD_EIM_ADDR25)

i.MX 6Dual/6Quad Applications Processor Reference Manual

AN5078 Influence of Pin Setting on System Function and Performance

https://source.codeaurora.org/external/imx/linux-imx/tree/Documentation/devicetree/bindings/pinctrl/...

 

Best regards
igor

元の投稿で解決策を見る

1 返信
688件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Celile

 

gpio pad settings (like pull-up) are retained in low power modes, they can not be configured specific

for some low power mode, one can look at for example MX6QDL_PAD_EIM_A25__GPIO5_IO02 0x000b1

https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6qdl-colibri.dtsi?h=i...

bits PUE,PKE,PUS described in sect.36.4.227 Pad Control Register (IOMUXC_SW_PAD_CTL_PAD_EIM_ADDR25)

i.MX 6Dual/6Quad Applications Processor Reference Manual

AN5078 Influence of Pin Setting on System Function and Performance

https://source.codeaurora.org/external/imx/linux-imx/tree/Documentation/devicetree/bindings/pinctrl/...

 

Best regards
igor