<?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>How do I get the uart interrupt going?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/34826/how-do-i-get-the-uart-interrupt-going</link><description>I&amp;#39;&amp;#39;m trying to run a piece of PERIPHERAL example code running on a nrf51422 devboard 
 
 I&amp;#39;m using sdk 8.0 and the example&amp;#39;s relative path is: 
 &amp;gt;nRF51_SDK_8.1.0_b6ed55f\examples\peripheral\uart 
 Now, this is what I&amp;#39;m hoping for. In most other examples</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 28 May 2018 12:31:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/34826/how-do-i-get-the-uart-interrupt-going" /><item><title>RE: How do I get the uart interrupt going?</title><link>https://devzone.nordicsemi.com/thread/133654?ContentTypeID=1</link><pubDate>Mon, 28 May 2018 12:31:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97172d95-812d-47c2-93c7-51818b129a56</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;What are you expecting to see in the RXD register? Did you start any receive operations? If you place the breakpoint at the if-check, this will be hit by any following events in the handler, not just the RX event. Have you tried placing the breakpoint &lt;strong&gt;inside&lt;/strong&gt; the&amp;nbsp;EVENTS_RXDRDY if-check? If your breakpoint is hit, the IRQ handler seems to be working as expected.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>