Hello,
I'm looking for a timer/RTC that will count how long the system power was up in total and will toggle a pin after a specific time that will be configured in advance.
Does a timer that "remembers" exists?
For example, on the first time that the system is powered up for 2 hours, after this it's down, and powered up for 1 more hour, so in total the timer will be already 3 hours, etc.
After 500 hours (for example) I'd like to toggle a pin that will notify this.
The time resolution can be even hours, but I don't want to use a microcontroller (except for initial values configuration) or a battery (or supercap because I don't know for how long it will be down).
My main purpose is small size and less components, Power consumption is not an issue.
Thanks