From 892acae1773cb8b90691b4f1ebb828fbd9142e91 Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期一, 06 一月 2020 20:14:40 +0800 Subject: [PATCH] 增加check UID校验 --- 源码/核心板/MDK-ARM/Project.uvprojx | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 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 1dee79b..c0cd143 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" @@ -50,7 +50,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> @@ -84,6 +84,8 @@ <UserProg2Name></UserProg2Name> <UserProg1Dos16Mode>0</UserProg1Dos16Mode> <UserProg2Dos16Mode>0</UserProg2Dos16Mode> + <nStopA1X>0</nStopA1X> + <nStopA2X>0</nStopA2X> </AfterMake> <SelectedForBatchBuild>0</SelectedForBatchBuild> <SVCSIdString></SVCSIdString> @@ -309,7 +311,7 @@ </OCR_RVCT3> <OCR_RVCT4> <Type>1</Type> - <StartAddress>0x8000000</StartAddress> + <StartAddress>0x8005000</StartAddress> <Size>0x10000</Size> </OCR_RVCT4> <OCR_RVCT5> @@ -361,6 +363,8 @@ <uSurpInc>0</uSurpInc> <uC99>1</uC99> <useXO>0</useXO> + <v6Lang>0</v6Lang> + <v6LangP>0</v6LangP> <VariousControls> <MiscControls></MiscControls> <Define>USE_STDPERIPH_DRIVER,__CC_ARM</Define> @@ -428,6 +432,11 @@ <FileType>1</FileType> <FilePath>..\Src\application\global_param.c</FilePath> </File> + <File> + <FileName>modbus.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\application\modbus.c</FilePath> + </File> </Files> </Group> <Group> @@ -453,6 +462,11 @@ <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> <Group> -- Gitblit v1.9.3