2018-02-18 12:20 AM
i am new in stm32
if (HAL_LPTIM_Counter_Start_IT(&LptimHandle, 1000) != HAL_OK)
{ Error_Handler(); }HAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON, PWR_STOPENTRY_WFI);
/* Infinite Loop */
while (1) { BSP_LED_Toggle(LED2); HAL_Delay(3000); }it does not enter the stop mode continue led on and off
2018-02-19 07:36 AM
Hi
vrmuddapur93
,-Nesrine-
2018-02-19 09:04 AM
From other threads we've got this focused to an L073 now
https://community.st.com/0D50X00009XkWl7SAF