• the call to delay subroutine results infinite loop
    I'm using keil uvision 4 and learning programming for AT89s52 , I'm using 12MHZ frequency. I had written a subroutine for a delay of 10 micro sec which is in another file called DELAY.ASM and made...
  • 1 us delay generation
    Note: This was originally posted on 11th May 2011 at http://forums.arm.com Dear all,              I am using Linux OS  with arm-elf tool chain.  I am not able to generate 1 us delay using 'for loop' method...
  • function to generate delay
    Can someone tell me whether keil IDE offers any library function for generating delay or the programmer only has to write the code for this? thanks
  • Generating delay for LPC1317-64P
    I want to generate delay in generalized manner i.e void delay(uint8_t delay_ms). The delay passed in ms. . So I am using LPC1317-64P, 72MhZ clock. So to generate delay I have used function,...
  • 50nS delay generation on LPC2129
    Hi, How do i generate a delay of 50nS using C.is there any NOP instruction in ARM7.i dont want to use timer or interrupt.please help Regards, Divya