• LPC2148 Delay
    Hii all.This time I'm struck with the ADC problem.My code is running successfully.I'm using a ready-made board of LPC2148 which has a potentiometer connected with its pin 13 of the MCU i.e., AD0.1.The...
  • 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...
  • Time Delay between interrupts
    24 Oct 2006 12:40 Time Delay between interrupts -------------------------------------------------------------------------------- Hello friends, i'm trying to make a very simple program in which...
  • 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?
  • 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...