• 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...
  • how to make loop (1sec) using djnc ,mov and nop only.
    hi i am jimmy and my problem is very simple but complicated. how to make a loop subroutine for 1 sec +500 microsec or -500 microsec by just using djnc, mov and nop. it is a 8051 problem so kindly...
  • Super loop
    what is Super loop in Embedded systems?
  • for loop not executing
    Good Day, i am writing a code for a density based traffic light project using for loops for the density part of the system, but my for loops wont execute. the code is attached below.
  • IDATA LOOP
    Hai all, Some times in my program I get infinite Loop..Even though I am not using infinite while loop.The program gets struck in the following loop.. IF IDATALEN <> 0 MOV R0,#IDATALEN - 1 CLR...