• ADUC timing loops,plz help
    Hi there, I have a development board around the aduc832BS processor and use Keil uVision2 ver2.40 for software development. I tried to implement the 1wire routines for DS18B20 (which i conected at...
  • For loop
    can i use the for loop like this in accessing the 2-d array. for(u=0;u<=4;u++) { for(v=v1;;) { arr[u][v] += 1; } } bcos in the second for loop i want to do the increment in some other...
  • 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...
  • Infinite loop
    Hai all, My program goes to infinite loop even though there is no while(1); void main() { uchar8_t ISMCheckResult; CKCON=0x04; DR=1; delay(50000);//Power on delay for testing purpose enableLatch...