<?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>I2C data interrupt lines</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/330/i2c-data-interrupt-lines</link><description>I am trying to figure out how interrupts are set up for say a sensor with an interrupt line which signals when new data is ready. 
 I am assuming you set up a GPIOTE somehow to trigger an interrupt routine which you can then use to setup the I2C connection</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 26 Aug 2013 12:38:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/330/i2c-data-interrupt-lines" /><item><title>RE: I2C data interrupt lines</title><link>https://devzone.nordicsemi.com/thread/1739?ContentTypeID=1</link><pubDate>Mon, 26 Aug 2013 12:38:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53bdca87-764f-4a64-8a82-3067416c3402</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;Your basic scheme sounds reasonable: Use GPIOTE PORT event if you need to care about current consumption, check that the i/O is the correct one and then start the TWI transaction from the GPIOTE interrupt handler.&lt;/p&gt;
&lt;p&gt;Håkon has made a quick GPIOTE PORT example that&amp;#39;s available &lt;a href="https://devzone.nordicsemi.com/index.php/something-simple#reply-467"&gt;here&lt;/a&gt;, so that should be a useful starting point.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>