Hello,
While i am debugging application in SES.I got the error like "stopped by vector catch"
How it relates to hardfault handler .Why it is happening
Kindly provide the answer
best regards
learn
Hello,
While i am debugging application in SES.I got the error like "stopped by vector catch"
How it relates to hardfault handler .Why it is happening
Kindly provide the answer
best regards
learn
Have you seen this ticket. I think it is relevant for your question.
As I understand it, you can make the CPU halt by "catching the vector". E.g., when a hardfault exception occurs, the programs enters a breakpoint and stops the execution. To disable/enable vector catch for different exception, press ctrl + alt + b in SES (while in debugger mode).
Best regards
Simon