• How could I make a adjustable delay function in "micro-second" level
    Hello Every : I use AT89C52 and 11.059MHz oscillator. 1 instuction takes about 1 micro-second.(10^-6 sec.) I write a delay function in *.asm. It works well , but I want it adjustable. I want...
  • How could I make a adjustable delay function in "micro-second" level
    Hello Every : I use AT89C52 and 11.059MHz oscillator. 1 instuction takes about 1 micro-second.(10^-6 sec.) I write a delay function in *.asm. It works well , but I want it adjustable. I want...
  • 1 micro second time unit LPC2106
    Greetings, I would like to put the timer to interrupt the LPC2106 CPU on a multiple of 1 microseconds. I got success with a range of 1 millisecond, but at intervals of 1 micro the error is very large...
  • 1 micro second time unit LPC2106
    Greetings, I would like to put the timer to interrupt the LPC2106 CPU on a multiple of 1 microseconds. I got success with a range of 1 millisecond, but at intervals of 1 micro the error is very large...
  • Trying to generate nano seconds delay in LPC1768
    We are trying to develop the nano seconds delay but ended up with 1 us delay minimum. init_timer() { LPC_SC->PCONP |= (1<<SBIT_TIMER0) | (1<<SBIT_TIMER1); /* Power ON Timer0,1 */ LPC_TIM0->MCR...