• how to delay a period of time ?
    i'm using uVision to code my program. anybody tell me how to delay a period of time in C?
  • Problem with delay timing with LPC2148
    Hi guys...I'm a newbie in ARM7 programming.I have a readymade hardware board of LPC2148.I'm doing a simple blinking action on it.I'm supplying the processor with 12MHz frequency as its processor clock...
  • time delay calculations
    Dear All, I am used to program ARM7 LPC2148 IC by Keil (Version -4) in 12 MHz, pls find the below delay, So fro that how can i Calculate the time delay (used by 12MHz in Keil software). void...
  • C program Time delay help!
    Dear sirs and madams I present the following program to which i am simulating on a 8051 MCU #include <reg51.h> #include <stdio.h> #define output P0 void main () { unsigned int x; ...
  • Delays
    How can one generate a precise time delay wihtout using the timers and using only the software loops.