What happens to pins when the MCU is not powered? Are the pins high impedance or do they sink current?

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

What happens to pins when the MCU is not powered? Are the pins high impedance or do they sink current?

650件の閲覧回数
markosiponen
Contributor III

I'm using a MK10FN1M0VLQ12.

What happens to pins when the MCU is not powered and I would apply 3.3V to a pin? Are the pins high impedance or do they sink current?

I would need to be able to use the SPI also when the MCU has no power.

0 件の賞賛
1 返信

460件の閲覧回数
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello Marko:

In the case of your device (MK10FN1M0VLQ12), SPI pins will be in high impedance state, so I think you can safely apply 3.3 V.  :smileyalert: IMPORTANT -> This is NOT true for pure analog pins, since those have ESD clamping diodes to VDD, and if you apply voltage there will be a sink current and most probably the MCU will run.

Having said that, although it should be safe to drive voltage on digital pins when MCU is unpowered, it is not recommended, since you do not have complete knowledge of the general internal state of the MCU, such as the analog pins behavior mentioned above. A better solution would be to power the MCU and put it in a low power mode such as VLLS1 when you do not need it. This way you have control of the ports state (e.g. Disabled/High-Z) while maintaining low current consumption.

I hope this helps.


Regards!,
Jorge Gonzalez

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛