From 0f836996caf108e2fd32a0d7b34b0caf85883eae Mon Sep 17 00:00:00 2001 From: YunHorn Technology Date: Tue, 26 Mar 2024 12:33:16 +0800 Subject: [PATCH] error , recycling in every few seconds --- Core/Src/stm32_lpm_if.c | 1 - STM32CubeIDE/.cproject | 1 + STM32CubeIDE/.project | 2 +- STM32CubeIDE/.settings/stm32cubeide.project.prefs | 6 +++--- STM32CubeIDE/STM32WL55JCIX_FLASH.ld | 10 +++++----- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Core/Src/stm32_lpm_if.c b/Core/Src/stm32_lpm_if.c index 4ee647a..9e43577 100644 --- a/Core/Src/stm32_lpm_if.c +++ b/Core/Src/stm32_lpm_if.c @@ -97,7 +97,6 @@ void PWR_EnterStopMode(void) HAL_GPIO_WritePin(GPIOB, GPIO_PIN_All, GPIO_PIN_RESET); //HAL_GPIO_WritePin(GPIOC, GPIO_PIN_All, GPIO_PIN_RESET); HAL_GPIO_WritePin(GPIOA, GPIO_PIN_All, GPIO_PIN_RESET); - HAL_GPIO_DeInit(GPIOA,GPIO_PIN_0); HAL_SuspendTick(); /* Clear Status Flag before entering STOP/STANDBY Mode */ LL_PWR_ClearFlag_C1STOP_C1STB(); diff --git a/STM32CubeIDE/.cproject b/STM32CubeIDE/.cproject index 7e926ca..fa23d24 100644 --- a/STM32CubeIDE/.cproject +++ b/STM32CubeIDE/.cproject @@ -151,6 +151,7 @@ +