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
  • So the problem lies in your "startup.s" file, then!

    So step through that, and see where it fails!

    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

    Hmmm ... I'm not so sure about that.

    The Simulator does still need to be correctly configured.

    And the Simulator will correctly simulate a Fault if your code does (or fails to do) something to generate a Fault.

Reply
  • So the problem lies in your "startup.s" file, then!

    So step through that, and see where it fails!

    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

    Hmmm ... I'm not so sure about that.

    The Simulator does still need to be correctly configured.

    And the Simulator will correctly simulate a Fault if your code does (or fails to do) something to generate a Fault.

Children