we are using nRF52-DK
we are using nRF52-DK
i have, but error still exists
If you upload your project I can take a look.
i am trying to combine battery service with one of the examples in sdk 12, This is the extension of the error : Not enough information to list image symbols.
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
SAADC_ENABLED is checked in the sdk_config.h file in the Configuration Wizard