When the battery is completely out of power, the plugged usb charging cannot enter the precharge state.

⚠️
Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.xmece.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
4 posts / 0 new
Last post
魏文彬
Offline
Last seen:5 months 1 day ago
Joined:2019-04-10 03:51
When the battery is completely out of power, the plugged usb charging cannot enter the precharge state.

Hi DATEAM

When the battery is completely out of power, (voltage = 0v)the plugged usb charging cannot enter the precharge state.

And i set "dg_configBATTERY_LOW_LEVEL 800" , it means not limit the battery voltage.

i find when the battery is completely out of power, (voltage = 0v),then ,i attach charge,it will not enter perchagering(10ma) status and enter charging(180ma)

may i ask why?

i use DA1468x_DA15xxx_SDK_1.0.14.1081 in DA14682

thanks!

Device:
PM_Dialog
Offline
Last seen:1 day 58 min ago
Staff
Joined:2018-02-08 11:03
Hi There,

Hi There,

If the dg_configBATTERY_LOW_LEVEL is not zero, this is the lowest allowed limit of the battery voltage. If VBAT drops below this limit, the system enters hibernation mode. The DA14682 can wake up form hibernation via the VBUS (USB) interrupt. So, as soon as the chip enters the hibernation mode, you should wake it up via the USB either causing a reset or triggering a GPIO for the wake up. If you would like to trigger a GPIO, you should modify your application code in order to register the GPIO in the wake-up controller and detect the wake-up interrupt.

Thanks, PM_Dialog

魏文彬
Offline
Last seen:5 months 1 day ago
Joined:2019-04-10 03:51
you say : "The DA14682 can

you say : "The DA14682 can wake up form hibernation via the VBUS (USB) interrupt. "

But i can't wake up form hibernation by VBUS_Handler

Can you tell me how to wake up the hibernation state through the VBUS interrupt?

thanks!

PM_Dialog
Offline
Last seen:1 day 58 min ago
Staff
Joined:2018-02-08 11:03
Hi,