<?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>NRF52 PWM Up/Down Counter Mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12490/nrf52-pwm-up-down-counter-mode</link><description>Hi, 
 I am evaluating the NRF52 with PCA10040 board and nRF5x_SDK_11.0.0.alpha. 
 I want to create Wave Forme as below. 
 Out[0] pin transit low to high at compare 0, Out[1] pin transit high to low at compare 1. 
 ** 
 
 Please let me know how to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 16 Mar 2016 12:42:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12490/nrf52-pwm-up-down-counter-mode" /><item><title>RE: NRF52 PWM Up/Down Counter Mode</title><link>https://devzone.nordicsemi.com/thread/47324?ContentTypeID=1</link><pubDate>Wed, 16 Mar 2016 12:42:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07362da5-f501-4218-82e4-a29b38d91efe</guid><dc:creator>shadow</dc:creator><description>&lt;p&gt;It works very well. Thank you very much.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 PWM Up/Down Counter Mode</title><link>https://devzone.nordicsemi.com/thread/47323?ContentTypeID=1</link><pubDate>Mon, 14 Mar 2016 12:07:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2a8410d-be47-4c10-b76a-dd5879e98822</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;You can invert the output by setting the most significant bit (bit[15]) in the value:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;static nrf_pwm_values_individual_t /*const*/ seq_values[] =
{
    10000, 11000 | 0x8000, 0, 0,
};
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;See the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.0/pwm.html?cp=1_2_0_45_1#concept_wxj_hnw_nr"&gt;specification&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 PWM Up/Down Counter Mode</title><link>https://devzone.nordicsemi.com/thread/47322?ContentTypeID=1</link><pubDate>Mon, 14 Mar 2016 10:02:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bffeb926-2710-4672-adb6-ec3df0b2e510</guid><dc:creator>shadow</dc:creator><description>&lt;p&gt;I want to make high to low pin transition at start point. ie, LED1&amp;#39;s sequence is LOW- &amp;gt; HIGH -&amp;gt; LOW -&amp;gt; HIGH, LED2&amp;#39;s sequence is HIGH -&amp;gt; LOW -&amp;gt; HIGH -&amp;gt; LOW...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 PWM Up/Down Counter Mode</title><link>https://devzone.nordicsemi.com/thread/47321?ContentTypeID=1</link><pubDate>Fri, 11 Mar 2016 09:48:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a266a5da-b82b-46da-95da-a6113ab1d155</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;The setup looks correct to me, what is the problem?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>