Hi,
I am using nrf5340 kit. I would like to enable and test power management in mesh chat example.
1. Can you please tell me the usage of below config file usage.
#define CONFIG_PM 1
#define CONFIG_PM_DEEP_SLEEP_STATES 1
#define CONFIG_HAS_POWER_STATE_DEEP_SLEEP_1 1
2. Can you please tell me which power mode will be default during SYSTEM ON
a) CONSLAT
b) LOWPWR
3. Configurations which should be enabled in prj.config file for power management.
4. Also tell me how the clock initialization takes place in nrf connect sdk based codes
a) Is this requires Zephyr rtos for initialization
b) How the clock control is possible in application and network core
c) Will all the nrf mesh examples use the network and application clocks together.
5. Kindly tell me which config file should be enabled for waking up all the peripherals and CPU from idle state.
6. Is there examples in nrf connect sdk which explains the power and clock management code flow in a detailed way.