• Timer
    Hi This program i am using has two different timer routines and i dont what each one of them is doing.In the first one i do not understand what is meant by the Timer Register for the high byte(TH0...
  • timer
    HI i am debuging a program written in C if i select 12MHz clock for the program There is a timer in the project window showing the time passed and the no of states(machine cycles). Can i rely on the...
  • Timer problem
    If i'm using that the decimal value which to store into the timer for example: in Assembly code we are writing as TIMER_0 EQU -1027 but in the C, how can we actually extract this -1027 to TL0 = -3...
  • Timer interrupt
    hello everyone, is there anybody know how to set timer interrupt with ST10 269 The problem is that: the Tempo of sending data from the my ST10 269 to DAC is not the same everytime, it changes between...
  • Timer Interrupt
    I need a timer interrupt at periodic intervals. I understand that the timer will count from 0x000 to 0xFFFF before it overflows and activate the timer interrupt. However, if I need to have a longer...