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

Configuration issues with nrfx and SAADC

As per recommendations with SDK15 I'm using the nrfx drivers for peripherals. When I attempt to compile, the linker fails as it cannot find the function nrfx_saadc_sample_convert(). I have included nrfx_saadc.c in the project, where the missing function is defined. Problem is, this implementation file is ignored by the compiler due to a #NRFX_CHECK(NRFX_SAADC_ENABLED). In my sdk_config.h I have #define NRFX_SAADC_ENABLED 1. Shouldn't this work?

Parents Reply Children
No Data
Related