mini7_V2.uvoptx 41 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331
  1. <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  2. <ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
  3. <SchemaVersion>1.0</SchemaVersion>
  4. <Header>### uVision Project, (C) Keil Software</Header>
  5. <Extensions>
  6. <cExt>*.c</cExt>
  7. <aExt>*.s*; *.src; *.a*</aExt>
  8. <oExt>*.obj; *.o</oExt>
  9. <lExt>*.lib</lExt>
  10. <tExt>*.txt; *.h; *.inc</tExt>
  11. <pExt>*.plm</pExt>
  12. <CppX>*.cpp</CppX>
  13. <nMigrate>0</nMigrate>
  14. </Extensions>
  15. <DaveTm>
  16. <dwLowDateTime>0</dwLowDateTime>
  17. <dwHighDateTime>0</dwHighDateTime>
  18. </DaveTm>
  19. <Target>
  20. <TargetName>mini7_V2</TargetName>
  21. <ToolsetNumber>0x4</ToolsetNumber>
  22. <ToolsetName>ARM-ADS</ToolsetName>
  23. <TargetOption>
  24. <CLKADS>8000000</CLKADS>
  25. <OPTTT>
  26. <gFlags>1</gFlags>
  27. <BeepAtEnd>1</BeepAtEnd>
  28. <RunSim>0</RunSim>
  29. <RunTarget>1</RunTarget>
  30. <RunAbUc>0</RunAbUc>
  31. </OPTTT>
  32. <OPTHX>
  33. <HexSelection>1</HexSelection>
  34. <FlashByte>65535</FlashByte>
  35. <HexRangeLowAddress>0</HexRangeLowAddress>
  36. <HexRangeHighAddress>0</HexRangeHighAddress>
  37. <HexOffset>0</HexOffset>
  38. </OPTHX>
  39. <OPTLEX>
  40. <PageWidth>79</PageWidth>
  41. <PageLength>66</PageLength>
  42. <TabStop>8</TabStop>
  43. <ListingPath></ListingPath>
  44. </OPTLEX>
  45. <ListingPage>
  46. <CreateCListing>1</CreateCListing>
  47. <CreateAListing>1</CreateAListing>
  48. <CreateLListing>1</CreateLListing>
  49. <CreateIListing>0</CreateIListing>
  50. <AsmCond>1</AsmCond>
  51. <AsmSymb>1</AsmSymb>
  52. <AsmXref>0</AsmXref>
  53. <CCond>1</CCond>
  54. <CCode>0</CCode>
  55. <CListInc>0</CListInc>
  56. <CSymb>0</CSymb>
  57. <LinkerCodeListing>0</LinkerCodeListing>
  58. </ListingPage>
  59. <OPTXL>
  60. <LMap>1</LMap>
  61. <LComments>1</LComments>
  62. <LGenerateSymbols>1</LGenerateSymbols>
  63. <LLibSym>1</LLibSym>
  64. <LLines>1</LLines>
  65. <LLocSym>1</LLocSym>
  66. <LPubSym>1</LPubSym>
  67. <LXref>0</LXref>
  68. <LExpSel>0</LExpSel>
  69. </OPTXL>
  70. <OPTFL>
  71. <tvExp>1</tvExp>
  72. <tvExpOptDlg>0</tvExpOptDlg>
  73. <IsCurrentTarget>1</IsCurrentTarget>
  74. </OPTFL>
  75. <CpuCode>18</CpuCode>
  76. <DebugOpt>
  77. <uSim>0</uSim>
  78. <uTrg>1</uTrg>
  79. <sLdApp>1</sLdApp>
  80. <sGomain>1</sGomain>
  81. <sRbreak>1</sRbreak>
  82. <sRwatch>1</sRwatch>
  83. <sRmem>1</sRmem>
  84. <sRfunc>1</sRfunc>
  85. <sRbox>1</sRbox>
  86. <tLdApp>1</tLdApp>
  87. <tGomain>1</tGomain>
  88. <tRbreak>1</tRbreak>
  89. <tRwatch>1</tRwatch>
  90. <tRmem>1</tRmem>
  91. <tRfunc>1</tRfunc>
  92. <tRbox>1</tRbox>
  93. <tRtrace>1</tRtrace>
  94. <sRSysVw>1</sRSysVw>
  95. <tRSysVw>1</tRSysVw>
  96. <sRunDeb>0</sRunDeb>
  97. <sLrtime>0</sLrtime>
  98. <bEvRecOn>1</bEvRecOn>
  99. <bSchkAxf>0</bSchkAxf>
  100. <bTchkAxf>0</bTchkAxf>
  101. <nTsel>6</nTsel>
  102. <sDll></sDll>
  103. <sDllPa></sDllPa>
  104. <sDlgDll></sDlgDll>
  105. <sDlgPa></sDlgPa>
  106. <sIfile></sIfile>
  107. <tDll></tDll>
  108. <tDllPa></tDllPa>
  109. <tDlgDll></tDlgDll>
  110. <tDlgPa></tDlgPa>
  111. <tIfile></tIfile>
  112. <pMon>STLink\ST-LINKIII-KEIL_SWO.dll</pMon>
  113. </DebugOpt>
  114. <TargetDriverDllRegistry>
  115. <SetRegEntry>
  116. <Number>0</Number>
  117. <Key>ARMRTXEVENTFLAGS</Key>
  118. <Name>-L70 -Z18 -C0 -M0 -T1</Name>
  119. </SetRegEntry>
  120. <SetRegEntry>
  121. <Number>0</Number>
  122. <Key>DLGTARM</Key>
  123. <Name>(1010=76,112,526,669,0)(1007=106,145,293,420,0)(1008=91,129,467,365,0)(1009=121,161,379,749,0)</Name>
  124. </SetRegEntry>
  125. <SetRegEntry>
  126. <Number>0</Number>
  127. <Key>ARMDBGFLAGS</Key>
  128. <Name></Name>
  129. </SetRegEntry>
  130. <SetRegEntry>
  131. <Number>0</Number>
  132. <Key>DLGUARM</Key>
  133. <Name>(105=-1,-1,-1,-1,0)</Name>
  134. </SetRegEntry>
  135. <SetRegEntry>
  136. <Number>0</Number>
  137. <Key>UL2CM3</Key>
  138. <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F10x_512 -FS08000000 -FL080000 -FP0($$Device:STM32F103RE$Flash\STM32F10x_512.FLM))</Name>
  139. </SetRegEntry>
  140. <SetRegEntry>
  141. <Number>0</Number>
  142. <Key>ST-LINKIII-KEIL_SWO</Key>
  143. <Name>-U-O142 -O2254 -SF4000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP") -D00(1BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC800 -FN1 -FF0STM32F10x_512.FLM -FS08000000 -FL080000 -FP0($$Device:STM32F103RE$Flash\STM32F10x_512.FLM)</Name>
  144. </SetRegEntry>
  145. </TargetDriverDllRegistry>
  146. <Breakpoint>
  147. <Bp>
  148. <Number>0</Number>
  149. <Type>0</Type>
  150. <LineNumber>547</LineNumber>
  151. <EnabledFlag>1</EnabledFlag>
  152. <Address>134321222</Address>
  153. <ByteObject>0</ByteObject>
  154. <HtxType>0</HtxType>
  155. <ManyObjects>0</ManyObjects>
  156. <SizeOfObject>0</SizeOfObject>
  157. <BreakByAccess>0</BreakByAccess>
  158. <BreakIfRCount>1</BreakIfRCount>
  159. <Filename>..\DriverInterface\ESP32_WROOM_32D.c</Filename>
  160. <ExecCommand></ExecCommand>
  161. <Expression>\\mini7_V2\../DriverInterface/ESP32_WROOM_32D.c\547</Expression>
  162. </Bp>
  163. <Bp>
  164. <Number>1</Number>
  165. <Type>0</Type>
  166. <LineNumber>167</LineNumber>
  167. <EnabledFlag>1</EnabledFlag>
  168. <Address>134341732</Address>
  169. <ByteObject>0</ByteObject>
  170. <HtxType>0</HtxType>
  171. <ManyObjects>0</ManyObjects>
  172. <SizeOfObject>0</SizeOfObject>
  173. <BreakByAccess>0</BreakByAccess>
  174. <BreakIfRCount>1</BreakIfRCount>
  175. <Filename>..\DriverInterface\van_BSP_Scanner.c</Filename>
  176. <ExecCommand></ExecCommand>
  177. <Expression>\\mini7_V2\../DriverInterface/van_BSP_Scanner.c\167</Expression>
  178. </Bp>
  179. <Bp>
  180. <Number>2</Number>
  181. <Type>0</Type>
  182. <LineNumber>303</LineNumber>
  183. <EnabledFlag>1</EnabledFlag>
  184. <Address>0</Address>
  185. <ByteObject>0</ByteObject>
  186. <HtxType>0</HtxType>
  187. <ManyObjects>0</ManyObjects>
  188. <SizeOfObject>0</SizeOfObject>
  189. <BreakByAccess>0</BreakByAccess>
  190. <BreakIfRCount>0</BreakIfRCount>
  191. <Filename>..\DriverInterface\usr_motor.c</Filename>
  192. <ExecCommand></ExecCommand>
  193. <Expression></Expression>
  194. </Bp>
  195. <Bp>
  196. <Number>3</Number>
  197. <Type>0</Type>
  198. <LineNumber>510</LineNumber>
  199. <EnabledFlag>1</EnabledFlag>
  200. <Address>0</Address>
  201. <ByteObject>0</ByteObject>
  202. <HtxType>0</HtxType>
  203. <ManyObjects>0</ManyObjects>
  204. <SizeOfObject>0</SizeOfObject>
  205. <BreakByAccess>0</BreakByAccess>
  206. <BreakIfRCount>0</BreakIfRCount>
  207. <Filename>..\DriverInterface\usr_motor.c</Filename>
  208. <ExecCommand></ExecCommand>
  209. <Expression></Expression>
  210. </Bp>
  211. </Breakpoint>
  212. <WatchWindow1>
  213. <Ww>
  214. <count>0</count>
  215. <WinNumber>1</WinNumber>
  216. <ItemText>ADC1_Converted_Value[i*2+ch]</ItemText>
  217. </Ww>
  218. <Ww>
  219. <count>1</count>
  220. <WinNumber>1</WinNumber>
  221. <ItemText>g_cmd_rx_buf</ItemText>
  222. </Ww>
  223. <Ww>
  224. <count>2</count>
  225. <WinNumber>1</WinNumber>
  226. <ItemText>g_wifi_rx_last</ItemText>
  227. </Ww>
  228. <Ww>
  229. <count>3</count>
  230. <WinNumber>1</WinNumber>
  231. <ItemText>g_wifi_rx_head</ItemText>
  232. </Ww>
  233. <Ww>
  234. <count>4</count>
  235. <WinNumber>1</WinNumber>
  236. <ItemText>MAC_ADDR</ItemText>
  237. </Ww>
  238. <Ww>
  239. <count>5</count>
  240. <WinNumber>1</WinNumber>
  241. <ItemText>g_wifi_rx_buf</ItemText>
  242. </Ww>
  243. <Ww>
  244. <count>6</count>
  245. <WinNumber>1</WinNumber>
  246. <ItemText>cmd_rx_header</ItemText>
  247. </Ww>
  248. <Ww>
  249. <count>7</count>
  250. <WinNumber>1</WinNumber>
  251. <ItemText>sysinf</ItemText>
  252. </Ww>
  253. <Ww>
  254. <count>8</count>
  255. <WinNumber>1</WinNumber>
  256. <ItemText>g_cmd_rx_buf</ItemText>
  257. </Ww>
  258. <Ww>
  259. <count>9</count>
  260. <WinNumber>1</WinNumber>
  261. <ItemText>wifi_set_ssid</ItemText>
  262. </Ww>
  263. </WatchWindow1>
  264. <WatchWindow2>
  265. <Ww>
  266. <count>0</count>
  267. <WinNumber>2</WinNumber>
  268. <ItemText>DeviceNum</ItemText>
  269. </Ww>
  270. </WatchWindow2>
  271. <MemoryWindow1>
  272. <Mm>
  273. <WinNumber>1</WinNumber>
  274. <SubType>0</SubType>
  275. <ItemText>0x0807f800</ItemText>
  276. <AccSizeX>0</AccSizeX>
  277. </Mm>
  278. </MemoryWindow1>
  279. <Tracepoint>
  280. <THDelay>0</THDelay>
  281. </Tracepoint>
  282. <DebugFlag>
  283. <trace>0</trace>
  284. <periodic>1</periodic>
  285. <aLwin>1</aLwin>
  286. <aCover>0</aCover>
  287. <aSer1>0</aSer1>
  288. <aSer2>0</aSer2>
  289. <aPa>0</aPa>
  290. <viewmode>1</viewmode>
  291. <vrSel>0</vrSel>
  292. <aSym>0</aSym>
  293. <aTbox>0</aTbox>
  294. <AscS1>0</AscS1>
  295. <AscS2>0</AscS2>
  296. <AscS3>0</AscS3>
  297. <aSer3>0</aSer3>
  298. <eProf>0</eProf>
  299. <aLa>0</aLa>
  300. <aPa1>0</aPa1>
  301. <AscS4>0</AscS4>
  302. <aSer4>0</aSer4>
  303. <StkLoc>1</StkLoc>
  304. <TrcWin>0</TrcWin>
  305. <newCpu>0</newCpu>
  306. <uProt>0</uProt>
  307. </DebugFlag>
  308. <LintExecutable></LintExecutable>
  309. <LintConfigFile></LintConfigFile>
  310. <bLintAuto>0</bLintAuto>
  311. <bAutoGenD>0</bAutoGenD>
  312. <LntExFlags>0</LntExFlags>
  313. <pMisraName></pMisraName>
  314. <pszMrule></pszMrule>
  315. <pSingCmds></pSingCmds>
  316. <pMultCmds></pMultCmds>
  317. <pMisraNamep></pMisraNamep>
  318. <pszMrulep></pszMrulep>
  319. <pSingCmdsp></pSingCmdsp>
  320. <pMultCmdsp></pMultCmdsp>
  321. <SystemViewers>
  322. <Entry>
  323. <Name>System Viewer\GPIOA</Name>
  324. <WinId>35904</WinId>
  325. </Entry>
  326. <Entry>
  327. <Name>System Viewer\GPIOC</Name>
  328. <WinId>35905</WinId>
  329. </Entry>
  330. </SystemViewers>
  331. <DebugDescription>
  332. <Enable>1</Enable>
  333. <EnableFlashSeq>1</EnableFlashSeq>
  334. <EnableLog>0</EnableLog>
  335. <Protocol>2</Protocol>
  336. <DbgClock>10000000</DbgClock>
  337. </DebugDescription>
  338. </TargetOption>
  339. </Target>
  340. <Target>
  341. <TargetName>mini7_V2_debug</TargetName>
  342. <ToolsetNumber>0x4</ToolsetNumber>
  343. <ToolsetName>ARM-ADS</ToolsetName>
  344. <TargetOption>
  345. <CLKADS>8000000</CLKADS>
  346. <OPTTT>
  347. <gFlags>1</gFlags>
  348. <BeepAtEnd>1</BeepAtEnd>
  349. <RunSim>0</RunSim>
  350. <RunTarget>1</RunTarget>
  351. <RunAbUc>0</RunAbUc>
  352. </OPTTT>
  353. <OPTHX>
  354. <HexSelection>1</HexSelection>
  355. <FlashByte>65535</FlashByte>
  356. <HexRangeLowAddress>0</HexRangeLowAddress>
  357. <HexRangeHighAddress>0</HexRangeHighAddress>
  358. <HexOffset>0</HexOffset>
  359. </OPTHX>
  360. <OPTLEX>
  361. <PageWidth>79</PageWidth>
  362. <PageLength>66</PageLength>
  363. <TabStop>8</TabStop>
  364. <ListingPath></ListingPath>
  365. </OPTLEX>
  366. <ListingPage>
  367. <CreateCListing>1</CreateCListing>
  368. <CreateAListing>1</CreateAListing>
  369. <CreateLListing>1</CreateLListing>
  370. <CreateIListing>0</CreateIListing>
  371. <AsmCond>1</AsmCond>
  372. <AsmSymb>1</AsmSymb>
  373. <AsmXref>0</AsmXref>
  374. <CCond>1</CCond>
  375. <CCode>0</CCode>
  376. <CListInc>0</CListInc>
  377. <CSymb>0</CSymb>
  378. <LinkerCodeListing>0</LinkerCodeListing>
  379. </ListingPage>
  380. <OPTXL>
  381. <LMap>1</LMap>
  382. <LComments>1</LComments>
  383. <LGenerateSymbols>1</LGenerateSymbols>
  384. <LLibSym>1</LLibSym>
  385. <LLines>1</LLines>
  386. <LLocSym>1</LLocSym>
  387. <LPubSym>1</LPubSym>
  388. <LXref>0</LXref>
  389. <LExpSel>0</LExpSel>
  390. </OPTXL>
  391. <OPTFL>
  392. <tvExp>1</tvExp>
  393. <tvExpOptDlg>0</tvExpOptDlg>
  394. <IsCurrentTarget>0</IsCurrentTarget>
  395. </OPTFL>
  396. <CpuCode>18</CpuCode>
  397. <DebugOpt>
  398. <uSim>0</uSim>
  399. <uTrg>1</uTrg>
  400. <sLdApp>1</sLdApp>
  401. <sGomain>1</sGomain>
  402. <sRbreak>1</sRbreak>
  403. <sRwatch>1</sRwatch>
  404. <sRmem>1</sRmem>
  405. <sRfunc>1</sRfunc>
  406. <sRbox>1</sRbox>
  407. <tLdApp>1</tLdApp>
  408. <tGomain>1</tGomain>
  409. <tRbreak>1</tRbreak>
  410. <tRwatch>1</tRwatch>
  411. <tRmem>1</tRmem>
  412. <tRfunc>1</tRfunc>
  413. <tRbox>1</tRbox>
  414. <tRtrace>1</tRtrace>
  415. <sRSysVw>1</sRSysVw>
  416. <tRSysVw>1</tRSysVw>
  417. <sRunDeb>0</sRunDeb>
  418. <sLrtime>0</sLrtime>
  419. <bEvRecOn>1</bEvRecOn>
  420. <bSchkAxf>0</bSchkAxf>
  421. <bTchkAxf>0</bTchkAxf>
  422. <nTsel>6</nTsel>
  423. <sDll></sDll>
  424. <sDllPa></sDllPa>
  425. <sDlgDll></sDlgDll>
  426. <sDlgPa></sDlgPa>
  427. <sIfile></sIfile>
  428. <tDll></tDll>
  429. <tDllPa></tDllPa>
  430. <tDlgDll></tDlgDll>
  431. <tDlgPa></tDlgPa>
  432. <tIfile></tIfile>
  433. <pMon>STLink\ST-LINKIII-KEIL_SWO.dll</pMon>
  434. </DebugOpt>
  435. <TargetDriverDllRegistry>
  436. <SetRegEntry>
  437. <Number>0</Number>
  438. <Key>ARMRTXEVENTFLAGS</Key>
  439. <Name>-L70 -Z18 -C0 -M0 -T1</Name>
  440. </SetRegEntry>
  441. <SetRegEntry>
  442. <Number>0</Number>
  443. <Key>DLGTARM</Key>
  444. <Name>(1010=76,112,526,669,0)(1007=106,145,293,420,0)(1008=91,129,467,365,0)(1009=121,161,379,749,0)</Name>
  445. </SetRegEntry>
  446. <SetRegEntry>
  447. <Number>0</Number>
  448. <Key>ARMDBGFLAGS</Key>
  449. <Name></Name>
  450. </SetRegEntry>
  451. <SetRegEntry>
  452. <Number>0</Number>
  453. <Key>DLGUARM</Key>
  454. <Name>(105=-1,-1,-1,-1,0)</Name>
  455. </SetRegEntry>
  456. <SetRegEntry>
  457. <Number>0</Number>
  458. <Key>UL2CM3</Key>
  459. <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F10x_512 -FS08000000 -FL080000 -FP0($$Device:STM32F103RE$Flash\STM32F10x_512.FLM))</Name>
  460. </SetRegEntry>
  461. <SetRegEntry>
  462. <Number>0</Number>
  463. <Key>ST-LINKIII-KEIL_SWO</Key>
  464. <Name>-U-O142 -O2254 -SF4000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP") -D00(1BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC800 -FN1 -FF0STM32F10x_512.FLM -FS08000000 -FL080000 -FP0($$Device:STM32F103RE$Flash\STM32F10x_512.FLM)</Name>
  465. </SetRegEntry>
  466. </TargetDriverDllRegistry>
  467. <Breakpoint>
  468. <Bp>
  469. <Number>0</Number>
  470. <Type>0</Type>
  471. <LineNumber>167</LineNumber>
  472. <EnabledFlag>1</EnabledFlag>
  473. <Address>134275948</Address>
  474. <ByteObject>0</ByteObject>
  475. <HtxType>0</HtxType>
  476. <ManyObjects>0</ManyObjects>
  477. <SizeOfObject>0</SizeOfObject>
  478. <BreakByAccess>0</BreakByAccess>
  479. <BreakIfRCount>1</BreakIfRCount>
  480. <Filename>..\DriverInterface\van_BSP_Scanner.c</Filename>
  481. <ExecCommand></ExecCommand>
  482. <Expression>\\mini7_V2\../DriverInterface/van_BSP_Scanner.c\167</Expression>
  483. </Bp>
  484. <Bp>
  485. <Number>1</Number>
  486. <Type>0</Type>
  487. <LineNumber>303</LineNumber>
  488. <EnabledFlag>1</EnabledFlag>
  489. <Address>134247580</Address>
  490. <ByteObject>0</ByteObject>
  491. <HtxType>0</HtxType>
  492. <ManyObjects>0</ManyObjects>
  493. <SizeOfObject>0</SizeOfObject>
  494. <BreakByAccess>0</BreakByAccess>
  495. <BreakIfRCount>1</BreakIfRCount>
  496. <Filename>..\DriverInterface\usr_motor.c</Filename>
  497. <ExecCommand></ExecCommand>
  498. <Expression>\\mini7_V2\../DriverInterface/usr_motor.c\303</Expression>
  499. </Bp>
  500. <Bp>
  501. <Number>2</Number>
  502. <Type>0</Type>
  503. <LineNumber>510</LineNumber>
  504. <EnabledFlag>1</EnabledFlag>
  505. <Address>134246142</Address>
  506. <ByteObject>0</ByteObject>
  507. <HtxType>0</HtxType>
  508. <ManyObjects>0</ManyObjects>
  509. <SizeOfObject>0</SizeOfObject>
  510. <BreakByAccess>0</BreakByAccess>
  511. <BreakIfRCount>1</BreakIfRCount>
  512. <Filename>..\DriverInterface\usr_motor.c</Filename>
  513. <ExecCommand></ExecCommand>
  514. <Expression>\\mini7_V2\../DriverInterface/usr_motor.c\510</Expression>
  515. </Bp>
  516. </Breakpoint>
  517. <WatchWindow1>
  518. <Ww>
  519. <count>0</count>
  520. <WinNumber>1</WinNumber>
  521. <ItemText>ADC1_Converted_Value[i*2+ch]</ItemText>
  522. </Ww>
  523. <Ww>
  524. <count>1</count>
  525. <WinNumber>1</WinNumber>
  526. <ItemText>g_cmd_rx_buf</ItemText>
  527. </Ww>
  528. <Ww>
  529. <count>2</count>
  530. <WinNumber>1</WinNumber>
  531. <ItemText>g_wifi_rx_last</ItemText>
  532. </Ww>
  533. <Ww>
  534. <count>3</count>
  535. <WinNumber>1</WinNumber>
  536. <ItemText>g_wifi_rx_head</ItemText>
  537. </Ww>
  538. <Ww>
  539. <count>4</count>
  540. <WinNumber>1</WinNumber>
  541. <ItemText>MAC_ADDR</ItemText>
  542. </Ww>
  543. <Ww>
  544. <count>5</count>
  545. <WinNumber>1</WinNumber>
  546. <ItemText>g_wifi_rx_buf</ItemText>
  547. </Ww>
  548. <Ww>
  549. <count>6</count>
  550. <WinNumber>1</WinNumber>
  551. <ItemText>cmd_rx_header</ItemText>
  552. </Ww>
  553. <Ww>
  554. <count>7</count>
  555. <WinNumber>1</WinNumber>
  556. <ItemText>sysinf</ItemText>
  557. </Ww>
  558. <Ww>
  559. <count>8</count>
  560. <WinNumber>1</WinNumber>
  561. <ItemText>g_cmd_rx_buf</ItemText>
  562. </Ww>
  563. <Ww>
  564. <count>9</count>
  565. <WinNumber>1</WinNumber>
  566. <ItemText>wifi_set_ssid</ItemText>
  567. </Ww>
  568. <Ww>
  569. <count>10</count>
  570. <WinNumber>1</WinNumber>
  571. <ItemText>timerBuf</ItemText>
  572. </Ww>
  573. </WatchWindow1>
  574. <WatchWindow2>
  575. <Ww>
  576. <count>0</count>
  577. <WinNumber>2</WinNumber>
  578. <ItemText>error_info</ItemText>
  579. </Ww>
  580. <Ww>
  581. <count>1</count>
  582. <WinNumber>2</WinNumber>
  583. <ItemText>wifi_tx_buf</ItemText>
  584. </Ww>
  585. <Ww>
  586. <count>2</count>
  587. <WinNumber>2</WinNumber>
  588. <ItemText>wifi_tx_len</ItemText>
  589. </Ww>
  590. <Ww>
  591. <count>3</count>
  592. <WinNumber>2</WinNumber>
  593. <ItemText>g_uart2_rx_buf</ItemText>
  594. </Ww>
  595. <Ww>
  596. <count>4</count>
  597. <WinNumber>2</WinNumber>
  598. <ItemText>sysinf</ItemText>
  599. </Ww>
  600. </WatchWindow2>
  601. <MemoryWindow1>
  602. <Mm>
  603. <WinNumber>1</WinNumber>
  604. <SubType>0</SubType>
  605. <ItemText>0x0807f800</ItemText>
  606. <AccSizeX>0</AccSizeX>
  607. </Mm>
  608. </MemoryWindow1>
  609. <Tracepoint>
  610. <THDelay>0</THDelay>
  611. </Tracepoint>
  612. <DebugFlag>
  613. <trace>0</trace>
  614. <periodic>1</periodic>
  615. <aLwin>1</aLwin>
  616. <aCover>0</aCover>
  617. <aSer1>0</aSer1>
  618. <aSer2>0</aSer2>
  619. <aPa>0</aPa>
  620. <viewmode>1</viewmode>
  621. <vrSel>0</vrSel>
  622. <aSym>0</aSym>
  623. <aTbox>0</aTbox>
  624. <AscS1>0</AscS1>
  625. <AscS2>0</AscS2>
  626. <AscS3>0</AscS3>
  627. <aSer3>0</aSer3>
  628. <eProf>0</eProf>
  629. <aLa>0</aLa>
  630. <aPa1>0</aPa1>
  631. <AscS4>0</AscS4>
  632. <aSer4>0</aSer4>
  633. <StkLoc>1</StkLoc>
  634. <TrcWin>0</TrcWin>
  635. <newCpu>0</newCpu>
  636. <uProt>0</uProt>
  637. </DebugFlag>
  638. <LintExecutable></LintExecutable>
  639. <LintConfigFile></LintConfigFile>
  640. <bLintAuto>0</bLintAuto>
  641. <bAutoGenD>0</bAutoGenD>
  642. <LntExFlags>0</LntExFlags>
  643. <pMisraName></pMisraName>
  644. <pszMrule></pszMrule>
  645. <pSingCmds></pSingCmds>
  646. <pMultCmds></pMultCmds>
  647. <pMisraNamep></pMisraNamep>
  648. <pszMrulep></pszMrulep>
  649. <pSingCmdsp></pSingCmdsp>
  650. <pMultCmdsp></pMultCmdsp>
  651. <DebugDescription>
  652. <Enable>1</Enable>
  653. <EnableFlashSeq>1</EnableFlashSeq>
  654. <EnableLog>0</EnableLog>
  655. <Protocol>2</Protocol>
  656. <DbgClock>10000000</DbgClock>
  657. </DebugDescription>
  658. </TargetOption>
  659. </Target>
  660. <Group>
  661. <GroupName>Application/MDK-ARM</GroupName>
  662. <tvExp>1</tvExp>
  663. <tvExpOptDlg>0</tvExpOptDlg>
  664. <cbSel>0</cbSel>
  665. <RteFlg>0</RteFlg>
  666. <File>
  667. <GroupNumber>1</GroupNumber>
  668. <FileNumber>1</FileNumber>
  669. <FileType>2</FileType>
  670. <tvExp>0</tvExp>
  671. <tvExpOptDlg>0</tvExpOptDlg>
  672. <bDave2>0</bDave2>
  673. <PathWithFileName>startup_stm32f103xe.s</PathWithFileName>
  674. <FilenameWithoutPath>startup_stm32f103xe.s</FilenameWithoutPath>
  675. <RteFlg>0</RteFlg>
  676. <bShared>0</bShared>
  677. </File>
  678. </Group>
  679. <Group>
  680. <GroupName>Application/User/Core</GroupName>
  681. <tvExp>1</tvExp>
  682. <tvExpOptDlg>0</tvExpOptDlg>
  683. <cbSel>0</cbSel>
  684. <RteFlg>0</RteFlg>
  685. <File>
  686. <GroupNumber>2</GroupNumber>
  687. <FileNumber>2</FileNumber>
  688. <FileType>1</FileType>
  689. <tvExp>0</tvExp>
  690. <tvExpOptDlg>0</tvExpOptDlg>
  691. <bDave2>0</bDave2>
  692. <PathWithFileName>../Core/Src/main.c</PathWithFileName>
  693. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  694. <RteFlg>0</RteFlg>
  695. <bShared>0</bShared>
  696. </File>
  697. <File>
  698. <GroupNumber>2</GroupNumber>
  699. <FileNumber>3</FileNumber>
  700. <FileType>1</FileType>
  701. <tvExp>0</tvExp>
  702. <tvExpOptDlg>0</tvExpOptDlg>
  703. <bDave2>0</bDave2>
  704. <PathWithFileName>../Core/Src/gpio.c</PathWithFileName>
  705. <FilenameWithoutPath>gpio.c</FilenameWithoutPath>
  706. <RteFlg>0</RteFlg>
  707. <bShared>0</bShared>
  708. </File>
  709. <File>
  710. <GroupNumber>2</GroupNumber>
  711. <FileNumber>4</FileNumber>
  712. <FileType>1</FileType>
  713. <tvExp>0</tvExp>
  714. <tvExpOptDlg>0</tvExpOptDlg>
  715. <bDave2>0</bDave2>
  716. <PathWithFileName>../Core/Src/adc.c</PathWithFileName>
  717. <FilenameWithoutPath>adc.c</FilenameWithoutPath>
  718. <RteFlg>0</RteFlg>
  719. <bShared>0</bShared>
  720. </File>
  721. <File>
  722. <GroupNumber>2</GroupNumber>
  723. <FileNumber>5</FileNumber>
  724. <FileType>1</FileType>
  725. <tvExp>0</tvExp>
  726. <tvExpOptDlg>0</tvExpOptDlg>
  727. <bDave2>0</bDave2>
  728. <PathWithFileName>../Core/Src/dma.c</PathWithFileName>
  729. <FilenameWithoutPath>dma.c</FilenameWithoutPath>
  730. <RteFlg>0</RteFlg>
  731. <bShared>0</bShared>
  732. </File>
  733. <File>
  734. <GroupNumber>2</GroupNumber>
  735. <FileNumber>6</FileNumber>
  736. <FileType>1</FileType>
  737. <tvExp>0</tvExp>
  738. <tvExpOptDlg>0</tvExpOptDlg>
  739. <bDave2>0</bDave2>
  740. <PathWithFileName>../Core/Src/i2c.c</PathWithFileName>
  741. <FilenameWithoutPath>i2c.c</FilenameWithoutPath>
  742. <RteFlg>0</RteFlg>
  743. <bShared>0</bShared>
  744. </File>
  745. <File>
  746. <GroupNumber>2</GroupNumber>
  747. <FileNumber>7</FileNumber>
  748. <FileType>1</FileType>
  749. <tvExp>0</tvExp>
  750. <tvExpOptDlg>0</tvExpOptDlg>
  751. <bDave2>0</bDave2>
  752. <PathWithFileName>../Core/Src/iwdg.c</PathWithFileName>
  753. <FilenameWithoutPath>iwdg.c</FilenameWithoutPath>
  754. <RteFlg>0</RteFlg>
  755. <bShared>0</bShared>
  756. </File>
  757. <File>
  758. <GroupNumber>2</GroupNumber>
  759. <FileNumber>8</FileNumber>
  760. <FileType>1</FileType>
  761. <tvExp>0</tvExp>
  762. <tvExpOptDlg>0</tvExpOptDlg>
  763. <bDave2>0</bDave2>
  764. <PathWithFileName>../Core/Src/tim.c</PathWithFileName>
  765. <FilenameWithoutPath>tim.c</FilenameWithoutPath>
  766. <RteFlg>0</RteFlg>
  767. <bShared>0</bShared>
  768. </File>
  769. <File>
  770. <GroupNumber>2</GroupNumber>
  771. <FileNumber>9</FileNumber>
  772. <FileType>1</FileType>
  773. <tvExp>0</tvExp>
  774. <tvExpOptDlg>0</tvExpOptDlg>
  775. <bDave2>0</bDave2>
  776. <PathWithFileName>../Core/Src/usart.c</PathWithFileName>
  777. <FilenameWithoutPath>usart.c</FilenameWithoutPath>
  778. <RteFlg>0</RteFlg>
  779. <bShared>0</bShared>
  780. </File>
  781. <File>
  782. <GroupNumber>2</GroupNumber>
  783. <FileNumber>10</FileNumber>
  784. <FileType>1</FileType>
  785. <tvExp>0</tvExp>
  786. <tvExpOptDlg>0</tvExpOptDlg>
  787. <bDave2>0</bDave2>
  788. <PathWithFileName>../Core/Src/stm32f1xx_it.c</PathWithFileName>
  789. <FilenameWithoutPath>stm32f1xx_it.c</FilenameWithoutPath>
  790. <RteFlg>0</RteFlg>
  791. <bShared>0</bShared>
  792. </File>
  793. <File>
  794. <GroupNumber>2</GroupNumber>
  795. <FileNumber>11</FileNumber>
  796. <FileType>1</FileType>
  797. <tvExp>0</tvExp>
  798. <tvExpOptDlg>0</tvExpOptDlg>
  799. <bDave2>0</bDave2>
  800. <PathWithFileName>../Core/Src/stm32f1xx_hal_msp.c</PathWithFileName>
  801. <FilenameWithoutPath>stm32f1xx_hal_msp.c</FilenameWithoutPath>
  802. <RteFlg>0</RteFlg>
  803. <bShared>0</bShared>
  804. </File>
  805. </Group>
  806. <Group>
  807. <GroupName>Drivers/STM32F1xx_HAL_Driver</GroupName>
  808. <tvExp>0</tvExp>
  809. <tvExpOptDlg>0</tvExpOptDlg>
  810. <cbSel>0</cbSel>
  811. <RteFlg>0</RteFlg>
  812. <File>
  813. <GroupNumber>3</GroupNumber>
  814. <FileNumber>12</FileNumber>
  815. <FileType>1</FileType>
  816. <tvExp>0</tvExp>
  817. <tvExpOptDlg>0</tvExpOptDlg>
  818. <bDave2>0</bDave2>
  819. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c</PathWithFileName>
  820. <FilenameWithoutPath>stm32f1xx_hal_gpio_ex.c</FilenameWithoutPath>
  821. <RteFlg>0</RteFlg>
  822. <bShared>0</bShared>
  823. </File>
  824. <File>
  825. <GroupNumber>3</GroupNumber>
  826. <FileNumber>13</FileNumber>
  827. <FileType>1</FileType>
  828. <tvExp>0</tvExp>
  829. <tvExpOptDlg>0</tvExpOptDlg>
  830. <bDave2>0</bDave2>
  831. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c</PathWithFileName>
  832. <FilenameWithoutPath>stm32f1xx_hal_adc.c</FilenameWithoutPath>
  833. <RteFlg>0</RteFlg>
  834. <bShared>0</bShared>
  835. </File>
  836. <File>
  837. <GroupNumber>3</GroupNumber>
  838. <FileNumber>14</FileNumber>
  839. <FileType>1</FileType>
  840. <tvExp>0</tvExp>
  841. <tvExpOptDlg>0</tvExpOptDlg>
  842. <bDave2>0</bDave2>
  843. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c</PathWithFileName>
  844. <FilenameWithoutPath>stm32f1xx_hal_adc_ex.c</FilenameWithoutPath>
  845. <RteFlg>0</RteFlg>
  846. <bShared>0</bShared>
  847. </File>
  848. <File>
  849. <GroupNumber>3</GroupNumber>
  850. <FileNumber>15</FileNumber>
  851. <FileType>1</FileType>
  852. <tvExp>0</tvExp>
  853. <tvExpOptDlg>0</tvExpOptDlg>
  854. <bDave2>0</bDave2>
  855. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c</PathWithFileName>
  856. <FilenameWithoutPath>stm32f1xx_hal.c</FilenameWithoutPath>
  857. <RteFlg>0</RteFlg>
  858. <bShared>0</bShared>
  859. </File>
  860. <File>
  861. <GroupNumber>3</GroupNumber>
  862. <FileNumber>16</FileNumber>
  863. <FileType>1</FileType>
  864. <tvExp>0</tvExp>
  865. <tvExpOptDlg>0</tvExpOptDlg>
  866. <bDave2>0</bDave2>
  867. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c</PathWithFileName>
  868. <FilenameWithoutPath>stm32f1xx_hal_rcc.c</FilenameWithoutPath>
  869. <RteFlg>0</RteFlg>
  870. <bShared>0</bShared>
  871. </File>
  872. <File>
  873. <GroupNumber>3</GroupNumber>
  874. <FileNumber>17</FileNumber>
  875. <FileType>1</FileType>
  876. <tvExp>0</tvExp>
  877. <tvExpOptDlg>0</tvExpOptDlg>
  878. <bDave2>0</bDave2>
  879. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c</PathWithFileName>
  880. <FilenameWithoutPath>stm32f1xx_hal_rcc_ex.c</FilenameWithoutPath>
  881. <RteFlg>0</RteFlg>
  882. <bShared>0</bShared>
  883. </File>
  884. <File>
  885. <GroupNumber>3</GroupNumber>
  886. <FileNumber>18</FileNumber>
  887. <FileType>1</FileType>
  888. <tvExp>0</tvExp>
  889. <tvExpOptDlg>0</tvExpOptDlg>
  890. <bDave2>0</bDave2>
  891. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c</PathWithFileName>
  892. <FilenameWithoutPath>stm32f1xx_hal_gpio.c</FilenameWithoutPath>
  893. <RteFlg>0</RteFlg>
  894. <bShared>0</bShared>
  895. </File>
  896. <File>
  897. <GroupNumber>3</GroupNumber>
  898. <FileNumber>19</FileNumber>
  899. <FileType>1</FileType>
  900. <tvExp>0</tvExp>
  901. <tvExpOptDlg>0</tvExpOptDlg>
  902. <bDave2>0</bDave2>
  903. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c</PathWithFileName>
  904. <FilenameWithoutPath>stm32f1xx_hal_dma.c</FilenameWithoutPath>
  905. <RteFlg>0</RteFlg>
  906. <bShared>0</bShared>
  907. </File>
  908. <File>
  909. <GroupNumber>3</GroupNumber>
  910. <FileNumber>20</FileNumber>
  911. <FileType>1</FileType>
  912. <tvExp>0</tvExp>
  913. <tvExpOptDlg>0</tvExpOptDlg>
  914. <bDave2>0</bDave2>
  915. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c</PathWithFileName>
  916. <FilenameWithoutPath>stm32f1xx_hal_cortex.c</FilenameWithoutPath>
  917. <RteFlg>0</RteFlg>
  918. <bShared>0</bShared>
  919. </File>
  920. <File>
  921. <GroupNumber>3</GroupNumber>
  922. <FileNumber>21</FileNumber>
  923. <FileType>1</FileType>
  924. <tvExp>0</tvExp>
  925. <tvExpOptDlg>0</tvExpOptDlg>
  926. <bDave2>0</bDave2>
  927. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c</PathWithFileName>
  928. <FilenameWithoutPath>stm32f1xx_hal_pwr.c</FilenameWithoutPath>
  929. <RteFlg>0</RteFlg>
  930. <bShared>0</bShared>
  931. </File>
  932. <File>
  933. <GroupNumber>3</GroupNumber>
  934. <FileNumber>22</FileNumber>
  935. <FileType>1</FileType>
  936. <tvExp>0</tvExp>
  937. <tvExpOptDlg>0</tvExpOptDlg>
  938. <bDave2>0</bDave2>
  939. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c</PathWithFileName>
  940. <FilenameWithoutPath>stm32f1xx_hal_flash.c</FilenameWithoutPath>
  941. <RteFlg>0</RteFlg>
  942. <bShared>0</bShared>
  943. </File>
  944. <File>
  945. <GroupNumber>3</GroupNumber>
  946. <FileNumber>23</FileNumber>
  947. <FileType>1</FileType>
  948. <tvExp>0</tvExp>
  949. <tvExpOptDlg>0</tvExpOptDlg>
  950. <bDave2>0</bDave2>
  951. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c</PathWithFileName>
  952. <FilenameWithoutPath>stm32f1xx_hal_flash_ex.c</FilenameWithoutPath>
  953. <RteFlg>0</RteFlg>
  954. <bShared>0</bShared>
  955. </File>
  956. <File>
  957. <GroupNumber>3</GroupNumber>
  958. <FileNumber>24</FileNumber>
  959. <FileType>1</FileType>
  960. <tvExp>0</tvExp>
  961. <tvExpOptDlg>0</tvExpOptDlg>
  962. <bDave2>0</bDave2>
  963. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c</PathWithFileName>
  964. <FilenameWithoutPath>stm32f1xx_hal_exti.c</FilenameWithoutPath>
  965. <RteFlg>0</RteFlg>
  966. <bShared>0</bShared>
  967. </File>
  968. <File>
  969. <GroupNumber>3</GroupNumber>
  970. <FileNumber>25</FileNumber>
  971. <FileType>1</FileType>
  972. <tvExp>0</tvExp>
  973. <tvExpOptDlg>0</tvExpOptDlg>
  974. <bDave2>0</bDave2>
  975. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c</PathWithFileName>
  976. <FilenameWithoutPath>stm32f1xx_hal_i2c.c</FilenameWithoutPath>
  977. <RteFlg>0</RteFlg>
  978. <bShared>0</bShared>
  979. </File>
  980. <File>
  981. <GroupNumber>3</GroupNumber>
  982. <FileNumber>26</FileNumber>
  983. <FileType>1</FileType>
  984. <tvExp>0</tvExp>
  985. <tvExpOptDlg>0</tvExpOptDlg>
  986. <bDave2>0</bDave2>
  987. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_iwdg.c</PathWithFileName>
  988. <FilenameWithoutPath>stm32f1xx_hal_iwdg.c</FilenameWithoutPath>
  989. <RteFlg>0</RteFlg>
  990. <bShared>0</bShared>
  991. </File>
  992. <File>
  993. <GroupNumber>3</GroupNumber>
  994. <FileNumber>27</FileNumber>
  995. <FileType>1</FileType>
  996. <tvExp>0</tvExp>
  997. <tvExpOptDlg>0</tvExpOptDlg>
  998. <bDave2>0</bDave2>
  999. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c</PathWithFileName>
  1000. <FilenameWithoutPath>stm32f1xx_hal_tim.c</FilenameWithoutPath>
  1001. <RteFlg>0</RteFlg>
  1002. <bShared>0</bShared>
  1003. </File>
  1004. <File>
  1005. <GroupNumber>3</GroupNumber>
  1006. <FileNumber>28</FileNumber>
  1007. <FileType>1</FileType>
  1008. <tvExp>0</tvExp>
  1009. <tvExpOptDlg>0</tvExpOptDlg>
  1010. <bDave2>0</bDave2>
  1011. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c</PathWithFileName>
  1012. <FilenameWithoutPath>stm32f1xx_hal_tim_ex.c</FilenameWithoutPath>
  1013. <RteFlg>0</RteFlg>
  1014. <bShared>0</bShared>
  1015. </File>
  1016. <File>
  1017. <GroupNumber>3</GroupNumber>
  1018. <FileNumber>29</FileNumber>
  1019. <FileType>1</FileType>
  1020. <tvExp>0</tvExp>
  1021. <tvExpOptDlg>0</tvExpOptDlg>
  1022. <bDave2>0</bDave2>
  1023. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c</PathWithFileName>
  1024. <FilenameWithoutPath>stm32f1xx_hal_uart.c</FilenameWithoutPath>
  1025. <RteFlg>0</RteFlg>
  1026. <bShared>0</bShared>
  1027. </File>
  1028. </Group>
  1029. <Group>
  1030. <GroupName>Drivers/CMSIS</GroupName>
  1031. <tvExp>1</tvExp>
  1032. <tvExpOptDlg>0</tvExpOptDlg>
  1033. <cbSel>0</cbSel>
  1034. <RteFlg>0</RteFlg>
  1035. <File>
  1036. <GroupNumber>4</GroupNumber>
  1037. <FileNumber>30</FileNumber>
  1038. <FileType>1</FileType>
  1039. <tvExp>0</tvExp>
  1040. <tvExpOptDlg>0</tvExpOptDlg>
  1041. <bDave2>0</bDave2>
  1042. <PathWithFileName>../Core/Src/system_stm32f1xx.c</PathWithFileName>
  1043. <FilenameWithoutPath>system_stm32f1xx.c</FilenameWithoutPath>
  1044. <RteFlg>0</RteFlg>
  1045. <bShared>0</bShared>
  1046. </File>
  1047. </Group>
  1048. <Group>
  1049. <GroupName>BoardInterface</GroupName>
  1050. <tvExp>1</tvExp>
  1051. <tvExpOptDlg>0</tvExpOptDlg>
  1052. <cbSel>0</cbSel>
  1053. <RteFlg>0</RteFlg>
  1054. <File>
  1055. <GroupNumber>5</GroupNumber>
  1056. <FileNumber>31</FileNumber>
  1057. <FileType>1</FileType>
  1058. <tvExp>0</tvExp>
  1059. <tvExpOptDlg>0</tvExpOptDlg>
  1060. <bDave2>0</bDave2>
  1061. <PathWithFileName>..\BoardInterface\onechip_load_inf.c</PathWithFileName>
  1062. <FilenameWithoutPath>onechip_load_inf.c</FilenameWithoutPath>
  1063. <RteFlg>0</RteFlg>
  1064. <bShared>0</bShared>
  1065. </File>
  1066. </Group>
  1067. <Group>
  1068. <GroupName>tshell</GroupName>
  1069. <tvExp>1</tvExp>
  1070. <tvExpOptDlg>0</tvExpOptDlg>
  1071. <cbSel>0</cbSel>
  1072. <RteFlg>0</RteFlg>
  1073. <File>
  1074. <GroupNumber>6</GroupNumber>
  1075. <FileNumber>32</FileNumber>
  1076. <FileType>1</FileType>
  1077. <tvExp>0</tvExp>
  1078. <tvExpOptDlg>0</tvExpOptDlg>
  1079. <bDave2>0</bDave2>
  1080. <PathWithFileName>..\tshell\van_bsp_debug_shell.c</PathWithFileName>
  1081. <FilenameWithoutPath>van_bsp_debug_shell.c</FilenameWithoutPath>
  1082. <RteFlg>0</RteFlg>
  1083. <bShared>0</bShared>
  1084. </File>
  1085. <File>
  1086. <GroupNumber>6</GroupNumber>
  1087. <FileNumber>33</FileNumber>
  1088. <FileType>1</FileType>
  1089. <tvExp>0</tvExp>
  1090. <tvExpOptDlg>0</tvExpOptDlg>
  1091. <bDave2>0</bDave2>
  1092. <PathWithFileName>..\tshell\van_bsp_debug_uart.c</PathWithFileName>
  1093. <FilenameWithoutPath>van_bsp_debug_uart.c</FilenameWithoutPath>
  1094. <RteFlg>0</RteFlg>
  1095. <bShared>0</bShared>
  1096. </File>
  1097. <File>
  1098. <GroupNumber>6</GroupNumber>
  1099. <FileNumber>34</FileNumber>
  1100. <FileType>1</FileType>
  1101. <tvExp>0</tvExp>
  1102. <tvExpOptDlg>0</tvExpOptDlg>
  1103. <bDave2>0</bDave2>
  1104. <PathWithFileName>..\tshell\van_com_algorithm.c</PathWithFileName>
  1105. <FilenameWithoutPath>van_com_algorithm.c</FilenameWithoutPath>
  1106. <RteFlg>0</RteFlg>
  1107. <bShared>0</bShared>
  1108. </File>
  1109. </Group>
  1110. <Group>
  1111. <GroupName>DriverInterface</GroupName>
  1112. <tvExp>1</tvExp>
  1113. <tvExpOptDlg>0</tvExpOptDlg>
  1114. <cbSel>0</cbSel>
  1115. <RteFlg>0</RteFlg>
  1116. <File>
  1117. <GroupNumber>7</GroupNumber>
  1118. <FileNumber>35</FileNumber>
  1119. <FileType>1</FileType>
  1120. <tvExp>0</tvExp>
  1121. <tvExpOptDlg>0</tvExpOptDlg>
  1122. <bDave2>0</bDave2>
  1123. <PathWithFileName>..\DriverInterface\VAN_ITCallBack.c</PathWithFileName>
  1124. <FilenameWithoutPath>VAN_ITCallBack.c</FilenameWithoutPath>
  1125. <RteFlg>0</RteFlg>
  1126. <bShared>0</bShared>
  1127. </File>
  1128. <File>
  1129. <GroupNumber>7</GroupNumber>
  1130. <FileNumber>36</FileNumber>
  1131. <FileType>1</FileType>
  1132. <tvExp>0</tvExp>
  1133. <tvExpOptDlg>0</tvExpOptDlg>
  1134. <bDave2>0</bDave2>
  1135. <PathWithFileName>..\DriverInterface\pt1000.c</PathWithFileName>
  1136. <FilenameWithoutPath>pt1000.c</FilenameWithoutPath>
  1137. <RteFlg>0</RteFlg>
  1138. <bShared>0</bShared>
  1139. </File>
  1140. <File>
  1141. <GroupNumber>7</GroupNumber>
  1142. <FileNumber>37</FileNumber>
  1143. <FileType>1</FileType>
  1144. <tvExp>0</tvExp>
  1145. <tvExpOptDlg>0</tvExpOptDlg>
  1146. <bDave2>0</bDave2>
  1147. <PathWithFileName>..\DriverInterface\van_BSP_Com_Pwm.c</PathWithFileName>
  1148. <FilenameWithoutPath>van_BSP_Com_Pwm.c</FilenameWithoutPath>
  1149. <RteFlg>0</RteFlg>
  1150. <bShared>0</bShared>
  1151. </File>
  1152. <File>
  1153. <GroupNumber>7</GroupNumber>
  1154. <FileNumber>38</FileNumber>
  1155. <FileType>1</FileType>
  1156. <tvExp>0</tvExp>
  1157. <tvExpOptDlg>0</tvExpOptDlg>
  1158. <bDave2>0</bDave2>
  1159. <PathWithFileName>..\DriverInterface\van_BSP_Scanner.c</PathWithFileName>
  1160. <FilenameWithoutPath>van_BSP_Scanner.c</FilenameWithoutPath>
  1161. <RteFlg>0</RteFlg>
  1162. <bShared>0</bShared>
  1163. </File>
  1164. <File>
  1165. <GroupNumber>7</GroupNumber>
  1166. <FileNumber>39</FileNumber>
  1167. <FileType>1</FileType>
  1168. <tvExp>0</tvExp>
  1169. <tvExpOptDlg>0</tvExpOptDlg>
  1170. <bDave2>0</bDave2>
  1171. <PathWithFileName>..\DriverInterface\cJSON.c</PathWithFileName>
  1172. <FilenameWithoutPath>cJSON.c</FilenameWithoutPath>
  1173. <RteFlg>0</RteFlg>
  1174. <bShared>0</bShared>
  1175. </File>
  1176. <File>
  1177. <GroupNumber>7</GroupNumber>
  1178. <FileNumber>40</FileNumber>
  1179. <FileType>1</FileType>
  1180. <tvExp>0</tvExp>
  1181. <tvExpOptDlg>0</tvExpOptDlg>
  1182. <bDave2>0</bDave2>
  1183. <PathWithFileName>..\DriverInterface\ws2812.c</PathWithFileName>
  1184. <FilenameWithoutPath>ws2812.c</FilenameWithoutPath>
  1185. <RteFlg>0</RteFlg>
  1186. <bShared>0</bShared>
  1187. </File>
  1188. <File>
  1189. <GroupNumber>7</GroupNumber>
  1190. <FileNumber>41</FileNumber>
  1191. <FileType>1</FileType>
  1192. <tvExp>0</tvExp>
  1193. <tvExpOptDlg>0</tvExpOptDlg>
  1194. <bDave2>0</bDave2>
  1195. <PathWithFileName>..\DriverInterface\rgb381.c</PathWithFileName>
  1196. <FilenameWithoutPath>rgb381.c</FilenameWithoutPath>
  1197. <RteFlg>0</RteFlg>
  1198. <bShared>0</bShared>
  1199. </File>
  1200. <File>
  1201. <GroupNumber>7</GroupNumber>
  1202. <FileNumber>42</FileNumber>
  1203. <FileType>1</FileType>
  1204. <tvExp>0</tvExp>
  1205. <tvExpOptDlg>0</tvExpOptDlg>
  1206. <bDave2>0</bDave2>
  1207. <PathWithFileName>..\DriverInterface\ESP32_WROOM_32D.c</PathWithFileName>
  1208. <FilenameWithoutPath>ESP32_WROOM_32D.c</FilenameWithoutPath>
  1209. <RteFlg>0</RteFlg>
  1210. <bShared>0</bShared>
  1211. </File>
  1212. <File>
  1213. <GroupNumber>7</GroupNumber>
  1214. <FileNumber>43</FileNumber>
  1215. <FileType>1</FileType>
  1216. <tvExp>0</tvExp>
  1217. <tvExpOptDlg>0</tvExpOptDlg>
  1218. <bDave2>0</bDave2>
  1219. <PathWithFileName>..\DriverInterface\van_BSP_ESPUart.c</PathWithFileName>
  1220. <FilenameWithoutPath>van_BSP_ESPUart.c</FilenameWithoutPath>
  1221. <RteFlg>0</RteFlg>
  1222. <bShared>0</bShared>
  1223. </File>
  1224. <File>
  1225. <GroupNumber>7</GroupNumber>
  1226. <FileNumber>44</FileNumber>
  1227. <FileType>1</FileType>
  1228. <tvExp>0</tvExp>
  1229. <tvExpOptDlg>0</tvExpOptDlg>
  1230. <bDave2>0</bDave2>
  1231. <PathWithFileName>..\DriverInterface\usr_motor.c</PathWithFileName>
  1232. <FilenameWithoutPath>usr_motor.c</FilenameWithoutPath>
  1233. <RteFlg>0</RteFlg>
  1234. <bShared>0</bShared>
  1235. </File>
  1236. <File>
  1237. <GroupNumber>7</GroupNumber>
  1238. <FileNumber>45</FileNumber>
  1239. <FileType>1</FileType>
  1240. <tvExp>0</tvExp>
  1241. <tvExpOptDlg>0</tvExpOptDlg>
  1242. <bDave2>0</bDave2>
  1243. <PathWithFileName>..\DriverInterface\communication.c</PathWithFileName>
  1244. <FilenameWithoutPath>communication.c</FilenameWithoutPath>
  1245. <RteFlg>0</RteFlg>
  1246. <bShared>0</bShared>
  1247. </File>
  1248. <File>
  1249. <GroupNumber>7</GroupNumber>
  1250. <FileNumber>46</FileNumber>
  1251. <FileType>1</FileType>
  1252. <tvExp>0</tvExp>
  1253. <tvExpOptDlg>0</tvExpOptDlg>
  1254. <bDave2>0</bDave2>
  1255. <PathWithFileName>..\DriverInterface\onchip_flash.c</PathWithFileName>
  1256. <FilenameWithoutPath>onchip_flash.c</FilenameWithoutPath>
  1257. <RteFlg>0</RteFlg>
  1258. <bShared>0</bShared>
  1259. </File>
  1260. <File>
  1261. <GroupNumber>7</GroupNumber>
  1262. <FileNumber>47</FileNumber>
  1263. <FileType>1</FileType>
  1264. <tvExp>0</tvExp>
  1265. <tvExpOptDlg>0</tvExpOptDlg>
  1266. <bDave2>0</bDave2>
  1267. <PathWithFileName>..\DriverInterface\usr_lysis.c</PathWithFileName>
  1268. <FilenameWithoutPath>usr_lysis.c</FilenameWithoutPath>
  1269. <RteFlg>0</RteFlg>
  1270. <bShared>0</bShared>
  1271. </File>
  1272. <File>
  1273. <GroupNumber>7</GroupNumber>
  1274. <FileNumber>48</FileNumber>
  1275. <FileType>1</FileType>
  1276. <tvExp>0</tvExp>
  1277. <tvExpOptDlg>0</tvExpOptDlg>
  1278. <bDave2>0</bDave2>
  1279. <PathWithFileName>..\DriverInterface\state_mini.c</PathWithFileName>
  1280. <FilenameWithoutPath>state_mini.c</FilenameWithoutPath>
  1281. <RteFlg>0</RteFlg>
  1282. <bShared>0</bShared>
  1283. </File>
  1284. <File>
  1285. <GroupNumber>7</GroupNumber>
  1286. <FileNumber>49</FileNumber>
  1287. <FileType>1</FileType>
  1288. <tvExp>0</tvExp>
  1289. <tvExpOptDlg>0</tvExpOptDlg>
  1290. <bDave2>0</bDave2>
  1291. <PathWithFileName>..\DriverInterface\user_heater.c</PathWithFileName>
  1292. <FilenameWithoutPath>user_heater.c</FilenameWithoutPath>
  1293. <RteFlg>0</RteFlg>
  1294. <bShared>0</bShared>
  1295. </File>
  1296. <File>
  1297. <GroupNumber>7</GroupNumber>
  1298. <FileNumber>50</FileNumber>
  1299. <FileType>1</FileType>
  1300. <tvExp>0</tvExp>
  1301. <tvExpOptDlg>0</tvExpOptDlg>
  1302. <bDave2>0</bDave2>
  1303. <PathWithFileName>..\DriverInterface\van_BSP_Temp_mts01.c</PathWithFileName>
  1304. <FilenameWithoutPath>van_BSP_Temp_mts01.c</FilenameWithoutPath>
  1305. <RteFlg>0</RteFlg>
  1306. <bShared>0</bShared>
  1307. </File>
  1308. </Group>
  1309. <Group>
  1310. <GroupName>::CMSIS</GroupName>
  1311. <tvExp>0</tvExp>
  1312. <tvExpOptDlg>0</tvExpOptDlg>
  1313. <cbSel>0</cbSel>
  1314. <RteFlg>1</RteFlg>
  1315. </Group>
  1316. </ProjectOpt>