User Activity

Hi Our custom board had some issues for STOP mode.Firstly, please see the following STOP mode code:(using GPIO EXTI to wake up MCU)HAL_PWREx_EnableFlashPowerDown(); HAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON, PWR_STOPENTRY_WFI); HAL_PWREx_Disable...