We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
nisharamanak hey, Keil doesn't state the memory of the TIVA-C µController Right;after you select your µControllerKeil 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 addressFinally, 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.
HI Am_eng , I tried this but still there is a faultisr
Is your runtime environment configuration is the same as this?
yes it is same only startup version is 1.0.0
Ok, My final advice is to try "Keil_MDK521a", for a reason I don't know why, old versions work well with that board.Good luck
Thank you ill try with this version