• timer and counter
    hi!! i need help regarding 8051 timers and counters. like i am making project in which i have to use both timer and counter. i just want to ask whether we can use timer and counter at the same time...
  • timers/counter
    i want to use an if statment to start a timer n then i want it to tell me how long it been going for and then i want it to reset when it get to a lower value. where do i start.
  • importance of timers and counters
    hi all, can anyone explain me the brief explanation of the importance of the timers and counters with reference to the microprocessor, thanks in advance
  • Set program counter
    Hi, how can i set program counter from variable in C code? void func(void) { uint32_t XADDR; XADDR = __current_pc(); ... // need set PC from XADDR // msr pc, XADDR not compiled } Thanks...
  • Timer 0 as counter
    Can anyone please send me the code for counting pulses using timer 0 as counter in 'C'language.