• Timer problem
    Hi there! I have some problems with CAPCOM timer. It was configured: CPU clock - 40 MHz prescaler - module clock / 8 Timer0 overflow (usec) - 100 Timer 0 reload register - 0xFE0C On digital...
  • 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 problem
    Hi there! I have some problems with CAPCOM timer. It was configured: CPU clock - 40 MHz prescaler - module clock / 8 Timer0 overflow (usec) - 100 Timer 0 reload register - 0xFE0C On digital...
  • 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 2 PROBLEM
    tr2 bit 0cah tf2 bit 0cfh tl2 data 0cch th2 data 0cdh Tis is the assembly code i write to define the timer 2. I'm using that philips 8051 microcontroller. so how to actually define this timer 2...