HW config for i.MX6UL + PF3000 without a battery

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

HW config for i.MX6UL + PF3000 without a battery

798 次查看
enriqueencarnac
Contributor II

Here are the details of our application:

- We are using the i.MX6UL + PF3000 without a battery. 

- RTC is provided by external RTC circuitry.

- Not using the secure non-volatile storage or tamper functions.

- We are not using an On/Off button.

- When the system power is on, the processor should start/remain running.

- When the system power falls, the processor should shutdown.

- We don’t need sleep, low-power, standby, etc.

- Watchdog will shut-down the primary supply after the processor safes itself.

 

Here is how we've wired the relevant rails:

- Using i.MX6UL VDD_HIGH_IN and VDD_SNVS_IN to VDD_HIGH_IN

- Not using LICELL/VSNVS circuit of the PF3000.

 

QUESTION 1:

How are the PWRON and STANDBY of the PF3000 used?

The processor will not request a power on from a low-power mode and firmware will not request a standby mode.

if the i.MX6UL watchdog fires I’m planning to use a small reset controller to shut-off the PF3000 using its PWRON.  Does this make any difference, though?

 

QUESTION 2: 

How are the i.MX6UL CCM_PMIC_STBY_REQ and SNVS_PMIC_ON_REQ functions used?  Not used?

There is no standby mode for the processor to request and the processor should be turned on by the PMIC powering up.

Thank you for your kind assistance.

标记 (1)
0 项奖励
1 回复

426 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Enrique

1. for descriptions of these signals please refer to PF3000 Datasheet

http://cache.freescale.com/files/analog/doc/data_sheet/PF3000.pdf

Also you can obtain i.MX6UL with PF3000 schematic creating service request.

2. PMIC_STBY_REQ -  - output request to external power management IC to move from run
mode voltage to power saving mode voltage. It is controlled by VSTBY bit in CCM_CLPR register.
PMIC_ON_REQ - output request to external power management IC to move from power saving mode  to run mode

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

0 项奖励