From c8240d55741f0ed86099a0a8c616f4fc68372134 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期四, 25 十二月 2025 10:17:55 +0800
Subject: [PATCH] OTA功能测试完成,4G超时时间异常,出现4G中断情况,等杜工修改。
---
STM32H743/MDK-ARM/STM32H743.uvprojx | 27 +++++++++++++++++++++------
1 files changed, 21 insertions(+), 6 deletions(-)
diff --git a/STM32H743/MDK-ARM/STM32H743.uvprojx b/STM32H743/MDK-ARM/STM32H743.uvprojx
index 9ec12b5..249ea4a 100644
--- a/STM32H743/MDK-ARM/STM32H743.uvprojx
+++ b/STM32H743/MDK-ARM/STM32H743.uvprojx
@@ -132,7 +132,7 @@
<UseTargetDll>1</UseTargetDll>
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
- <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
<Capability>1</Capability>
<DriverSelection>4101</DriverSelection>
</Flash1>
@@ -189,7 +189,7 @@
<hadIRAM2>1</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
- <useUlib>0</useUlib>
+ <useUlib>1</useUlib>
<EndSel>0</EndSel>
<uLtcg>0</uLtcg>
<nSecure>0</nSecure>
@@ -206,7 +206,7 @@
<Ro2Chk>0</Ro2Chk>
<Ro3Chk>0</Ro3Chk>
<Ir1Chk>1</Ir1Chk>
- <Ir2Chk>1</Ir2Chk>
+ <Ir2Chk>0</Ir2Chk>
<Ra1Chk>0</Ra1Chk>
<Ra2Chk>0</Ra2Chk>
<Ra3Chk>0</Ra3Chk>
@@ -275,12 +275,12 @@
</OCR_RVCT3>
<OCR_RVCT4>
<Type>1</Type>
- <StartAddress>0x8000000</StartAddress>
- <Size>0x20000</Size>
+ <StartAddress>0x8040000</StartAddress>
+ <Size>0x40000</Size>
</OCR_RVCT4>
<OCR_RVCT5>
<Type>1</Type>
- <StartAddress>0x8040000</StartAddress>
+ <StartAddress>0x8000000</StartAddress>
<Size>0x40000</Size>
</OCR_RVCT5>
<OCR_RVCT6>
@@ -598,6 +598,16 @@
<FileType>1</FileType>
<FilePath>..\HAL\MCUFlash.c</FilePath>
</File>
+ <File>
+ <FileName>SoftCRC.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\HAL\SoftCRC.c</FilePath>
+ </File>
+ <File>
+ <FileName>BootMark.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\APL\BootMark.c</FilePath>
+ </File>
</Files>
</Group>
<Group>
@@ -890,6 +900,11 @@
<FileType>4</FileType>
<FilePath>..\HIDOLibrary\HIDOLibrary.lib</FilePath>
</File>
+ <File>
+ <FileName>HIDO_Timer.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\HIDOLibrary\HIDO_Timer.c</FilePath>
+ </File>
</Files>
</Group>
<Group>
--
Gitblit v1.10.0