We are currently utilizing the nRF5340 with Zephyr OS version 3.6.99-100befc70c74 and nRF Connect SDK version 2.7.0-5cb85570ca43. We have the following inquiries:
- If we disable the RTC interrupt using
irq_disable(RTC1_IRQn);
, what will be the effect on a thread that employsk_sleep()
? Will it be halted?