<?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 driver library does not work well with SoftDevice 8.1.0, What I neet to do ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10415/pwm-driver-library-does-not-work-well-with-softdevice-8-1-0-what-i-neet-to-do</link><description>I use nrf51822 by example ble_peripheral/ble_app_uart with with SoftDevice 8.1.0, at the same time, I use pwm driver library, But it does not work well, What I need to do? or How to fix it? 
 I add 
 
 &amp;quot;#define USE_WITH_SOFTDEVICE 1&amp;quot; 
 
 as here</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Nov 2015 02:03:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10415/pwm-driver-library-does-not-work-well-with-softdevice-8-1-0-what-i-neet-to-do" /><item><title>RE: PWM driver library does not work well with SoftDevice 8.1.0, What I neet to do ?</title><link>https://devzone.nordicsemi.com/thread/38673?ContentTypeID=1</link><pubDate>Tue, 24 Nov 2015 02:03:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f5752c2-1a6e-414c-b6cb-2c0da5c46620</guid><dc:creator>qoboty</dc:creator><description>&lt;p&gt;As you said, I change the priority, it works now ! Thank you !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PWM driver library does not work well with SoftDevice 8.1.0, What I neet to do ?</title><link>https://devzone.nordicsemi.com/thread/38672?ContentTypeID=1</link><pubDate>Mon, 23 Nov 2015 19:42:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:679ae634-8ad5-4efe-acb6-abf58b1cf698</guid><dc:creator>Gabor Veress</dc:creator><description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;It was similar to the bug me too. I used to SDK 9.0.0. I changed PWM interrupt priority in the app_pwm.c source.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrf_drv_timer_config_t timer_cfg  = {
    .frequency          = timer_freq,
    .mode               = NRF_TIMER_MODE_TIMER,
    .bit_width          = NRF_TIMER_BIT_WIDTH_16,
    .interrupt_priority = APP_IRQ_PRIORITY_HIGH,
    .p_context          = (void *) (uint32_t) p_instance-&amp;gt;p_timer-&amp;gt;instance_id
};
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PWM driver library does not work well with SoftDevice 8.1.0, What I neet to do ?</title><link>https://devzone.nordicsemi.com/thread/38671?ContentTypeID=1</link><pubDate>Mon, 23 Nov 2015 12:53:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f680f97-51da-4c99-a9a8-e61e9079a08e</guid><dc:creator>qoboty</dc:creator><description>&lt;p&gt;By the way,it works well  without softDevice&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>