This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TPL5010 WAKE pin - is it necessary to use it?

Other Parts Discussed in Thread: TPL5010

Hello all. This is my first time in Clock and Timing forum.

I was wondering do I have to use the WAKE pin on TPL5010?

Example: Can't I just make my Single Board computer send the DONE pulse every minute to Watchdog and leave WAKE pin open? 

I was wondering if this DONE must come after the WAKE or  can my Single board computer just spam these DONE pulses and if SBC hangs and stops sending these, then it gets reseted.

Thanks in advance!

  • Hi Karlis,

    Each Wake pulse needs to be followed by a Done pulse. If the TPL5010 does not receive a DONE after the WAKE it resets your SBC. So it means that your SBC has to handle the WAKe signal too.

    Regards,

    Domenico

  • Hi Domenyko,

    In the TPL5010 datasheet it says:

    "The DONE pin is driven by a µC to signal successful processing of the WAKE signal. The TPL5010 recognizes a

    valid DONE signal as a low to high transition; if two or more DONE signals are received within the time interval,

    only the first DONE signal is processed."

    Can't we use a frequency on the DONE line that is at least twice the frequency of the WAKE signal and thus make sure we extinguish the RESET signal always unless there is an issue and the uC is stuck?

    I know this is not the intended design but the idea seems quite valid, especially that we have not found any watchdogs from TI with only DONE signal.

    Best,

    Nizar 

  • Hi Nizar,

    even if the device has not been designed for this purpose, your idea is valid.

    the device will recognize the first done after the wake signal is asserted. Please check the table in section 7.6 timing requirements to check the valid window for the done signal (parameter tDDONE).

    regards,

    Domenyko

  • Thanks for the help Domenyko. Given that, is it possible to leave WAKE pin unconnected? Or should be pulled down with a proper resistor (i.e. resistor value calculated depending on pin leakage current)?
  • Hi Nizar,
    the WAKE is a push pull so you can leave it unconnected, in this way you minimize the consumption. If you do not like floating pin connect it to GND through a resistor of tens Kohm.
    regards,
    Domenyko
  • Thanks for the help Domenyko!