• 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...
  • Any Delay function in Keil ?
    Hi, I'm using CYGNAL F020 at 22118400 Hz, I would like to know if Keil has a Delay function ?, I can't find it. Thank you,
  • Delays
    How can one generate a precise time delay wihtout using the timers and using only the software loops.
  • Delay
    Hiii I am new to the stm32 family controllers How can i generate the delay using timers in stm32f2xx controller. can any one help to solve this task.
  • Delay function
    Can anybody explain this delay function?? void Delay(void){unsigned long volatile time; time = 727240*200/91; // 0.1sec while(time){ time--;