Raady Here
Full Member level 5
- Joined
- Jun 8, 2013
- Messages
- 242
- Helped
- 26
- Reputation
- 52
- Reaction score
- 26
- Trophy points
- 28
- Location
- India
- Activity points
- 1,571
PIC 30f5011
mplab 8.8
ds1307 rtc currently used.
hi,
In my project, I am updating system time using rtc every hour, i have to raise an interrupt 5 times a day at particular mentioned times as a shift entered by the user.
For this I am checking with my system time and shift time every second and then raising flag based on that doing the required function. for system time to run I have used timer for system time and to run the clock.
But I want to make it simpler way by using interrupts,
can there be any possibility that rtc can be configure to interrrupt the processor at predefined intervals or to interrrupt the processor when the rtc register reaches a specific value ?
Regards,
Raady
mplab 8.8
ds1307 rtc currently used.
hi,
In my project, I am updating system time using rtc every hour, i have to raise an interrupt 5 times a day at particular mentioned times as a shift entered by the user.
For this I am checking with my system time and shift time every second and then raising flag based on that doing the required function. for system time to run I have used timer for system time and to run the clock.
But I want to make it simpler way by using interrupts,
can there be any possibility that rtc can be configure to interrrupt the processor at predefined intervals or to interrrupt the processor when the rtc register reaches a specific value ?
Regards,
Raady
Last edited: