<?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>Timer with NULL interrupt handler Fault at IRQ Handler</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/111214/timer-with-null-interrupt-handler-fault-at-irq-handler</link><description>I am using nrf52832, SDK17 
 When I am setting up a timer with no applicable interrupt handler it fails so 
 
 This is how initialize the timer 
 
 when I do define the handler (not NULL) there is no problem, however I do wish to reduce load from the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 May 2024 07:28:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/111214/timer-with-null-interrupt-handler-fault-at-irq-handler" /><item><title>RE: Timer with NULL interrupt handler Fault at IRQ Handler</title><link>https://devzone.nordicsemi.com/thread/484974?ContentTypeID=1</link><pubDate>Tue, 21 May 2024 07:28:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e0ad478-79a0-4d61-a20d-4913d8175697</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This is not fixed in the deprecated nRF5SDK, but is fixed in &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/index.html"&gt;nRF Connect SDK&lt;/a&gt;. when I look into the sources of the latest NCSv2.6.0, I see this fixed.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Since you are using the nRF5SDK, you need to comment this assert manually in your project.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timer with NULL interrupt handler Fault at IRQ Handler</title><link>https://devzone.nordicsemi.com/thread/484676?ContentTypeID=1</link><pubDate>Thu, 16 May 2024 12:06:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13a48cad-2d89-42d0-a029-f970d8cd6f1a</guid><dc:creator>Ron</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In what SDK was this fixed?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timer with NULL interrupt handler Fault at IRQ Handler</title><link>https://devzone.nordicsemi.com/thread/484664?ContentTypeID=1</link><pubDate>Thu, 16 May 2024 11:52:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44c8c61f-fe5a-423b-90da-08584febb86a</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;There is a bug in nrfx_timer.c-&amp;gt;nrfx_timer_init where there is a check&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;    NRFX_ASSERT(timer_event_handler);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This check is a bug and you need to comment it our or remove it. It is later fixed in later versions of the nrfx as&amp;nbsp; you can see &lt;a href="https://github.com/NordicSemiconductor/nrfx/blob/4620e7ccfebc08dbd4c039bc7d530b62c4c68ca8/drivers/src/nrfx_timer.c#L124"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>