In nrf52_SDK/examples/peripherals/rtc we tried adding the UART prints and verified. It was working fine for RTC0 but fails to do for RTC1. Could you please give any hint on this?
In nrf52_SDK/examples/peripherals/rtc we tried adding the UART prints and verified. It was working fine for RTC0 but fails to do for RTC1. Could you please give any hint on this?
board version is pca10040. yes, LEDs are constantly off. I use nRF5_SDK_11.0.0_89a8197 SDK
When I do the four changes, it all works. (NRF_DRV_RTC_INSTANCE(1)
and RTC1_CONFIG_FREQUENCY
in main.c
; #define RTC1_ENABLED 1
and #define RTC1_CONFIG_FREQUENCY 8
in nrf_drv_config.h
)
I am simply unable to reproduce.