• How to Give Hour delay in 851
    hi.. am having an old Refrigerator. Itz continuously working , causes heavy current charge i wish to construct a timer circuitry for cut off the above device am using 8051 micro controller .. I wish...
  • delay of the order of micro second
    i am writing a code(in C language) in which i need a delay of the order of few micro seconds. and this delay is not constant, i.e., i am using a variable and i should get a delay of value equal to that...
  • how do i represent 0.1 in keil uvision4
    i am writing a code to convert c->f and i need to show the value after decimal.
  • 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...
  • 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...