Hi All,
i am using nrf52840 in nrf_Connect_sdk
is there any way where i can enter low power mode without sleep functions
Regards
Tushar
Can you be a bit more specific on what do you mean by entering low power modes without sleep functions?
There is tickless idle feature in Zephyr that will make your application go to sleep automatically in idle states (that is when no other thread is runnable.
If you are using the RTOS drivers, then they should be power aware when the app is not using the peripheral. So your application specifically do not need to disable the peripherals just to go into low power mode.
Please check if this post gives you better understanding on how this works.