Content originally posted in LPCWare by Rorrik on Thu Feb 26 14:02:46 MST 2015
Sure, I'm happy to post the project for anyone kind enough to look at it. I hope the attached is what you mean by the entire project.
I haven't dug into project settings, but the debugger seems to be using the correct chip map.
As far as I can tell, my program accesses the same memory locations on the second loop as on the first loop, but I have seen hard faults before when accessing the memory holding the code that is being run at the time. I do not think this is the case right now, but it could be a different memory issue.
The values of my memory pointer variables are optimized out right now. I can't tell from the assembly what they are but someone else may be able to.
Thanks! I'm learning a bunch.