Hi, I have a custom board that the actually consumption its 1,5mA with the NRF_LOG enabled.
I have a buzzer that I need to toogle and I need disable the NRF_LOG because if its enabled the buzzer wont work.
But the weird thing its with the NRF_LOG disabled the consumption its higger (2,5mA) and I have research and the
"normal behavior" must be the contrary (NRF_LOG_DISABLED = low consumption, NRF_LOG_ENABLED = high consumption)
I have tested to disable uart to but nothing works.
Can you help me please ? why its the consumption higger with the nrf_log enabled ??
Thanks!