From 57fe70bb5ba71906468f6d645d918e9d74bd515e Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期二, 08 四月 2025 11:25:35 +0800 Subject: [PATCH] 2.58,修复休眠高功耗问题 --- MDK-ARM/L051.uvprojx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MDK-ARM/L051.uvprojx b/MDK-ARM/L051.uvprojx index cfc3749..c7829fb 100644 --- a/MDK-ARM/L051.uvprojx +++ b/MDK-ARM/L051.uvprojx @@ -132,9 +132,9 @@ <UseTargetDll>1</UseTargetDll> <UseExternalTool>0</UseExternalTool> <RunIndependent>0</RunIndependent> - <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging> + <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging> <Capability>1</Capability> - <DriverSelection>4101</DriverSelection> + <DriverSelection>4100</DriverSelection> </Flash1> <bUseTDR>1</bUseTDR> <Flash2>STLink\ST-LINKIII-KEIL_SWO.dll</Flash2> -- Gitblit v1.9.3