Hi All,
I'm going pretty good with my project, but seem to be kind of stuck...
One of the steps involve logging date+time (from a DS1307) and some values every a fixed interval of time.
I poll these values via a timer interrupt, BUT, as far as I have been reading, I cannot "ask" the DS1307 for date/time inside the ISR because the I2C interaction is interrupt-based, and, obviously, the interrupts are disabled when handling another Interrupt (the timer interrupt).
Has anyone ever dealt with this before? This is kind of a "show-stopper" for me...
Thanks!