<?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>nRF52832 interface with LIS3DSH acceleromter</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/45407/nrf52832-interface-with-lis3dsh-acceleromter</link><description>Hello Everyone, 
 I am trying to integrate LIS3DSH accelerometer with nRF52832 development board(I2C communication). I have Implemented Wake-up State Machine for LIS3DSH. whenever accelerometer detects any motion it will generate low to high on the interrupt</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 27 Mar 2019 09:33:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/45407/nrf52832-interface-with-lis3dsh-acceleromter" /><item><title>RE: nRF52832 interface with LIS3DSH acceleromter</title><link>https://devzone.nordicsemi.com/thread/178598?ContentTypeID=1</link><pubDate>Wed, 27 Mar 2019 09:33:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2517dbad-c3a6-460c-9262-8d22790a3000</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Are you trying to do blocking calls within the ISR?&lt;/p&gt;
&lt;p&gt;It&amp;#39;s generally (not specific to Nordic)&amp;nbsp; not a good idea to do &amp;quot;slow&amp;quot; things - like I2C communications - within an ISR anyhow.&lt;/p&gt;
&lt;p&gt;The better approach is usually just for the ISR to flag the condition, and then the &amp;quot;main&amp;quot; loop handles the processing ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>