<?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>GPTIOTE TASK WITH THE SAME IO</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/789/gptiote-task-with-the-same-io</link><description>Hello, 
 Can I assign two GPIOTE tasks to work with the same output port? One to set it high, another to set it low. 
 Here is the code segment:
nrf_gpiote_task_config(ch0,port0,NRF_GPIOTE_POLARITY_HITOLO,NRF_GPIOTE_INITIAL_VALUE_HIGH);
nrf_gpiote_task_config</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 30 Oct 2013 10:08:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/789/gptiote-task-with-the-same-io" /><item><title>RE: GPTIOTE TASK WITH THE SAME IO</title><link>https://devzone.nordicsemi.com/thread/3969?ContentTypeID=1</link><pubDate>Wed, 30 Oct 2013 10:08:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ebe4e6dc-a3d5-4f48-8fde-cc30e33f6df8</guid><dc:creator>Joseph</dc:creator><description>&lt;p&gt;Noted with thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPTIOTE TASK WITH THE SAME IO</title><link>https://devzone.nordicsemi.com/thread/3968?ContentTypeID=1</link><pubDate>Wed, 30 Oct 2013 09:55:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07c62cb4-feb8-4e1b-8dfb-e23381daae31</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Joseph&lt;/p&gt;
&lt;p&gt;Unfortunately this is a limitation in the GPIOTE. You can only have one output channel assigned to each IO.&lt;/p&gt;
&lt;p&gt;This means that you have to use the toggle option if you need to both set and clear an output.&lt;/p&gt;
&lt;p&gt;Regards
Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>