I am using NRF52832 Custom Board and Have to implement deep sleep for 1 minute and have to limit the current consumption to a very minimal value during the sleep cycle
I have just enabled the log and used the below sleep function

I am using NRF52832 Custom Board and Have to implement deep sleep for 1 minute and have to limit the current consumption to a very minimal value during the sleep cycle
I have just enabled the log and used the below sleep function
Hi
Please check out our power optimization guide for some pointers on how to minimize current consumption. Optimizing Power on nRF52 Designs
It seems like a lot of steps are already mentioned by Stefan Schmidt here, but please make sure that logging is disabled, and that any peripherals that might draw power. Please also share how exactly you're measuring current in your project. Are there any other MCUs connected to the nRF52832 that might be drawing power in your design? Are the two SPI peripherals you mention connected and running for example?
Best regards,
Simon
Hi
Please check out our power optimization guide for some pointers on how to minimize current consumption. Optimizing Power on nRF52 Designs
It seems like a lot of steps are already mentioned by Stefan Schmidt here, but please make sure that logging is disabled, and that any peripherals that might draw power. Please also share how exactly you're measuring current in your project. Are there any other MCUs connected to the nRF52832 that might be drawing power in your design? Are the two SPI peripherals you mention connected and running for example?
Best regards,
Simon