I am using timer ( created with app_timer and started with period of 1 sec ) and ported RTC calendar example in it . But both features do not work together ( since RTC is used in both the example ) . I want to have a real time calendar which should print my current time with date -month- year and with that, periodically ,I need some timers( app timers) for sensor data acquisition and other task . So how can we achieve this ?
exampled used : ble_app_blinky ( ported RTC calendar and app timer )
SDK version : 15.3.0
Hardware : Nordic NRF 52 DK ( PCA10040)