User Activity

Posted on December 13, 2016 at 09:52I am trying to put the STM32L471RG into Shutdown mode.I am doing the following steps, based on the documentation.// Turn on Deepsleep bit SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk | SCB_SCR_SLEEPONEXIT_Msk; // Setup Low P...