sleep on exit (LL_LPM_EnableSleepOnExit)
Posted on May 15, 2018 at 23:32Is there a good example or apnote on the proper use of sleep on exit from an IRQ?Do I need the Data Synchronization Barrier instruction? (to ensure sleep)here is some pseudo code, this does appear to work fine. I can ...