I downloaded the nrf52 SAADC Low power project from the GitHub github.com/.../saadc_low_power I'm trying to migrate it over to version 12 of the SDK and I think I'm having problems in the sdk_config.h file.
The version 11 changed some RTC values in the nrf_drv_config.h file which is as follows below and I'm wondering how I can make the equivalent changes to the sdk_config.h file.
RTC0 Disabled
RTC1 Disabled
RTC2 Enabled
RTC2 Freq 32
NRF Max Latency US 2000
Version 11 config file nrf_drv_config.h