<?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>nRF51822 interrupt</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6856/nrf51822-interrupt</link><description>Hi, 
 I just replaced the BLE chip in my board from CC2540 to nRF51822. I simply want to know how to configure the interrupt on a pin as well as rising/falling edge interrupts. I looked nrf_gpio.h and nrf_gpiote.h but neither was helpful. I know this</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 26 Jun 2015 04:34:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6856/nrf51822-interrupt" /><item><title>RE: nRF51822 interrupt</title><link>https://devzone.nordicsemi.com/thread/24155?ContentTypeID=1</link><pubDate>Fri, 26 Jun 2015 04:34:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f830908c-c79e-4ed9-bcb9-9641c4a28d5c</guid><dc:creator>flynnnn</dc:creator><description>&lt;p&gt;hi,brianbscho,did you solve your problem?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 interrupt</title><link>https://devzone.nordicsemi.com/thread/24158?ContentTypeID=1</link><pubDate>Mon, 04 May 2015 14:25:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed897217-fb9b-4c28-bc21-95b62d3cbbca</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Brianbscho: I believe RK wanted to mention the nRF51 Series Reference Manual. You can find it &lt;a href="http://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF51822"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I would suggest you to have a look at the pin_change_int example project in our NRF51 SDK to know how to configure the registers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 interrupt</title><link>https://devzone.nordicsemi.com/thread/24157?ContentTypeID=1</link><pubDate>Mon, 04 May 2015 08:14:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76ff45dc-b134-4e58-8f57-193586ee2bce</guid><dc:creator>brianbscho</dc:creator><description>&lt;p&gt;Can you please tell me which manual are you talking about? If you could pass me the link, it&amp;#39;d be great. Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 interrupt</title><link>https://devzone.nordicsemi.com/thread/24156?ContentTypeID=1</link><pubDate>Mon, 04 May 2015 03:02:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70cd5fb9-819c-4e5c-a2ad-dcf3951d0e7b</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;Look at chapter 15 in the manual on GPIOTE. That lets you configure either an individual pin (one of 4) for interrupt with the IN event which generates the GPOTE interrupt, or it lets you configure the PORT event for multiple pins, you then read the pins afterwards in the GPIOTE interrupt handler and decide what to do.&lt;/p&gt;
&lt;p&gt;Note that depending on the version of the chip you have, the GPIOTE pin events (as opposed to the PORT event) keep the HF clock running and consume power. Rev 3 has that anomaly fixed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>