<?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>nRF52832 PCA10040 PWM</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10574/nrf52832-pca10040-pwm</link><description>Hi,
I try to generate a PWM signal on PCA10040 with the nRF52832. To do that I copied the code from the Product Specification into my application, but nothing comes out. 
 Have someone an idee, why? 
 uint16_t PWM_CH0_DUTY = 8000;
uint16_t PWM_CH1_DUTY</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 01 Dec 2015 15:19:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10574/nrf52832-pca10040-pwm" /><item><title>RE: nRF52832 PCA10040 PWM</title><link>https://devzone.nordicsemi.com/thread/39338?ContentTypeID=1</link><pubDate>Tue, 01 Dec 2015 15:19:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce099c98-56d4-4945-881b-d35fe11567b1</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;The pwm sequence have to be at least 4 values, I have created an internal request to change the specification such that the example code there actually works.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 PCA10040 PWM</title><link>https://devzone.nordicsemi.com/thread/39337?ContentTypeID=1</link><pubDate>Tue, 01 Dec 2015 10:27:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eab335f6-b405-453a-b7b8-01c59349a5a8</guid><dc:creator>RG</dc:creator><description>&lt;p&gt;I solved the problem, what way: static uint16_t pwm_seq[4]  = { 12000, 4000, 0, 0 };&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>