custom debug monitor isr with Zephyr #52237
Unanswered
pjasinski990
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying use the Debug Monitor exception in my Zephyr application. It seems that z_arm_debug_monitor, which is the ISR's name, maps directly to fault and the only way to implement custom behavior here is to substitute this default symbol in the vector table. Is that correct? Perhaps there is a better way?
Beta Was this translation helpful? Give feedback.
All reactions