confirmed ExitStopMode lines.... keep this for 5uA, otherwise 9uA

This commit is contained in:
Yunhorn 2024-04-19 10:48:03 +08:00
parent 7f945f9fd3
commit 79352326e6
1 changed files with 2 additions and 2 deletions

View File

@ -125,11 +125,11 @@ void PWR_ExitStopMode(void)
SRAM ctrls, DMAx, DMAMux, AES, RNG, HSEM */
/* Resume not retained USARTx and DMA */
vcom_Resume();
vcom_Resume(); //not remove this... keep low power
/* USER CODE BEGIN ExitStopMode_2 */
MX_GPIO_Init();
MX_DMA_Init();
MX_I2C2_Init();
/* USER CODE END ExitStopMode_2 */
}