<?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 PDM issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56759/nrf52832-pdm-issue</link><description>52832&amp;#39;s PDM function. After initialization, call the nrf_pdm_enable function, and then call the nrfx_pdm_start function. NRFX_PDM_ENABLED is set to 1. But the clock pin always has no result output. What could be the problem? I tried it in the order of</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Jan 2020 08:34:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56759/nrf52832-pdm-issue" /><item><title>RE: nRF52832 PDM issue</title><link>https://devzone.nordicsemi.com/thread/230004?ContentTypeID=1</link><pubDate>Tue, 21 Jan 2020 08:34:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0747a13-fb93-44ac-b10a-c8c215a489f2</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Part of the problem in your case is that I see the define you are referring to is for nrfx drivers, while the api you refer to is nrf_drv. You need to follow this description here on which layer and api you want to work with (e.g. NRF_DRV_* take presence over NRFX* if both are defined in sdk_config.h, since &lt;span&gt;apply_old_config.h will translate the NRF_DRV_* to NRFX* defines&lt;/span&gt;):&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/nrfx_migration_user_guide.html"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/nrfx_migration_user_guide.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I suggest to use NRF_DRV_* defines for PDM since you can find an example here:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/pdm-example-on-the-nrf52832"&gt;https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/pdm-example-on-the-nrf52832&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>