Other Parts Discussed in Thread: EK-TM4C1294XL
Hi there,
I am using the Tiva C Series Connected Launchpad EK-TM4C1294XL. Sometimes I run into the problem that my program hangs in the FaultISR interrupt but I don't know when and why this happened. Is it possible to step back in the debugger to find the line of code where the interrupt was triggered? Or do I always have to step through the whole program to find the faulty code? The problem is that sometimes specific parts of the code have to run with normal speed, so I can not simply step through it slowly.
Thank you!