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
  •  hey, Keil doesn't state the memory of the TIVA-C µController Right;

    after you select your µController




    Keil automatic sets the RAM definition Like this :



    When you go to the datasheet, you'll find that this is wrong,



    So go back and change those memory address





    Finally, don't forget to check the memory layout box in the Linker tab, otherwise, your memory definition is not considered.





    This is how the error solved for me.


Reply
  •  hey, Keil doesn't state the memory of the TIVA-C µController Right;

    after you select your µController




    Keil automatic sets the RAM definition Like this :



    When you go to the datasheet, you'll find that this is wrong,



    So go back and change those memory address





    Finally, don't forget to check the memory layout box in the Linker tab, otherwise, your memory definition is not considered.





    This is how the error solved for me.


Children
0