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 | 75 +++++++++++++++++++++++++++++++++---- 1 files changed, 67 insertions(+), 8 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 c4adbc4..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,12 +10,13 @@ <TargetName>STM32</TargetName> <ToolsetNumber>0x4</ToolsetNumber> <ToolsetName>ARM-ADS</ToolsetName> - <pCCUsed>5060422::V5.06 update 4 (build 422)::ARMCC</pCCUsed> + <pCCUsed>5060750::V5.06 update 6 (build 750)::.\ARMCC</pCCUsed> + <uAC6>0</uAC6> <TargetOption> <TargetCommonOption> <Device>STM32F103C8</Device> <Vendor>STMicroelectronics</Vendor> - <PackID>Keil.STM32F1xx_DFP.2.1.0</PackID> + <PackID>Keil.STM32F1xx_DFP.2.3.0</PackID> <PackURL>http://www.keil.com/pack/</PackURL> <Cpu>IRAM(0x20000000,0x5000) IROM(0x08000000,0x10000) CPUTYPE("Cortex-M3") CLOCK(12000000) ELITTLE</Cpu> <FlashUtilSpec></FlashUtilSpec> @@ -51,7 +52,7 @@ <OutputName>UWB_Projects</OutputName> <CreateExecutable>1</CreateExecutable> <CreateLib>0</CreateLib> - <CreateHexFile>0</CreateHexFile> + <CreateHexFile>1</CreateHexFile> <DebugInformation>1</DebugInformation> <BrowseInformation>1</BrowseInformation> <ListingPath>.\Listings\</ListingPath> @@ -183,6 +184,8 @@ <hadXRAM>0</hadXRAM> <uocXRam>0</uocXRam> <RvdsVP>0</RvdsVP> + <RvdsMve>0</RvdsMve> + <RvdsCdeCp>0</RvdsCdeCp> <hadIRAM2>0</hadIRAM2> <hadIROM2>0</hadIROM2> <StupSel>8</StupSel> @@ -272,7 +275,7 @@ </OCR_RVCT3> <OCR_RVCT4> <Type>1</Type> - <StartAddress>0x8000000</StartAddress> + <StartAddress>0x8005000</StartAddress> <Size>0x10000</Size> </OCR_RVCT4> <OCR_RVCT5> @@ -310,7 +313,7 @@ </ArmAdsMisc> <Cads> <interw>1</interw> - <Optim>4</Optim> + <Optim>1</Optim> <oTime>0</oTime> <SplitLS>0</SplitLS> <OneElfS>1</OneElfS> @@ -323,9 +326,10 @@ <uThumb>0</uThumb> <uSurpInc>0</uSurpInc> <uC99>1</uC99> + <uGnu>0</uGnu> <useXO>0</useXO> - <v6Lang>3</v6Lang> - <v6LangP>3</v6LangP> + <v6Lang>0</v6Lang> + <v6LangP>0</v6LangP> <vShortEn>1</vShortEn> <vShortWch>1</vShortWch> <v6Lto>0</v6Lto> @@ -348,7 +352,7 @@ <NoWarn>0</NoWarn> <uSurpInc>0</uSurpInc> <useXO>0</useXO> - <uClangAs>0</uClangAs> + <ClangAsOpt>4</ClangAsOpt> <VariousControls> <MiscControls></MiscControls> <Define></Define> @@ -380,9 +384,29 @@ <GroupName>App</GroupName> <Files> <File> + <FileName>serial_at_cmd_app.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\application\serial_at_cmd_app.c</FilePath> + </File> + <File> + <FileName>beep_logic_app.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\application\beep_logic_app.c</FilePath> + </File> + <File> + <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> @@ -408,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> @@ -468,6 +497,21 @@ <FileName>Rcc_Nvic_Systick.c</FileName> <FileType>1</FileType> <FilePath>..\Src\OnChipDevices\Rcc_Nvic_Systick.c</FilePath> + </File> + <File> + <FileName>RTC.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\OnChipDevices\RTC.c</FilePath> + </File> + <File> + <FileName>Flash.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\OnChipDevices\Flash.c</FilePath> + </File> + <File> + <FileName>ADC.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\OnChipDevices\ADC.c</FilePath> </File> </Files> </Group> @@ -621,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