hi,
I am using nrf9160+NCS v2.6.1.When the CONFIG_SHELL_BACKEND_RTT feature is enabled, the power consumption increases by 80uA. After investigation, I found that the default value of CONFIG_SHELL_RTT_RX_POLL_PERIOD is 10ms, and reducing it to 500ms lowers the power consumption. I understand that increasing the CONFIG_SHELL_RTT_RX_POLL_PERIOD can reduce power consumption. However, on the nRF52840, enabling CONFIG_SHELL_BACKEND_RTT with CONFIG_SHELL_RTT_RX_POLL_PERIOD = 10ms does not cause abnormal power consumption. What is the reason behind this difference?