Ways to generate interrupts

Status
Not open for further replies.

AJAB

Junior Member level 1
Joined
Oct 15, 2013
Messages
18
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
123
Hi,

I am using a SoC which goes into sleep mode for 5 minutes. Now after 5 minutes I need to wake it up using some external trigger. What are the different ways I can implement interrupt generator in hardware?

I can not use timers of SoC, as SoC is in sleep and Timers are not operational in sleep mode.
I thought of RTC, counters or RC network.

Can any one suggest any other options?

Any other options in hardware which can generate periodic interrupt. :roll:

Thanks,
Archana.
 

You have already mentioned the relevant options. In addition, a watchdog or low power timer may be provided by the processor. If you want an exact timing, external RTC interrupt is probably the only reasonable method. I presume, you don't need to sleep the processor for exactly 5 minutes. If power saving is the objective, a sufficient low interrupt rate (e.g. 1 Hz) will have the same effect.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…