stop mode not working ?
Posted on February 18, 2018 at 09:20i 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...