This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 it always enter this FaultISR infinite loop !! ...


As you can see it doesn't show the Local variables and it never get out of this Loop ....I already installed the required Packs , What do you suggest me to do ?

Thank you

Parents
  • Thank you for your reply , the debugger doesn't enter the main function it start from the beginning to enter the "startup.s" file (which contains the ISR) ,My case is different then the others whom posted for the same issue because i'm running the debugging mode on the "Simulator not the real Board" hence i don't need to configure any clock issues or unlock ports (as it's required for the real board ) .

Reply
  • Thank you for your reply , the debugger doesn't enter the main function it start from the beginning to enter the "startup.s" file (which contains the ISR) ,My case is different then the others whom posted for the same issue because i'm running the debugging mode on the "Simulator not the real Board" hence i don't need to configure any clock issues or unlock ports (as it's required for the real board ) .

Children