From 936f83f498976ac64276d2f9000189589a079d9a Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期二, 22 四月 2025 14:29:47 +0800 Subject: [PATCH] 3.6,加入静止标志位上传 --- MDK-ARM/STM32L071RB.uvprojx | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MDK-ARM/STM32L071RB.uvprojx b/MDK-ARM/STM32L071RB.uvprojx index 30e308b..b8b9b55 100644 --- a/MDK-ARM/STM32L071RB.uvprojx +++ b/MDK-ARM/STM32L071RB.uvprojx @@ -16,8 +16,8 @@ <TargetCommonOption> <Device>STM32L071RBTx</Device> <Vendor>STMicroelectronics</Vendor> - <PackID>Keil.STM32L0xx_DFP.2.3.0</PackID> - <PackURL>https://www.keil.com/pack/</PackURL> + <PackID>Keil.STM32L0xx_DFP.2.2.0</PackID> + <PackURL>http://www.keil.com/pack/</PackURL> <Cpu>IRAM(0x20000000-0x20004FFF) IROM(0x8000000-0x801FFFF) CLOCK(8000000) CPUTYPE("Cortex-M0+")</Cpu> <FlashUtilSpec></FlashUtilSpec> <StartupFile></StartupFile> @@ -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