This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ERROR: Hardfault Handler

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

Parents
  • Kindly provide a lot more details.

    When does the problem occur, what is the code running etc. pp.

  • Actually my question is what is "stopped by vector catch", what is the relation between hard fault and stopped vector catch.When the stopped by vector catch error will occurred.

    Thank you

Reply
  • Actually my question is what is "stopped by vector catch", what is the relation between hard fault and stopped vector catch.When the stopped by vector catch error will occurred.

    Thank you

Children
  • 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

  • i tried but after press F5 it will showing stopped by vector catch  

    thank you