<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Exception handler in zephyr + SPM on nRF9160</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/68265/exception-handler-in-zephyr-spm-on-nrf9160</link><description>According to the Zephyr documentation here the way to implement an application-specific exception handler is to define k_sys_fatal_error_handler. When I try to do this I get a build error with this message: 
 multiple definition of `k_sys_fatal_error_handler</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 11 Nov 2020 23:29:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/68265/exception-handler-in-zephyr-spm-on-nrf9160" /><item><title>RE: Exception handler in zephyr + SPM on nRF9160</title><link>https://devzone.nordicsemi.com/thread/279599?ContentTypeID=1</link><pubDate>Wed, 11 Nov 2020 23:29:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6add4b03-e4d1-4350-9bdd-9c07a2cb95a2</guid><dc:creator>Chris Burns</dc:creator><description>&lt;p&gt;I should have looked more before asking the question. Adding CONFIG_RESET_ON_FATAL_ERROR=n to my prj.conf file allowed me to define my own error handler.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>