Hello,
I am trying to configure the SAADC for the NRF52810. I read that I have to enable it via the sdk_config.h. Here I find an entry for:
NRFX_SAADC_ENABLED - nrfx_saadc - SAADC peripheral driver
and
SAADC_ENABLED - nrf_drv_saadc - SAADC peripheral driver - legacy layer
1. Which one do I choose?
2. Why is there no documentation on the usage and configuration of the SAADC?
3. What is the difference between "Drivers", "nrf_" files and "nrfx_" files?