imx28 power off with USB connected

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

imx28 power off with USB connected

跳至解决方案
1,581 次查看
dragan_s
Contributor I

Hi,

I have the following scenario:

imx28 is connected to a battery and to a 5V USB power supply.

Powering off the chip via the HW_POWER_RESET_PWD bit causes the device to automatically restart if the USB power supply is still present.

I do not have the possibility to disable the 5V USB supply from software and I do not want to blow the DISABLE_RECOVERY_MODE OTP bit because at some point we may need recovery mode.

Question: how would you prevent the chip to boot if USB 5V is present?

I tried waiting for PSWITCH in XLDR if the start-up source is the 5V and only resume boot if PSWITCH LSB is high but this consumes about 10 mA from the battery and this is too much.

标签 (2)
标记 (3)
0 项奖励
回复
1 解答
1,158 次查看
Yuri
NXP Employee
NXP Employee

In order to power off the i.MX28, the VDD5V should be switched off.

In other case, the situation when internals of i.MX28 are off, but an external

5V is present, is treated as 5V insertion and internal POR is generated,

providing start up sequence again. 

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,159 次查看
Yuri
NXP Employee
NXP Employee

In order to power off the i.MX28, the VDD5V should be switched off.

In other case, the situation when internals of i.MX28 are off, but an external

5V is present, is treated as 5V insertion and internal POR is generated,

providing start up sequence again. 

0 项奖励
回复