<?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>SDK9.0 PWM</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22562/sdk9-0-pwm</link><description>hello: 
 i want to use pwm in SDK9.0, in my project ,i need to send a cmd to nrf51822-QFAA,and then it control the motor on ,and with this cmd ,i should contrl pwm to let the motor on with diffrent voltage.and when i send another cmd, the 51822 can contrl</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 07 Jul 2017 09:22:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22562/sdk9-0-pwm" /><item><title>RE: SDK9.0 PWM</title><link>https://devzone.nordicsemi.com/thread/88773?ContentTypeID=1</link><pubDate>Fri, 07 Jul 2017 09:22:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1914e5e8-b61c-45e1-9a06-e87255d7009c</guid><dc:creator>yichen</dc:creator><description>&lt;p&gt;thank you,i will have a try&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK9.0 PWM</title><link>https://devzone.nordicsemi.com/thread/88774?ContentTypeID=1</link><pubDate>Tue, 06 Jun 2017 09:32:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dda025c0-2776-42c6-a57e-729ee0300f5d</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;A reset indicates that you are running into the error handler, where the default behavior is to do a reset. You should then debug in order to find the reason for the reset. See &lt;a href="https://devzone.nordicsemi.com/question/60125/my-device-is-freezing-and-restarting/"&gt;this post&lt;/a&gt; about debugging.&lt;/p&gt;
&lt;p&gt;Make sure that the return code of the uninit function is passed into the error-handler:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;err_code = app_pwm_uninit(&amp;amp;PWM1);
APP_ERROR_CHECK(err_code);
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>