• Delay function takes the doubel of time
    Hello, I'm using an stm32f103C8 and trying to produce a precise delay funcion. I'm using a HSE of 72Mhz so a I supposed the clock cycle is equal to 13.8ns. The delay function is simply a while(count...
  • Delays in RTX kernel and configuration
    Hi, Iam working on LPC248 OEM board ,where iam testing the delays in RTX kernel. In configuration file i set the value as shown below. #define OS_TICK 10000 Can anybody explain what is the...
  • 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
    How can i create a delay function about 100 ms second in Keil ?
  • Delay function
    Can anybody explain this delay function?? void Delay(void){unsigned long volatile time; time = 727240*200/91; // 0.1sec while(time){ time--;