<?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>Interrupt Request (IRQ) not getting executed</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60711/interrupt-request-irq-not-getting-executed</link><description>Hello 
 I am using Seggar Embedded Studio for ARM V3.4 and nRF_SDK 12.3.0. I am trying to understand interrupts and interrupt handlers. 
 The interrupt request for Watchdog timer (i.e. void WDT_IRQHandler(void)) is not getting executed. The control is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 27 Apr 2020 14:40:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60711/interrupt-request-irq-not-getting-executed" /><item><title>RE: Interrupt Request (IRQ) not getting executed</title><link>https://devzone.nordicsemi.com/thread/246907?ContentTypeID=1</link><pubDate>Mon, 27 Apr 2020 14:40:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf5c1603-446c-4061-ad44-ba990499b6e8</guid><dc:creator>Allen924</dc:creator><description>&lt;p&gt;I did the following attempts to verify if the control was going to WDT_IRQHandler()&lt;/p&gt;
&lt;p&gt;First, I tried to switch on the LED&lt;/p&gt;
&lt;p&gt;Second, I tried to switch off the LED&lt;/p&gt;
&lt;p&gt;Third, Only a printf() statement inside WDT_IRQHandler() (in debug mode)&lt;/p&gt;
&lt;p&gt;The above attempts did not work.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have defined the following Preprocessor Definitions:-&lt;/p&gt;
&lt;p&gt;NO_VTOR_CONFIG&lt;/p&gt;
&lt;p&gt;BLE_STACK_SUPPORT_REQD&lt;/p&gt;
&lt;p&gt;NRF51422&lt;/p&gt;
&lt;p&gt;BOARD_PCA10028&lt;/p&gt;
&lt;p&gt;SWI_DISABLE0&lt;/p&gt;
&lt;p&gt;NRF51&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Would these affect the execution of IRQ in any way?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interrupt Request (IRQ) not getting executed</title><link>https://devzone.nordicsemi.com/thread/246651?ContentTypeID=1</link><pubDate>Sun, 26 Apr 2020 18:38:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d991750-af62-4178-af13-185535f51165</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;How did you check?&lt;/p&gt;
&lt;p&gt;The out pin toggle should be visible in an oscilloscope only - but not with the naked eye (LED) or a multimeter.&lt;/p&gt;
&lt;p&gt;The printf() won&amp;#39;t be able to do anything useful in only two LF clock cycles.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>