I am trying to use the nrfx_i2s library to run neopixels on a nRF52 DK. I am using SES to compile and flash the code. I am having trouble correctly using the library though. For the init, start, stop, and uniniti i2s functions I get errors "undefined reference to `nrfx_i2s_init" for all of them. I have the include header at the top for #include "nrfx_i2s.h" and I make sure that the user include directories settings in SES includes the locations of the .h and .c files. I also "Added Existing Files" for the .c file to make sure I wasn't missing anything. Still get an error though.
I am using SDK 17 on Mac with S132 soft device on nRF52 DK with a nRF52832 chip and PCA10040.