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 Are you using compiler 5 (ARMCC) or compiler 6 (ARMCLANG)? Each compiler defines the CPU type differently, and neither is compatible with the original startup.s file.
If after compiler-specific modifications to startup.s you are getting hard faults, then use one of the links provided elsewhere in this thread to find the source and fix it.
Hi I am using compiler 5 I have not made any update in startup file ,my initial target is to just run a counter program and observe the registers