From f313a9ae0ed73b1343280de648b8a19e2d36983c Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期一, 24 二月 2025 10:00:56 +0800 Subject: [PATCH] 3.5,加入加速度计10s开机后重新初始化,发生硬件错误直接重启 --- MDK-ARM/STM32L071RB.uvprojx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MDK-ARM/STM32L071RB.uvprojx b/MDK-ARM/STM32L071RB.uvprojx index 707a944..c6466b8 100644 --- a/MDK-ARM/STM32L071RB.uvprojx +++ b/MDK-ARM/STM32L071RB.uvprojx @@ -132,9 +132,9 @@ <UseTargetDll>1</UseTargetDll> <UseExternalTool>0</UseExternalTool> <RunIndependent>0</RunIndependent> - <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging> + <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging> <Capability>1</Capability> - <DriverSelection>4103</DriverSelection> + <DriverSelection>4101</DriverSelection> </Flash1> <bUseTDR>1</bUseTDR> <Flash2>STLink\ST-LINKIII-KEIL_SWO.dll</Flash2> -- Gitblit v1.9.3