<?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>capsense without PPI nRF52</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14287/capsense-without-ppi-nrf52</link><description>I would like to use the capsense example with a Bluetooth application. But as it&amp;#39;s not compatible with softdevice, I want to modify it. Two questions: 
 1 – As anyone already done it? 
 If not, I would like to use handler function instead of PPI, but</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 06 Jun 2016 08:50:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14287/capsense-without-ppi-nrf52" /><item><title>RE: capsense without PPI nRF52</title><link>https://devzone.nordicsemi.com/thread/54516?ContentTypeID=1</link><pubDate>Mon, 06 Jun 2016 08:50:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33946218-aa6e-47ce-ab0c-23a220fd4d19</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;So the problem is solved?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: capsense without PPI nRF52</title><link>https://devzone.nordicsemi.com/thread/54515?ContentTypeID=1</link><pubDate>Fri, 03 Jun 2016 14:43:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa3318ed-201b-470c-91b2-dc69fad97dad</guid><dc:creator>Arthur</dc:creator><description>&lt;p&gt;UPDATE :&lt;/p&gt;
&lt;p&gt;to make it work you need :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;add  &lt;strong&gt;NRF_COMP-&amp;gt;INTENSET = COMP_INTEN_UP_Msk;&lt;/strong&gt;  in config_comparator()&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;del config_ppi()&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;add  in COMP_LPCOMP_IRQHandler()  :&lt;/p&gt;
&lt;p&gt;CAPSENSE_TIMER-&amp;gt;TASKS_START = NRF_COMP-&amp;gt;EVENTS_UP;&lt;/p&gt;
&lt;p&gt;CAPSENSE_TIMER-&amp;gt;TASKS_CAPTURE[0] = NRF_COMP-&amp;gt;EVENTS_DOWN;&lt;/p&gt;
&lt;p&gt;CAPSENSE_TIMER-&amp;gt;TASKS_STOP = NRF_COMP-&amp;gt;EVENTS_DOWN;&lt;/p&gt;
&lt;p&gt;if(NRF_COMP-&amp;gt;EVENTS_UP) NRF_COMP-&amp;gt;EVENTS_UP = 0;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>