This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

real-time clock - s100

how would i create a real time clock on the s100 board from denner-electronics?

what i want to do is be able to log the secs,mins, hours etcetera that a certain digital i/o is on.

thank you very much

andre

Parents
  • i have those examples

    actually trying to configure the timer0 example, but i just do not know how to set the interrupts to occur for example every 10ms, which would enable me to know that if the interrupt occurs 100 times, i have a second.

    i have lots of examples, and i know how to make the timer go into an interrupt, i just do not know how to configure that interrupt to occur at intervals i want it to

Reply
  • i have those examples

    actually trying to configure the timer0 example, but i just do not know how to set the interrupts to occur for example every 10ms, which would enable me to know that if the interrupt occurs 100 times, i have a second.

    i have lots of examples, and i know how to make the timer go into an interrupt, i just do not know how to configure that interrupt to occur at intervals i want it to

Children