Hi everyone,
I am a hardware engineer and developing a logger with TM4C launch pad using hibernation function to reduce current consumption.
But, it hasn't been worked exactly. Software engineer designed it should be awakened every 10min.But this function didn't last long time I expected, even not one day.
So I decided to add some hardware stuff to help this function which would be using an external interrupt.
I will add a pulse detection circuit for this purpose. But I don't know how long the pulse should be last since this circuit can only make a few nS pulse width.
Would you recommend what kind of point software engineer should look at?
Also, how long time the pulse width should last for interrupt input for being waken from hibernation state?
Thanks a lot.