Hi,
I've developed the product, now we need to minimize the current consumption of the device.
In order to consume low power, we need to set CONFIG_SERIAL=n (suggested on forum, and I tested in sample code it is minimizing current), but in my project we are using UART, so when I am setting CONFIG_SERIAL=n then getting code build error.
I also disabled the log but no effect on current consumption. Please suggest me how I can achieve low current consumption.