<?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>UARTE NVIC interrupt number</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/87610/uarte-nvic-interrupt-number</link><description>Hi there, 
 We are trying to enable the interrupts on one of the UARTE peripherals, and are having trouble finding the interrupt number within nrf5340_application.h? It is not defined here. We need enable the right interrupt with NVIC_EnableIRQ. 
 We</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 05 May 2022 17:28:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/87610/uarte-nvic-interrupt-number" /><item><title>RE: UARTE NVIC interrupt number</title><link>https://devzone.nordicsemi.com/thread/366538?ContentTypeID=1</link><pubDate>Thu, 05 May 2022 17:28:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48043530-0602-4866-b21b-5632a914345b</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;The naming makes sense to the designers who designed a seriobox for these shared peripherals, but I understand that this is confusing for the users. I can ask to see if this can be changed. Thanks for pointing at this and the GPIO naming.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UARTE NVIC interrupt number</title><link>https://devzone.nordicsemi.com/thread/366418?ContentTypeID=1</link><pubDate>Thu, 05 May 2022 11:06:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:035e9e6f-c76a-4dde-bbb2-85e5fdfcd53f</guid><dc:creator>Frikkie Badenhorst</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;From the product specification document we have managed to figure out the interrupt numbers for the UARTE0-3 peripherals. This is defined within nrf5340_application.h as SERIAL0-3. It is indeed a pity that these inconsistencies are present in the code base.&lt;/p&gt;
&lt;p&gt;We also had the same issue when trying to access the GPIO peripheral, only to find in the code that it is referred to as P0 in the code base and not GPIO0, even though it is a&amp;nbsp;NRF_GPIO_Type pointer.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#define NRF_P0_NS                ((NRF_GPIO_Type*)          NRF_P0_NS_BASE)
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Hopefully these are the only inconsistencies that we will find...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>