Skip to content

help with reset breakpoint and watchdog implications #1695

Answered by dragonmux
PatrickTague asked this question in Q&A
Discussion options

You must be logged in to vote

This is due to the vector catch system for Cortex-M cores - the default is to catch all, which is normally desired behaviour, however if you need to disable a specific core interrupt vector's interception, then the monitor vector_catch command exists to configure and help with this:

monitor vector_catch disable reset to disable catch and interception of the reset vector

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@PatrickTague
Comment options

Answer selected by esden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants