• 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 just got this program from keil and i am tryin to understand and i hope somebody out there can help me. First:I dont understand how this simple line define Port_D XBYTE [0xFFA0]defines port...
  • 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...