I have a project using FreeRTOS with Tickless idle enabled, SDK 11.0.0 alpha and the S132 soft device. Currently the project is consuming ~6.5mA average, ~5.2mA if advertising is disabled.
This is on our own hardware platform but I have confirmed all of our peripheral devices are shutdown.
During my research I saw several posts reference switching on the DC/DC via this call sd_power_dcdc_mode_set. Where should this call be placed?
Also what's the best way to ensure that the the processor is being put to sleep?
Thanks, Darren