<?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>uart2 RX interrupt not working</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/111852/uart2-rx-interrupt-not-working</link><description>I have a nRF9160 custom board. I am using 2 UARTs (UART0 and UART2). I need to have an RX interrupt on both UARTs. I have identical setups and configuration and code. The RX interrupt works for UART0 but not for UART2. polling of the RX works for UART2</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 06 Jun 2024 18:21:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/111852/uart2-rx-interrupt-not-working" /><item><title>RE: uart2 RX interrupt not working</title><link>https://devzone.nordicsemi.com/thread/487801?ContentTypeID=1</link><pubDate>Thu, 06 Jun 2024 18:21:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ec4ef08-5cdd-47be-9ac8-1411adbdcfea</guid><dc:creator>Timothy</dc:creator><description>&lt;p&gt;Vidor&lt;/p&gt;
&lt;p&gt;I found the problem. operator error! I had an #if where it did not belong. This can be closed. Thanks for your help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: uart2 RX interrupt not working</title><link>https://devzone.nordicsemi.com/thread/487711?ContentTypeID=1</link><pubDate>Thu, 06 Jun 2024 12:02:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:838cf32b-bcc2-4262-a0e8-62773f204d39</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Could you please try to read out the peripheral register configuration for UART0 and UART2 to see if the configurations match except for the pin assigments? You can do this by starting a debug session in our VS code extension, pause the debugger after the program has started, then use the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/nrf-connect-vscode/page/guides/debug_concepts.html#peripherals-view"&gt;Peripheral View&lt;/a&gt;&amp;nbsp;to inspect the registers.&lt;/p&gt;
&lt;p&gt;First thing you may want to check is&amp;nbsp;if the&amp;nbsp;same interrupts are enabled in the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf9160/page/uarte.html#ariaid-title44"&gt;INTEN&lt;/a&gt;&amp;nbsp;register.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>