This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

PDM peripheral's sampling rate at clock rate of 1.032 MHz

I'm using the nRF52840 and the PDM peripheral. The sampling rate at a clock rate of 1.032 MHz is 16kHz per the documentation. I want to make sure I understand the difference between the PDM clock rate and the effective PDM sample rate Am I right in thinking that the maximum sound wave frequency I can measure is then limited to 8 kHz? If that is correct thinking, is there any thing I can do to increase the sample rate other then utilizing undocumented/non-guaranteed nrf_pdm_freq_t values that I place in the /modules/nrfx/hal/nrf_pdm.h file?

Related