IDE the culprit for Hard Faults?
Hi,
I'm using the F469I-DISCO Board, since a couple of days I can't pause the execution of my program, without it causing a Hard Fault after continuing. I know it doesn't have anything to do with my code, because I took old projects, which ran fine and tried to debug them, and the hard fault handler triggers again.
The Hard Fault Handler reads: Attempt to do exception with bad value in EXEC_RETURN number (INVCP).
PC and LR just point to the last executed function, but since it always occurs in different parts of code, this doesn't really help.
The only thing I could think of was the IDE being at fault, if I remember correctly these things happened, after I set some printf breakpoints, but I removed them all.
Are there any things I can set in the IDE, because even after creating a new project the hard fault gets triggered.