Tool/software:
My code is branching to FaultISR(). I've spent a whole day trying to trace it down. The fault register states that it is a Precise Data Bus Error and that the Fault Address Register is Valid. Code is trying to access a non-existent register at 4004E048.
I had hoped that when this happens that the callback stack, which would show which function the error happened in, is not shown, it just shows that the code in "tm4c1290ncpdt_startup_ccs.c".
Is there some way to determine from whence it came?
Thanks, Doug