How to enter stop mode and how to wake up ?
Hi list,I'm using stm32f103 and stm32cude ide. And I'm also using FreeRTOS.This is my stop mode code.This code is called in TimerCallback which is created from FreeRTOS.HAL_SuspendTick(); __HAL_RCC_PWR_CLK_ENABLE(); //HAL_PWR_EnterSTOPMode(PWR_MAINRE...