Hello:
When I try to use mesh, I found that the bootloader never work in low power mode. If I only program application into the nrf52832, the power consumption of its low power mode is about 10 uA. When I add bootloader, its power consumption is more than 200 uA. What can I do to reduce the power consumption of the bootloader part?I want to make the whole power consumption less than 50 uA.
Moreover, if I only need the function of DFU in bootloader, which part of the bootloader in mesh can I delete?
Thank you