<?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>PWM with two GPIOTE (LED driver)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13354/pwm-with-two-gpiote-led-driver</link><description>Hello, 
 Implementing a LED led driver was pretty simple and below code works well: 
 nrf_gpio_cfg_output(LED_PIN);
nrf_gpio_pin_clear(LED_PIN);

NRF_GPIOTE-&amp;gt;POWER = 1;
nrf_gpiote_task_configure(0, LED_PIN, NRF_GPIOTE_POLARITY_TOGGLE, NRF_GPIOTE_INITIAL_VALUE_HIGH</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 20 Apr 2016 15:30:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13354/pwm-with-two-gpiote-led-driver" /><item><title>RE: PWM with two GPIOTE (LED driver)</title><link>https://devzone.nordicsemi.com/thread/50898?ContentTypeID=1</link><pubDate>Wed, 20 Apr 2016 15:30:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46d029b7-b98c-4d84-bef1-35bd727a6839</guid><dc:creator>Stanislav Silnitskiy</dc:creator><description>&lt;p&gt;bad luck...&lt;/p&gt;
&lt;p&gt;as it is said in docs:&lt;/p&gt;
&lt;p&gt;&amp;quot;Only one GPIOTE channel can be assigned to one physical pin. Failing to do so may result in unpredictable
behavior.&amp;quot;&lt;/p&gt;
&lt;p&gt;:(&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>