• 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,
  • 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 function
    How can i create a delay function about 100 ms second in Keil ?
  • the function get_host_by_name() impose a delays
    Hi, I saw nothing in the manual of any delays on the function get_host_by_name(); For example: if you call the function every minute with the same hostname, the first time, the function retrieves...