From f953be595ef8c2d17c533405e26093b2049f469a Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期二, 25 十月 2022 16:36:41 +0800 Subject: [PATCH] 1.修改定位通讯标志位,不会和其他系统干扰。 2.2.需要配合定位基站V2.111使用 --- MDK-ARM/L051.uvoptx | 55 ++++++++++++++++++++++++++++++++++++++++++------------- 1 files changed, 42 insertions(+), 13 deletions(-) diff --git a/MDK-ARM/L051.uvoptx b/MDK-ARM/L051.uvoptx index 0b5ef65..15d4803 100644 --- a/MDK-ARM/L051.uvoptx +++ b/MDK-ARM/L051.uvoptx @@ -103,7 +103,7 @@ <bEvRecOn>1</bEvRecOn> <bSchkAxf>0</bSchkAxf> <bTchkAxf>0</bTchkAxf> - <nTsel>6</nTsel> + <nTsel>4</nTsel> <sDll></sDll> <sDllPa></sDllPa> <sDlgDll></sDlgDll> @@ -162,18 +162,18 @@ <Bp> <Number>0</Number> <Type>0</Type> - <LineNumber>1028</LineNumber> + <LineNumber>421</LineNumber> <EnabledFlag>1</EnabledFlag> - <Address>134258138</Address> + <Address>0</Address> <ByteObject>0</ByteObject> <HtxType>0</HtxType> <ManyObjects>0</ManyObjects> <SizeOfObject>0</SizeOfObject> <BreakByAccess>0</BreakByAccess> - <BreakIfRCount>1</BreakIfRCount> - <Filename>..\Src\application\dw_app.c</Filename> + <BreakIfRCount>0</BreakIfRCount> + <Filename>../Src/main.c</Filename> <ExecCommand></ExecCommand> - <Expression>\\L051\../Src/application/dw_app.c\1028</Expression> + <Expression></Expression> </Bp> </Breakpoint> <WatchWindow1> @@ -285,7 +285,7 @@ <Ww> <count>21</count> <WinNumber>1</WinNumber> - <ItemText>g_com_map,0x0A</ItemText> + <ItemText>g_com_map,0x10</ItemText> </Ww> <Ww> <count>22</count> @@ -316,6 +316,41 @@ <count>27</count> <WinNumber>1</WinNumber> <ItemText>tag_state</ItemText> + </Ww> + <Ww> + <count>28</count> + <WinNumber>1</WinNumber> + <ItemText>tag_state</ItemText> + </Ww> + <Ww> + <count>29</count> + <WinNumber>1</WinNumber> + <ItemText>minddist,0x0A</ItemText> + </Ww> + <Ww> + <count>30</count> + <WinNumber>1</WinNumber> + <ItemText>rx_buffer</ItemText> + </Ww> + <Ww> + <count>31</count> + <WinNumber>1</WinNumber> + <ItemText>tag_state</ItemText> + </Ww> + <Ww> + <count>32</count> + <WinNumber>1</WinNumber> + <ItemText>motor_keeptime</ItemText> + </Ww> + <Ww> + <count>33</count> + <WinNumber>1</WinNumber> + <ItemText>motor_keeptime</ItemText> + </Ww> + <Ww> + <count>34</count> + <WinNumber>1</WinNumber> + <ItemText>g_com_map</ItemText> </Ww> </WatchWindow1> <WatchWindow2> @@ -380,12 +415,6 @@ <pszMrulep></pszMrulep> <pSingCmdsp></pSingCmdsp> <pMultCmdsp></pMultCmdsp> - <SystemViewers> - <Entry> - <Name>System Viewer\GPIOB</Name> - <WinId>35905</WinId> - </Entry> - </SystemViewers> <DebugDescription> <Enable>1</Enable> <EnableFlashSeq>0</EnableFlashSeq> -- Gitblit v1.9.3