• Infinite loops
    Hi, How can we overcome infinite loops in C programming using keil compiler............ can anyone plz answer my question.... Actually i want to know 1)what are the adverse effects a program leads to...
  • 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...
  • Infinite Loop
    I am using the following code to blink a LED 10 times and then stop. But it goes on blinking even after 10 counts. please let me know where i have gone wrong in the code #include <stdio.h> #include...
  • FaultISR infinite loop
    Hello , I'm using Kail MDK 5.29 with the Texas instrument board " LM4F120H5QR " , it was working fine along time ago ....however when i try to recompile some old simple programs using the debugger mode...
  • Infinite loop degugging
    Hi, I have got a problem when I debug a program with uLink2 into XC164CS. When I take steps, the arrow is staying in these instructions in infinite loop. What these 3 instructions means?. Help me please...