iocollect.uvoptx 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706
  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; *.md</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>iocollect</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>..\Output\</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>4</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>Segger\JL2CM3.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=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,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></Name>
  134. </SetRegEntry>
  135. <SetRegEntry>
  136. <Number>0</Number>
  137. <Key>JL2CM3</Key>
  138. <Name>-U69618568 -O76 -S2 -ZTIFSpeedSel5000 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(1BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8001 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO27 -FD20000000 -FC1000 -FN1 -FF0STM32F10x_512.FLM -FS08000000 -FL080000 -FP0($$Device:STM32F103RE$Flash\STM32F10x_512.FLM)</Name>
  139. </SetRegEntry>
  140. <SetRegEntry>
  141. <Number>0</Number>
  142. <Key>UL2CM3</Key>
  143. <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F10x_512 -FS08000000 -FL080000 -FP0($$Device:STM32F103RE$Flash\STM32F10x_512.FLM))</Name>
  144. </SetRegEntry>
  145. <SetRegEntry>
  146. <Number>0</Number>
  147. <Key>ST-LINKIII-KEIL_SWO</Key>
  148. <Name>-U-O142 -O2254 -S0 -C0 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC800 -FN1 -FF0STM32F10x_512 -FS08000000 -FL080000 -FP0($$Device:STM32F103RE$Flash\STM32F10x_512.FLM)</Name>
  149. </SetRegEntry>
  150. </TargetDriverDllRegistry>
  151. <Breakpoint/>
  152. <WatchWindow1>
  153. <Ww>
  154. <count>0</count>
  155. <WinNumber>1</WinNumber>
  156. <ItemText>initial_address</ItemText>
  157. </Ww>
  158. <Ww>
  159. <count>1</count>
  160. <WinNumber>1</WinNumber>
  161. <ItemText>gpioaStatus</ItemText>
  162. </Ww>
  163. <Ww>
  164. <count>2</count>
  165. <WinNumber>1</WinNumber>
  166. <ItemText>gpiobStatus</ItemText>
  167. </Ww>
  168. <Ww>
  169. <count>3</count>
  170. <WinNumber>1</WinNumber>
  171. <ItemText>adc2_byte1</ItemText>
  172. </Ww>
  173. <Ww>
  174. <count>4</count>
  175. <WinNumber>1</WinNumber>
  176. <ItemText>adc2_byte2</ItemText>
  177. </Ww>
  178. <Ww>
  179. <count>5</count>
  180. <WinNumber>1</WinNumber>
  181. <ItemText>adc3_byte1</ItemText>
  182. </Ww>
  183. <Ww>
  184. <count>6</count>
  185. <WinNumber>1</WinNumber>
  186. <ItemText>adc3_byte2</ItemText>
  187. </Ww>
  188. <Ww>
  189. <count>7</count>
  190. <WinNumber>1</WinNumber>
  191. <ItemText>adc1_byte1</ItemText>
  192. </Ww>
  193. <Ww>
  194. <count>8</count>
  195. <WinNumber>1</WinNumber>
  196. <ItemText>adc1_byte2</ItemText>
  197. </Ww>
  198. <Ww>
  199. <count>9</count>
  200. <WinNumber>1</WinNumber>
  201. <ItemText>data_lengthU2</ItemText>
  202. </Ww>
  203. <Ww>
  204. <count>10</count>
  205. <WinNumber>1</WinNumber>
  206. <ItemText>USART2_RX_BUF</ItemText>
  207. </Ww>
  208. </WatchWindow1>
  209. <WatchWindow2>
  210. <Ww>
  211. <count>0</count>
  212. <WinNumber>2</WinNumber>
  213. <ItemText>Rx_Buf</ItemText>
  214. </Ww>
  215. </WatchWindow2>
  216. <MemoryWindow1>
  217. <Mm>
  218. <WinNumber>1</WinNumber>
  219. <SubType>0</SubType>
  220. <ItemText>0x0800A000</ItemText>
  221. <AccSizeX>0</AccSizeX>
  222. </Mm>
  223. </MemoryWindow1>
  224. <MemoryWindow2>
  225. <Mm>
  226. <WinNumber>2</WinNumber>
  227. <SubType>0</SubType>
  228. <ItemText>0x0800C000</ItemText>
  229. <AccSizeX>0</AccSizeX>
  230. </Mm>
  231. </MemoryWindow2>
  232. <MemoryWindow3>
  233. <Mm>
  234. <WinNumber>3</WinNumber>
  235. <SubType>0</SubType>
  236. <ItemText>0x0800E000</ItemText>
  237. <AccSizeX>0</AccSizeX>
  238. </Mm>
  239. </MemoryWindow3>
  240. <MemoryWindow4>
  241. <Mm>
  242. <WinNumber>4</WinNumber>
  243. <SubType>0</SubType>
  244. <ItemText>0x0800EC00</ItemText>
  245. <AccSizeX>0</AccSizeX>
  246. </Mm>
  247. </MemoryWindow4>
  248. <Tracepoint>
  249. <THDelay>0</THDelay>
  250. </Tracepoint>
  251. <DebugFlag>
  252. <trace>0</trace>
  253. <periodic>1</periodic>
  254. <aLwin>0</aLwin>
  255. <aCover>0</aCover>
  256. <aSer1>0</aSer1>
  257. <aSer2>0</aSer2>
  258. <aPa>0</aPa>
  259. <viewmode>1</viewmode>
  260. <vrSel>0</vrSel>
  261. <aSym>0</aSym>
  262. <aTbox>0</aTbox>
  263. <AscS1>0</AscS1>
  264. <AscS2>0</AscS2>
  265. <AscS3>0</AscS3>
  266. <aSer3>0</aSer3>
  267. <eProf>0</eProf>
  268. <aLa>0</aLa>
  269. <aPa1>0</aPa1>
  270. <AscS4>0</AscS4>
  271. <aSer4>0</aSer4>
  272. <StkLoc>1</StkLoc>
  273. <TrcWin>0</TrcWin>
  274. <newCpu>0</newCpu>
  275. <uProt>0</uProt>
  276. </DebugFlag>
  277. <LintExecutable></LintExecutable>
  278. <LintConfigFile></LintConfigFile>
  279. <bLintAuto>0</bLintAuto>
  280. <bAutoGenD>0</bAutoGenD>
  281. <LntExFlags>0</LntExFlags>
  282. <pMisraName></pMisraName>
  283. <pszMrule></pszMrule>
  284. <pSingCmds></pSingCmds>
  285. <pMultCmds></pMultCmds>
  286. <pMisraNamep></pMisraNamep>
  287. <pszMrulep></pszMrulep>
  288. <pSingCmdsp></pSingCmdsp>
  289. <pMultCmdsp></pMultCmdsp>
  290. <DebugDescription>
  291. <Enable>1</Enable>
  292. <EnableFlashSeq>1</EnableFlashSeq>
  293. <EnableLog>0</EnableLog>
  294. <Protocol>2</Protocol>
  295. <DbgClock>10000000</DbgClock>
  296. </DebugDescription>
  297. </TargetOption>
  298. </Target>
  299. <Group>
  300. <GroupName>Application/MDK-ARM</GroupName>
  301. <tvExp>0</tvExp>
  302. <tvExpOptDlg>0</tvExpOptDlg>
  303. <cbSel>0</cbSel>
  304. <RteFlg>0</RteFlg>
  305. <File>
  306. <GroupNumber>1</GroupNumber>
  307. <FileNumber>1</FileNumber>
  308. <FileType>2</FileType>
  309. <tvExp>0</tvExp>
  310. <tvExpOptDlg>0</tvExpOptDlg>
  311. <bDave2>0</bDave2>
  312. <PathWithFileName>startup_stm32f103xe.s</PathWithFileName>
  313. <FilenameWithoutPath>startup_stm32f103xe.s</FilenameWithoutPath>
  314. <RteFlg>0</RteFlg>
  315. <bShared>0</bShared>
  316. </File>
  317. </Group>
  318. <Group>
  319. <GroupName>Application/User/Core</GroupName>
  320. <tvExp>1</tvExp>
  321. <tvExpOptDlg>0</tvExpOptDlg>
  322. <cbSel>0</cbSel>
  323. <RteFlg>0</RteFlg>
  324. <File>
  325. <GroupNumber>2</GroupNumber>
  326. <FileNumber>2</FileNumber>
  327. <FileType>1</FileType>
  328. <tvExp>0</tvExp>
  329. <tvExpOptDlg>0</tvExpOptDlg>
  330. <bDave2>0</bDave2>
  331. <PathWithFileName>..\Core\Src\iap.c</PathWithFileName>
  332. <FilenameWithoutPath>iap.c</FilenameWithoutPath>
  333. <RteFlg>0</RteFlg>
  334. <bShared>0</bShared>
  335. </File>
  336. <File>
  337. <GroupNumber>2</GroupNumber>
  338. <FileNumber>3</FileNumber>
  339. <FileType>1</FileType>
  340. <tvExp>0</tvExp>
  341. <tvExpOptDlg>0</tvExpOptDlg>
  342. <bDave2>0</bDave2>
  343. <PathWithFileName>..\Core\Src\md5c.c</PathWithFileName>
  344. <FilenameWithoutPath>md5c.c</FilenameWithoutPath>
  345. <RteFlg>0</RteFlg>
  346. <bShared>0</bShared>
  347. </File>
  348. <File>
  349. <GroupNumber>2</GroupNumber>
  350. <FileNumber>4</FileNumber>
  351. <FileType>1</FileType>
  352. <tvExp>0</tvExp>
  353. <tvExpOptDlg>0</tvExpOptDlg>
  354. <bDave2>0</bDave2>
  355. <PathWithFileName>..\Core\Src\stmflash.c</PathWithFileName>
  356. <FilenameWithoutPath>stmflash.c</FilenameWithoutPath>
  357. <RteFlg>0</RteFlg>
  358. <bShared>0</bShared>
  359. </File>
  360. <File>
  361. <GroupNumber>2</GroupNumber>
  362. <FileNumber>5</FileNumber>
  363. <FileType>1</FileType>
  364. <tvExp>0</tvExp>
  365. <tvExpOptDlg>0</tvExpOptDlg>
  366. <bDave2>0</bDave2>
  367. <PathWithFileName>..\Core\Src\Data_deal.c</PathWithFileName>
  368. <FilenameWithoutPath>Data_deal.c</FilenameWithoutPath>
  369. <RteFlg>0</RteFlg>
  370. <bShared>0</bShared>
  371. </File>
  372. <File>
  373. <GroupNumber>2</GroupNumber>
  374. <FileNumber>6</FileNumber>
  375. <FileType>1</FileType>
  376. <tvExp>0</tvExp>
  377. <tvExpOptDlg>0</tvExpOptDlg>
  378. <bDave2>0</bDave2>
  379. <PathWithFileName>../Core/Src/main.c</PathWithFileName>
  380. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  381. <RteFlg>0</RteFlg>
  382. <bShared>0</bShared>
  383. </File>
  384. <File>
  385. <GroupNumber>2</GroupNumber>
  386. <FileNumber>7</FileNumber>
  387. <FileType>1</FileType>
  388. <tvExp>0</tvExp>
  389. <tvExpOptDlg>0</tvExpOptDlg>
  390. <bDave2>0</bDave2>
  391. <PathWithFileName>../Core/Src/gpio.c</PathWithFileName>
  392. <FilenameWithoutPath>gpio.c</FilenameWithoutPath>
  393. <RteFlg>0</RteFlg>
  394. <bShared>0</bShared>
  395. </File>
  396. <File>
  397. <GroupNumber>2</GroupNumber>
  398. <FileNumber>8</FileNumber>
  399. <FileType>1</FileType>
  400. <tvExp>0</tvExp>
  401. <tvExpOptDlg>0</tvExpOptDlg>
  402. <bDave2>0</bDave2>
  403. <PathWithFileName>../Core/Src/adc.c</PathWithFileName>
  404. <FilenameWithoutPath>adc.c</FilenameWithoutPath>
  405. <RteFlg>0</RteFlg>
  406. <bShared>0</bShared>
  407. </File>
  408. <File>
  409. <GroupNumber>2</GroupNumber>
  410. <FileNumber>9</FileNumber>
  411. <FileType>1</FileType>
  412. <tvExp>0</tvExp>
  413. <tvExpOptDlg>0</tvExpOptDlg>
  414. <bDave2>0</bDave2>
  415. <PathWithFileName>../Core/Src/dma.c</PathWithFileName>
  416. <FilenameWithoutPath>dma.c</FilenameWithoutPath>
  417. <RteFlg>0</RteFlg>
  418. <bShared>0</bShared>
  419. </File>
  420. <File>
  421. <GroupNumber>2</GroupNumber>
  422. <FileNumber>10</FileNumber>
  423. <FileType>1</FileType>
  424. <tvExp>0</tvExp>
  425. <tvExpOptDlg>0</tvExpOptDlg>
  426. <bDave2>0</bDave2>
  427. <PathWithFileName>../Core/Src/tim.c</PathWithFileName>
  428. <FilenameWithoutPath>tim.c</FilenameWithoutPath>
  429. <RteFlg>0</RteFlg>
  430. <bShared>0</bShared>
  431. </File>
  432. <File>
  433. <GroupNumber>2</GroupNumber>
  434. <FileNumber>11</FileNumber>
  435. <FileType>1</FileType>
  436. <tvExp>0</tvExp>
  437. <tvExpOptDlg>0</tvExpOptDlg>
  438. <bDave2>0</bDave2>
  439. <PathWithFileName>../Core/Src/usart.c</PathWithFileName>
  440. <FilenameWithoutPath>usart.c</FilenameWithoutPath>
  441. <RteFlg>0</RteFlg>
  442. <bShared>0</bShared>
  443. </File>
  444. <File>
  445. <GroupNumber>2</GroupNumber>
  446. <FileNumber>12</FileNumber>
  447. <FileType>1</FileType>
  448. <tvExp>0</tvExp>
  449. <tvExpOptDlg>0</tvExpOptDlg>
  450. <bDave2>0</bDave2>
  451. <PathWithFileName>../Core/Src/stm32f1xx_it.c</PathWithFileName>
  452. <FilenameWithoutPath>stm32f1xx_it.c</FilenameWithoutPath>
  453. <RteFlg>0</RteFlg>
  454. <bShared>0</bShared>
  455. </File>
  456. <File>
  457. <GroupNumber>2</GroupNumber>
  458. <FileNumber>13</FileNumber>
  459. <FileType>1</FileType>
  460. <tvExp>0</tvExp>
  461. <tvExpOptDlg>0</tvExpOptDlg>
  462. <bDave2>0</bDave2>
  463. <PathWithFileName>../Core/Src/stm32f1xx_hal_msp.c</PathWithFileName>
  464. <FilenameWithoutPath>stm32f1xx_hal_msp.c</FilenameWithoutPath>
  465. <RteFlg>0</RteFlg>
  466. <bShared>0</bShared>
  467. </File>
  468. </Group>
  469. <Group>
  470. <GroupName>Drivers/STM32F1xx_HAL_Driver</GroupName>
  471. <tvExp>0</tvExp>
  472. <tvExpOptDlg>0</tvExpOptDlg>
  473. <cbSel>0</cbSel>
  474. <RteFlg>0</RteFlg>
  475. <File>
  476. <GroupNumber>3</GroupNumber>
  477. <FileNumber>14</FileNumber>
  478. <FileType>1</FileType>
  479. <tvExp>0</tvExp>
  480. <tvExpOptDlg>0</tvExpOptDlg>
  481. <bDave2>0</bDave2>
  482. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c</PathWithFileName>
  483. <FilenameWithoutPath>stm32f1xx_hal_gpio_ex.c</FilenameWithoutPath>
  484. <RteFlg>0</RteFlg>
  485. <bShared>0</bShared>
  486. </File>
  487. <File>
  488. <GroupNumber>3</GroupNumber>
  489. <FileNumber>15</FileNumber>
  490. <FileType>1</FileType>
  491. <tvExp>0</tvExp>
  492. <tvExpOptDlg>0</tvExpOptDlg>
  493. <bDave2>0</bDave2>
  494. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c</PathWithFileName>
  495. <FilenameWithoutPath>stm32f1xx_hal_adc.c</FilenameWithoutPath>
  496. <RteFlg>0</RteFlg>
  497. <bShared>0</bShared>
  498. </File>
  499. <File>
  500. <GroupNumber>3</GroupNumber>
  501. <FileNumber>16</FileNumber>
  502. <FileType>1</FileType>
  503. <tvExp>0</tvExp>
  504. <tvExpOptDlg>0</tvExpOptDlg>
  505. <bDave2>0</bDave2>
  506. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c</PathWithFileName>
  507. <FilenameWithoutPath>stm32f1xx_hal_adc_ex.c</FilenameWithoutPath>
  508. <RteFlg>0</RteFlg>
  509. <bShared>0</bShared>
  510. </File>
  511. <File>
  512. <GroupNumber>3</GroupNumber>
  513. <FileNumber>17</FileNumber>
  514. <FileType>1</FileType>
  515. <tvExp>0</tvExp>
  516. <tvExpOptDlg>0</tvExpOptDlg>
  517. <bDave2>0</bDave2>
  518. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c</PathWithFileName>
  519. <FilenameWithoutPath>stm32f1xx_hal.c</FilenameWithoutPath>
  520. <RteFlg>0</RteFlg>
  521. <bShared>0</bShared>
  522. </File>
  523. <File>
  524. <GroupNumber>3</GroupNumber>
  525. <FileNumber>18</FileNumber>
  526. <FileType>1</FileType>
  527. <tvExp>0</tvExp>
  528. <tvExpOptDlg>0</tvExpOptDlg>
  529. <bDave2>0</bDave2>
  530. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c</PathWithFileName>
  531. <FilenameWithoutPath>stm32f1xx_hal_rcc.c</FilenameWithoutPath>
  532. <RteFlg>0</RteFlg>
  533. <bShared>0</bShared>
  534. </File>
  535. <File>
  536. <GroupNumber>3</GroupNumber>
  537. <FileNumber>19</FileNumber>
  538. <FileType>1</FileType>
  539. <tvExp>0</tvExp>
  540. <tvExpOptDlg>0</tvExpOptDlg>
  541. <bDave2>0</bDave2>
  542. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c</PathWithFileName>
  543. <FilenameWithoutPath>stm32f1xx_hal_rcc_ex.c</FilenameWithoutPath>
  544. <RteFlg>0</RteFlg>
  545. <bShared>0</bShared>
  546. </File>
  547. <File>
  548. <GroupNumber>3</GroupNumber>
  549. <FileNumber>20</FileNumber>
  550. <FileType>1</FileType>
  551. <tvExp>0</tvExp>
  552. <tvExpOptDlg>0</tvExpOptDlg>
  553. <bDave2>0</bDave2>
  554. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c</PathWithFileName>
  555. <FilenameWithoutPath>stm32f1xx_hal_gpio.c</FilenameWithoutPath>
  556. <RteFlg>0</RteFlg>
  557. <bShared>0</bShared>
  558. </File>
  559. <File>
  560. <GroupNumber>3</GroupNumber>
  561. <FileNumber>21</FileNumber>
  562. <FileType>1</FileType>
  563. <tvExp>0</tvExp>
  564. <tvExpOptDlg>0</tvExpOptDlg>
  565. <bDave2>0</bDave2>
  566. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c</PathWithFileName>
  567. <FilenameWithoutPath>stm32f1xx_hal_dma.c</FilenameWithoutPath>
  568. <RteFlg>0</RteFlg>
  569. <bShared>0</bShared>
  570. </File>
  571. <File>
  572. <GroupNumber>3</GroupNumber>
  573. <FileNumber>22</FileNumber>
  574. <FileType>1</FileType>
  575. <tvExp>0</tvExp>
  576. <tvExpOptDlg>0</tvExpOptDlg>
  577. <bDave2>0</bDave2>
  578. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c</PathWithFileName>
  579. <FilenameWithoutPath>stm32f1xx_hal_cortex.c</FilenameWithoutPath>
  580. <RteFlg>0</RteFlg>
  581. <bShared>0</bShared>
  582. </File>
  583. <File>
  584. <GroupNumber>3</GroupNumber>
  585. <FileNumber>23</FileNumber>
  586. <FileType>1</FileType>
  587. <tvExp>0</tvExp>
  588. <tvExpOptDlg>0</tvExpOptDlg>
  589. <bDave2>0</bDave2>
  590. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c</PathWithFileName>
  591. <FilenameWithoutPath>stm32f1xx_hal_pwr.c</FilenameWithoutPath>
  592. <RteFlg>0</RteFlg>
  593. <bShared>0</bShared>
  594. </File>
  595. <File>
  596. <GroupNumber>3</GroupNumber>
  597. <FileNumber>24</FileNumber>
  598. <FileType>1</FileType>
  599. <tvExp>0</tvExp>
  600. <tvExpOptDlg>0</tvExpOptDlg>
  601. <bDave2>0</bDave2>
  602. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c</PathWithFileName>
  603. <FilenameWithoutPath>stm32f1xx_hal_flash.c</FilenameWithoutPath>
  604. <RteFlg>0</RteFlg>
  605. <bShared>0</bShared>
  606. </File>
  607. <File>
  608. <GroupNumber>3</GroupNumber>
  609. <FileNumber>25</FileNumber>
  610. <FileType>1</FileType>
  611. <tvExp>0</tvExp>
  612. <tvExpOptDlg>0</tvExpOptDlg>
  613. <bDave2>0</bDave2>
  614. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c</PathWithFileName>
  615. <FilenameWithoutPath>stm32f1xx_hal_flash_ex.c</FilenameWithoutPath>
  616. <RteFlg>0</RteFlg>
  617. <bShared>0</bShared>
  618. </File>
  619. <File>
  620. <GroupNumber>3</GroupNumber>
  621. <FileNumber>26</FileNumber>
  622. <FileType>1</FileType>
  623. <tvExp>0</tvExp>
  624. <tvExpOptDlg>0</tvExpOptDlg>
  625. <bDave2>0</bDave2>
  626. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c</PathWithFileName>
  627. <FilenameWithoutPath>stm32f1xx_hal_exti.c</FilenameWithoutPath>
  628. <RteFlg>0</RteFlg>
  629. <bShared>0</bShared>
  630. </File>
  631. <File>
  632. <GroupNumber>3</GroupNumber>
  633. <FileNumber>27</FileNumber>
  634. <FileType>1</FileType>
  635. <tvExp>0</tvExp>
  636. <tvExpOptDlg>0</tvExpOptDlg>
  637. <bDave2>0</bDave2>
  638. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c</PathWithFileName>
  639. <FilenameWithoutPath>stm32f1xx_hal_tim.c</FilenameWithoutPath>
  640. <RteFlg>0</RteFlg>
  641. <bShared>0</bShared>
  642. </File>
  643. <File>
  644. <GroupNumber>3</GroupNumber>
  645. <FileNumber>28</FileNumber>
  646. <FileType>1</FileType>
  647. <tvExp>0</tvExp>
  648. <tvExpOptDlg>0</tvExpOptDlg>
  649. <bDave2>0</bDave2>
  650. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c</PathWithFileName>
  651. <FilenameWithoutPath>stm32f1xx_hal_tim_ex.c</FilenameWithoutPath>
  652. <RteFlg>0</RteFlg>
  653. <bShared>0</bShared>
  654. </File>
  655. <File>
  656. <GroupNumber>3</GroupNumber>
  657. <FileNumber>29</FileNumber>
  658. <FileType>1</FileType>
  659. <tvExp>0</tvExp>
  660. <tvExpOptDlg>0</tvExpOptDlg>
  661. <bDave2>0</bDave2>
  662. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c</PathWithFileName>
  663. <FilenameWithoutPath>stm32f1xx_hal_uart.c</FilenameWithoutPath>
  664. <RteFlg>0</RteFlg>
  665. <bShared>0</bShared>
  666. </File>
  667. </Group>
  668. <Group>
  669. <GroupName>Drivers/CMSIS</GroupName>
  670. <tvExp>0</tvExp>
  671. <tvExpOptDlg>0</tvExpOptDlg>
  672. <cbSel>0</cbSel>
  673. <RteFlg>0</RteFlg>
  674. <File>
  675. <GroupNumber>4</GroupNumber>
  676. <FileNumber>30</FileNumber>
  677. <FileType>1</FileType>
  678. <tvExp>0</tvExp>
  679. <tvExpOptDlg>0</tvExpOptDlg>
  680. <bDave2>0</bDave2>
  681. <PathWithFileName>../Core/Src/system_stm32f1xx.c</PathWithFileName>
  682. <FilenameWithoutPath>system_stm32f1xx.c</FilenameWithoutPath>
  683. <RteFlg>0</RteFlg>
  684. <bShared>0</bShared>
  685. </File>
  686. </Group>
  687. <Group>
  688. <GroupName>::CMSIS</GroupName>
  689. <tvExp>0</tvExp>
  690. <tvExpOptDlg>0</tvExpOptDlg>
  691. <cbSel>0</cbSel>
  692. <RteFlg>1</RteFlg>
  693. </Group>
  694. </ProjectOpt>