Ok, I see the hal_bsp_power_state(int state) hook. For now I can just do:
NRF_POWER->SYSTEMOFF = 1 Thanks, Carl On Tue, May 1, 2018 at 7:05 AM, will sanfilippo <[email protected]> wrote: > Mynewt does not provide a way to do this currently. There are hooks in the > bsp code for power modes and you could add that code to the deepest power > savings mode if you like (user-defined what happens on various power > states). > > > On Apr 30, 2018, at 10:54 PM, Carl Turner <[email protected]> wrote: > > > > The deepest power saving mode of the nRF52 is "System Off". Is there a > way > > to do this in mynewt? > > > > Thanks, > > > > Carl > >
