⚠️
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.wsdof.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
2 posts / 0 new
Last post
vmore
Offline
Last seen:6 months 2 weeks ago
加入:2018-03-01十八22
External watchdog usage

Hello,

I was reading the app note AN-B-056 System Level ESD Events, which is for 68x devices, but I would like to do something similar for 580 device I have. The document outlines a circuitry that depends on a PWM pulse, so it'll work right when the device is active. But when the device goes to deep sleep, say couple of seconds, then this method might not work right? Is there a way that this method can also work when the device is in deep sleep? Since the watchdog timer is shut when the device sleeps, I am not sure which other timer I could use which will not set off a trigger to this circuit.

Thanks!

Device:
PM_Dialog
Offline
Last seen:14 hours 7 min ago
工作人员
加入:2018-02-08 11:03
Hi vmore,

Hi vmore,

While sleeping you’re going to have to wake periodically to trigger the watchdog or disable it when you enter sleep mode. If advertising could be synchronized with the wake up to do that, making the additional power consumption minimal.

Thanks, PM_Dialog