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

[Zephyr] Recommended unexpected exception handling method

Hi all, I would like to implement a fault handler in our nRF9160 based system to handle hard faults/unhandled exceptions by resetting the system, but am having a hard time finding where to locate the standard Cortex M fault handlers to call NVIC_SystemReset().

Is this the best way to handle this and if so where can I find these handlers?

Related