<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://test-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>software interrupt number &amp;lt;---&amp;gt; code</title><link>https://test-devzone.nordicsemi.com/f/nordic-q-a/87997/software-interrupt-number-----code</link><description>I&amp;#39;m using SEGGER&amp;#39;s SystemView tool to get some insights on my code. I see which interrupt number is activated, and want to figure out which code actually runs. 
 looking at nrf52840.h I can see that ISR20 and ISR22 are software interrupts, but that&amp;#39;s</description><dc:language>en-US</dc:language><generator>Telligent Community 13 Non-Production</generator><lastBuildDate>Wed, 18 May 2022 11:10:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://test-devzone.nordicsemi.com/f/nordic-q-a/87997/software-interrupt-number-----code" /><item><title>RE: software interrupt number &lt;---&gt; code</title><link>https://test-devzone.nordicsemi.com/thread/368296?ContentTypeID=1</link><pubDate>Wed, 18 May 2022 11:10:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06ca3a27-d33e-47d7-9f37-26993b477b7a</guid><dc:creator>user4240</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;You need to subtract the ISR number by 16 as the numbers listed in the header start at negative 15. Therefore the ISR22 is the same as GPIOTE_IRQn and ISR20 the same as SPIM1_SPIS1_TWIM1_TWIS1_SPI1_TWI1_IRQn.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>