Hello, I'm trying to use the PDM in the nrf9160. I'm using SDK tag 1.2.n I added
#include <nrfx_pdm.h> at the top of my main.c file.
I put
CONFIG_NRFX_PDM=y
in the prj.config file.
I can see that
CONFIG_HAS_NRFX=y
is uncommented in the .config file, yet I still get undefined reference errors for functions called into the nrfx_pdm module. What could be wrong?
Thanks!