we are using nRF52-DK
we are using nRF52-DK
This error mostly happens when SAADC_ENABLED is not enabled in sdk_config.h Make sure you have the following defined in sdk_config.h
#ifndef SAADC_ENABLED
#define SAADC_ENABLED 1
#endif
This error mostly happens when SAADC_ENABLED is not enabled in sdk_config.h Make sure you have the following defined in sdk_config.h
#ifndef SAADC_ENABLED
#define SAADC_ENABLED 1
#endif