• 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.
  • 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.
  • 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...
  • 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...
  • 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...