• 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--;
  • 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...
  • delay function for STM32F
    Dear All, please provide header file for delay function I mean I need constant delay even processor frequency changed Ex; delay_ms(500); Currently I am using following delay function...
  • Delay function in lpc 17xx
    hello all i want to introduce delay in program in microsecond range. can any one give me some examples for lpc17xx. Thanks in advance.