STM32 LOw power mode
Hi,I am trying to put my STM32 part in sleep mode.I have attached the code here.As per my understanding to go into sleep mode HAL_PWR_EnterSLEEPMode(PWR_LOWPOWERREGULATOR_ON, PWR_STOPENTRY_WFI);API is provided.even though I used below lines, my board...