• Delay
    hi i want delay in ms and us.am using LPC2366.CPU clock: 48MHz.peripheral clock: 12MHz.can any one have source code for delay function.please help me to know how to implement delay function in ms and...
  • Delays
    How can one generate a precise time delay wihtout using the timers and using only the software loops.
  • delay function
    hi i am using lpc 2134 for my project.i have installed the real view Uvision3 kit. i have successfully run the hello world program. i now want to start my own project.i have included the lpc21**.h...
  • Delay function
    Can anybody explain this delay function?? void Delay(void){unsigned long volatile time; time = 727240*200/91; // 0.1sec while(time){ time--;
  • delay in keil
    hi , suppose i want to plot a sine wave of frequency 50hz in logic analyser of keil microvision 4 using any pin of corresponding adc1 input. FOR THIS to plot i have to set delay .can anyone tell me ...