<?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>SDK14 52832 PDM</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/36348/sdk14-52832-pdm</link><description>I hava a board of 52DK,now 
 I develp a project about pdm using the ic mp34db02 
 i test the all kinds of sdk ，I find the sdk14.0 ‘s throughput is Complacent， 
 soI must use sdk14.0 
 but I I don&amp;#39;t know how to use PDM driver in sdk File directory\components</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 28 Nov 2018 07:08:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/36348/sdk14-52832-pdm" /><item><title>RE: SDK14 52832 PDM</title><link>https://devzone.nordicsemi.com/thread/159348?ContentTypeID=1</link><pubDate>Wed, 28 Nov 2018 07:08:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40afc212-8a0b-4f36-90bb-5a07322986f6</guid><dc:creator>Arjun</dc:creator><description>&lt;p&gt;I am also facing the same issue... i have raised many request on this and the document is not properly telling how to communicate using PDM driver.&lt;/p&gt;
&lt;p&gt;Instead of replying to all questions on the forum with the same document link, why dont you give an example code for Latest SDK... its simply wasting our time. Instead we can concentrate in the application development. instead of resolving your Driver issues.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK14 52832 PDM</title><link>https://devzone.nordicsemi.com/thread/140802?ContentTypeID=1</link><pubDate>Fri, 20 Jul 2018 09:21:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9cbb037-2bee-485d-a837-15bc79f14642</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;Have you encountered a specific issue that you need help with?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK14 52832 PDM</title><link>https://devzone.nordicsemi.com/thread/140771?ContentTypeID=1</link><pubDate>Fri, 20 Jul 2018 07:15:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a66173f-14ae-410b-ac14-68fc430bbc22</guid><dc:creator>Steven_zhang</dc:creator><description>&lt;p&gt;&lt;span&gt;/* Process the events. */&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Can you make a little more detail&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;since SDK14.0,Great changes have taken place in the drive,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I haven&amp;#39;t made a copy of data yet,the data is changed .&lt;/p&gt;
&lt;p&gt;the sdk document is too simple,&lt;/p&gt;
&lt;p&gt;Why do not have an example about pdm sdk14.0&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK14 52832 PDM</title><link>https://devzone.nordicsemi.com/thread/140768?ContentTypeID=1</link><pubDate>Fri, 20 Jul 2018 07:08:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8523731c-3962-4939-82f4-e6dce11b304b</guid><dc:creator>Steven_zhang</dc:creator><description>&lt;div class="line"&gt;&lt;span class="keyword"&gt;static&lt;/span&gt; &lt;span class="keywordtype"&gt;void&lt;/span&gt; pdm_event_handler(&lt;a class="code" title="PDM event structure." href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.0.0/structnrf__drv__pdm__evt__t.html"&gt;nrf_drv_pdm_evt_t&lt;/a&gt; &lt;span class="keyword"&gt;const&lt;/span&gt; * &lt;span class="keyword"&gt;const&lt;/span&gt; evt)&lt;/div&gt;
&lt;div class="line"&gt;{&lt;/div&gt;
&lt;div class="line"&gt;&lt;span class="comment"&gt;/* Process the events. */&lt;/span&gt;&lt;/div&gt;
&lt;div class="line"&gt;}&lt;/div&gt;
&lt;div class="line"&gt;&lt;/div&gt;
&lt;div class="line"&gt;&lt;span class="comment"&gt;/* ... */&lt;/span&gt;&lt;/div&gt;
&lt;div class="line"&gt;&lt;/div&gt;
&lt;div class="line"&gt;&lt;a class="code" title="PDM interface driver configuration structure." href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.0.0/structnrf__drv__pdm__config__t.html"&gt;nrf_drv_pdm_config_t&lt;/a&gt; pdm_cfg = &lt;a class="code" title="Macro for setting nrf_drv_pdm_config_t to default settings in single ended mode." href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.0.0/group__nrf__drv__pdm.html#ga0a291c745943d912c7a12c77403d689a"&gt;NRF_DRV_PDM_DEFAULT_CONFIG&lt;/a&gt;(CLK_PIN, DOUT_PIN);&lt;/div&gt;
&lt;div class="line"&gt;&lt;a class="code" title="API Result." href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.0.0/group__sdk__error.html#gaf6c20fb483036617204f12e99e0b997b"&gt;ret_code_t&lt;/a&gt; err_code = &lt;a class="code" title="Function for initializing the PDM interface." href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.0.0/group__nrf__drv__pdm.html#gafa25f7da4e016555cee64a578198749f"&gt;nrf_drv_pdm_init&lt;/a&gt;(&amp;amp;pdm_cfg, pdm_event_handler);&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK14 52832 PDM</title><link>https://devzone.nordicsemi.com/thread/140767?ContentTypeID=1</link><pubDate>Fri, 20 Jul 2018 07:06:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c34dbc5e-d6f9-4ca3-a264-58c80b83e72f</guid><dc:creator>Steven_zhang</dc:creator><description>&lt;p&gt;HI&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK14 52832 PDM</title><link>https://devzone.nordicsemi.com/thread/139911?ContentTypeID=1</link><pubDate>Thu, 12 Jul 2018 13:41:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb141abe-33b2-439f-88f9-756b670fbb6c</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;Read the SDK14.2 release notes,&amp;nbsp;the &lt;a title="PDM HAL and driver" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/group__nrf__pdm.html?cp=4_0_1_6_9_12"&gt;PDM HAL and driver&lt;/a&gt;&amp;nbsp;API reference, and&amp;nbsp;&lt;a title="PDM" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/hardware_driver_pdm.html?cp=4_0_1_2_6"&gt;PDM&lt;/a&gt;&amp;nbsp;driver documentation&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>