<?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>Is it possible to use sense edge mask on Sidewalk?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/103728/is-it-possible-to-use-sense-edge-mask-on-sidewalk</link><description>Hi, I am developing sidewalk application on nrf52840 and I want to lower power consumption. I enable the sense edge mask to all pins and found out the sx1262 dio1 interrupt is not working,my lora event are not receiving anything. 
 Is it possible to use</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 14 Oct 2023 06:36:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/103728/is-it-possible-to-use-sense-edge-mask-on-sidewalk" /><item><title>RE: Is it possible to use sense edge mask on Sidewalk?</title><link>https://devzone.nordicsemi.com/thread/450399?ContentTypeID=1</link><pubDate>Sat, 14 Oct 2023 06:36:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d01f1a0-e425-48e3-8e49-86357e7bcc83</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Sorry for the long response time. I was away for some time, and somehow I missed this ticket. Is there any update on this issue?&lt;/p&gt;
&lt;p&gt;Actually, sidewalks manage a few GPIO pins with their own GPIO module; see the &lt;a href="https://github.com/nrfconnect/sdk-sidewalk/blob/main/subsys/config/common/src/app_subGHz_config.c"&gt;configuration here&lt;/a&gt;. I am not sure if this is an issue from the NRFX level (need to test) GPIO API. Please let me know the update.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible to use sense edge mask on Sidewalk?</title><link>https://devzone.nordicsemi.com/thread/446398?ContentTypeID=1</link><pubDate>Mon, 18 Sep 2023 03:24:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a167d7e2-4d9f-47e4-9aa1-f281f2bf3a0b</guid><dc:creator>Evan.chan</dc:creator><description>&lt;p&gt;Hello,any updates?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible to use sense edge mask on Sidewalk?</title><link>https://devzone.nordicsemi.com/thread/445963?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2023 01:28:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf47b600-4b25-49ea-89f8-7c6427a601cc</guid><dc:creator>Evan.chan</dc:creator><description>&lt;p&gt;The sense edge mask description:&lt;/p&gt;
&lt;p&gt;Mask of pins that use the GPIO sense mechanism for edge detection.&lt;br /&gt;Pins not included in the mask use GPIOTE channels in the event mode.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/zephyrproject-rtos/zephyr/blob/cbd93a819854c3c8c7410ac2ab99fd42108b2630/dts/bindings/gpio/nordic%2Cnrf-gpio.yaml#L20-L25"&gt;github.com/.../nordic,nrf-gpio.yaml&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The code is implemented in&amp;nbsp;zephyr/drivers/gpio/gpio_nrfx.c&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;    /* If edge mode is to be used and pin is not configured to use sense for
     * edge use IN event.
     */
    if (!(BIT(pin) &amp;amp; get_port_cfg(port)-&amp;gt;edge_sense) &amp;amp;&amp;amp;
        (mode == GPIO_INT_MODE_EDGE) &amp;amp;&amp;amp;
        (nrf_gpio_pin_dir_get(abs_pin) == NRF_GPIO_PIN_DIR_INPUT)) {
        err = nrfx_gpiote_channel_get(abs_pin, &amp;amp;ch);
        if (err == NRFX_ERROR_INVALID_PARAM) {
            err = nrfx_gpiote_channel_alloc(&amp;amp;ch);
            if (err != NRFX_SUCCESS) {
                return -ENOMEM;
            }
        }

        trigger_config.p_in_channel = &amp;amp;ch;
    }
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible to use sense edge mask on Sidewalk?</title><link>https://devzone.nordicsemi.com/thread/445878?ContentTypeID=1</link><pubDate>Wed, 13 Sep 2023 14:17:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e698b839-5dc1-4e2a-ac5b-f320cf55f804</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user=""]Is it possible to use&amp;nbsp;sense edge mask on sx1262 or am I missing some setting?[/quote]
&lt;p&gt;Could you give us some more details on what &amp;quot;sense edge mask&amp;quot; means? I am not aware of this. I have asked this internally, and it sounds like something unfamiliar to us.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>