Resolved! How to let STM32L476 shutdown mode optimization power consumption
Posted on July 12, 2017 at 12:18Dear Sir:I am using STM32L476 and want enter shutdown mode to save power.Right now I had call MX_GPIO_Init();//this is set all GPIO to Pullup and set Input, HAL_PWREx_EnterSHUTDOWNMode();and now the power consumption ...