This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Using RTC with CGMS

I'm adding the peripheral/RTC project to experimental/CGMS.   I cannot seem to get past ASSERT in nrf_rtc_prescaler_set.  I changed the prescaler from 4095 to 0xffff as I suspected that was the problem, but still getting assert.   Is it even possible to enable RTC with CGMS?  As far as I see I have set up sdk_config.h correctly.  Was surprised that RTC0_ENABLED 1 but NRFX_RTC1_ENABLED 0, though I don't think that is the problem....

Related