SDK15.3
nRF52840
S140 v6.1.1
Q1. I have an RTC compare event connected to a Timer count task over PPI. The Timer is configured in low power counter mode. My question is when I go into low power mode using sd_app_evt_wait(), will the RTC events go off and trigger the Timer's count task over PPI? Or will these peripherals be shutoff during low power mode?
Q2. When a timer's count task is triggered, does it request the HFCLK to increment the timer's counter? If so, how is this handled in low power mode? Will the HFCLK be requested every time the task is triggered in low power mode?
Thanks.