we are using nRF52-DK
we are using nRF52-DK
What example is this? If you zip the project, and upload it, I can take a look at it.
I solved the problem, i needed to include components/nrf_Drivers/hal/nrf_saadc.c and include the path also.
Thank you for showing your solution! You saved me a lot of time!
i also encounter this problem, #define SAADC_ENABLED 1, but still compile error, needed to include components/nrf_Drivers/hal/nrf_saadc.c and include the path.
thank you!