Hi all,
I currently need to implement 3 channels of analog inputs on my nrf52, but when I attempt to compile the project, I get the following errors:
undefined reference to `nrfx_saadc_buffer_convert'
undefined reference to `nrfx_saadc_init'
undefined reference to `nrfx_saadc_channel_init'
undefined reference to `nrfx_saadc_sample'
I used the following example as a reference when setting everything up: https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/saadc_5F00_simpler.zip
I'm not sure why it can't find the references when I have all of the necessary header files. I also enabled the SAADC in the sdk_config.h file.
Any thoughts?