<?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>falling edge via gpiote in sdk 14.2.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/67193/falling-edge-via-gpiote-in-sdk-14-2-0</link><description>Hello I need a falling edge response via GPIOTE. The settings I use for sdk 16 to sdk 14.2.0 do not work. For sdk 16 I use the functions nrfx_gpiote _..., for sdk 14.2.0 nrf_drv_gpiote_.... The interrupt is triggered only once and ends. Please, some working</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 16 Oct 2020 10:58:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/67193/falling-edge-via-gpiote-in-sdk-14-2-0" /><item><title>RE: falling edge via gpiote in sdk 14.2.0</title><link>https://devzone.nordicsemi.com/thread/275321?ContentTypeID=1</link><pubDate>Fri, 16 Oct 2020 10:58:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e45643f1-4c63-4f76-a6f0-0020f429d520</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Oh, so you are trying to use SDK14.2.0, but that is not working? It wasn&amp;#39;t clear from your first post.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Did you try the implementation from the pin_change_int example? That was not clear either.&lt;/p&gt;
&lt;p&gt;Why can you not use SDK16? If you are starting&amp;nbsp;developing&amp;nbsp;now, it is better to use the latest SDK.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Can you show what implementation in SDK 16 that works, which doesn&amp;#39;t work in SDK14? Are you sure that your SDK14.2.0 project is set up correctly for the nRF52810?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR,&lt;br /&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: falling edge via gpiote in sdk 14.2.0</title><link>https://devzone.nordicsemi.com/thread/274981?ContentTypeID=1</link><pubDate>Thu, 15 Oct 2020 07:04:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b242c3d9-b44e-402e-a576-fb5d783aa652</guid><dc:creator>jca</dc:creator><description>&lt;p&gt;&lt;span class="tlid-translation translation" lang="en"&gt;&lt;span class="" title=""&gt;Everything works on sdk 16.&lt;/span&gt; &lt;span class="" title=""&gt;When I use sdk 14.2.0 the same after a small modification (instead of nrfx_gpiote ... I use nrf_drv_gpiote ...) does not work.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: falling edge via gpiote in sdk 14.2.0</title><link>https://devzone.nordicsemi.com/thread/274924?ContentTypeID=1</link><pubDate>Wed, 14 Oct 2020 14:05:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67fb7ca0-b110-41e0-a4c6-5a9456bd86b4</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Please check out the example:&lt;/p&gt;
&lt;p&gt;SDK16\examples\peripheral\pin_change_int&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Change the PIN_IN to match the pin you want to use, and change:&lt;/p&gt;
&lt;p&gt;nrf_drv_gpiote_in_config_t in_config = GPIOTE_CONFIG_IN_SENSE_TOGGLE(true)&lt;br /&gt;to&lt;br /&gt;nrf_drv_gpiote_in_config_t in_config = GPIOTE_CONFIG_IN_SENSE_HITOLO(true);&lt;/p&gt;
&lt;p&gt;in the function gpio_init().&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>