<?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 to i use external interrupt ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21512/how-to-i-use-external-interrupt</link><description>Hi,
i am new in nrf51822.
i want to make a pin as a external interrupt pin, whenever it get high to low pulse it will call in ISR.
here i am unknown how to write an ISR here. 
 please give me suggestion 
 thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 21 Apr 2017 06:09:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21512/how-to-i-use-external-interrupt" /><item><title>RE: how to i use external interrupt ?</title><link>https://devzone.nordicsemi.com/thread/84443?ContentTypeID=1</link><pubDate>Fri, 21 Apr 2017 06:09:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77925a5f-2412-4024-b8c2-75f4e445c81c</guid><dc:creator>mr_sev</dc:creator><description>&lt;p&gt;use gpioe library&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to i use external interrupt ?</title><link>https://devzone.nordicsemi.com/thread/84442?ContentTypeID=1</link><pubDate>Fri, 21 Apr 2017 05:59:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c2119e7-488a-4b6f-ba6b-e97ea73e1968</guid><dc:creator>Daniel Sullivan</dc:creator><description>&lt;p&gt;Have a look at the examples/peripheral/pin_change_int example in the SDK folder. That shows setting a PIN as an interupt and running a function based on that. Only change you&amp;#39;ll need is to change:&lt;/p&gt;
&lt;p&gt;GPIOTE_CONFIG_IN_SENSE_TOGGLE to GPIOTE_CONFIG_IN_SENSE_HITOLO&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>