From ec51312d1b175c9eebe7a92e1cc15e4d0d120e64 Mon Sep 17 00:00:00 2001
From: zhangbo <zhangbo@qq.com>
Date: 星期二, 29 七月 2025 18:06:34 +0800
Subject: [PATCH] 修改can模块的通讯速率500k
---
源码/核心板/MDK-ARM/Project.uvprojx | 40 +++++++++++++++++++++++++++++++++-------
1 files changed, 33 insertions(+), 7 deletions(-)
diff --git "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/MDK-ARM/Project.uvprojx" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/MDK-ARM/Project.uvprojx"
index 3e19d91..c3205c5 100644
--- "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/MDK-ARM/Project.uvprojx"
+++ "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/MDK-ARM/Project.uvprojx"
@@ -10,7 +10,7 @@
<TargetName>STM32</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
- <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
+ <pCCUsed>5060750::V5.06 update 6 (build 750)::.\ARMCC</pCCUsed>
<uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
@@ -185,6 +185,7 @@
<uocXRam>0</uocXRam>
<RvdsVP>0</RvdsVP>
<RvdsMve>0</RvdsMve>
+ <RvdsCdeCp>0</RvdsCdeCp>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
@@ -351,7 +352,7 @@
<NoWarn>0</NoWarn>
<uSurpInc>0</uSurpInc>
<useXO>0</useXO>
- <uClangAs>0</uClangAs>
+ <ClangAsOpt>4</ClangAsOpt>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
@@ -383,11 +384,6 @@
<GroupName>App</GroupName>
<Files>
<File>
- <FileName>dw_app.c</FileName>
- <FileType>1</FileType>
- <FilePath>..\Src\application\dw_app.c</FilePath>
- </File>
- <File>
<FileName>serial_at_cmd_app.c</FileName>
<FileType>1</FileType>
<FilePath>..\Src\application\serial_at_cmd_app.c</FilePath>
@@ -401,6 +397,16 @@
<FileName>global_param.c</FileName>
<FileType>1</FileType>
<FilePath>..\Src\application\global_param.c</FilePath>
+ </File>
+ <File>
+ <FileName>dw_app.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\Src\application\dw_app.c</FilePath>
+ </File>
+ <File>
+ <FileName>modbus.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\Src\application\modbus.c</FilePath>
</File>
</Files>
</Group>
@@ -426,6 +432,11 @@
<FileName>filters.c</FileName>
<FileType>1</FileType>
<FilePath>..\Src\algorithm\filters.c</FilePath>
+ </File>
+ <File>
+ <FileName>TrackingDiff.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\Src\algorithm\TrackingDiff.c</FilePath>
</File>
</Files>
</Group>
@@ -654,4 +665,19 @@
<files/>
</RTE>
+ <LayerInfo>
+ <Layers>
+ <Layer>
+ <LayName><Project Info></LayName>
+ <LayDesc></LayDesc>
+ <LayUrl></LayUrl>
+ <LayKeys></LayKeys>
+ <LayCat></LayCat>
+ <LayLic></LayLic>
+ <LayTarg>0</LayTarg>
+ <LayPrjMark>1</LayPrjMark>
+ </Layer>
+ </Layers>
+ </LayerInfo>
+
</Project>
--
Gitblit v1.9.3