I changed the rtc example in the sdk 11 to work on RTC2 but it is not working.RTC1 works fine when I made the same changes
I changed the rtc example in the sdk 11 to work on RTC2 but it is not working.RTC1 works fine when I made the same changes
In nrf_drv_config.h I changed RTC2_ENABLED 0 to RTC2_ENABLED 1,changed RTC_CONFIG_FREQUENCY 32768 TO 8Hz ,changed NRF_DRV_RTC_INSTANCE to 2.
In nrf_drv_config.h I changed RTC2_ENABLED 0 to RTC2_ENABLED 1,changed RTC_CONFIG_FREQUENCY 32768 TO 8Hz ,changed NRF_DRV_RTC_INSTANCE to 2.