From fd498f8f31ff9428fa4c042337ac2fba895d4794 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <zhyinch@gmail.com> Date: 星期五, 01 十一月 2019 13:29:49 +0800 Subject: [PATCH] 实现10us精度基站与标签时间同步 --- 源码/核心板/MDK-ARM/Project.uvprojx | 40 +++++++++++++++++++++++++++++++++++----- 1 files changed, 35 insertions(+), 5 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 002abb2..0410b48 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" @@ -15,7 +15,7 @@ <TargetCommonOption> <Device>STM32F103C8</Device> <Vendor>STMicroelectronics</Vendor> - <PackID>Keil.STM32F1xx_DFP.2.1.0</PackID> + <PackID>Keil.STM32F1xx_DFP.2.2.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 +51,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> @@ -272,7 +272,7 @@ </OCR_RVCT3> <OCR_RVCT4> <Type>1</Type> - <StartAddress>0x8000000</StartAddress> + <StartAddress>0x8005000</StartAddress> <Size>0x10000</Size> </OCR_RVCT4> <OCR_RVCT5> @@ -324,8 +324,8 @@ <uSurpInc>0</uSurpInc> <uC99>1</uC99> <useXO>0</useXO> - <v6Lang>3</v6Lang> - <v6LangP>3</v6LangP> + <v6Lang>1</v6Lang> + <v6LangP>1</v6LangP> <vShortEn>1</vShortEn> <vShortWch>1</vShortWch> <v6Lto>0</v6Lto> @@ -383,6 +383,21 @@ <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> + </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> </Files> </Group> @@ -469,6 +484,21 @@ <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> <Group> -- Gitblit v1.9.3