test.uvoptx 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601
  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</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>test</TargetName>
  21. <ToolsetNumber>0x4</ToolsetNumber>
  22. <ToolsetName>ARM-ADS</ToolsetName>
  23. <TargetOption>
  24. <CLKADS>12000000</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>.\Listings\</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. <Books>
  77. <Book>
  78. <Number>0</Number>
  79. <Title>Quick Start Guide (STM32F030-Discovery)</Title>
  80. <Path>C:\Keil_v5\ARM\PACK\Keil\STM32F0xx_DFP\1.5.0\Boards\ST\STM32F030-Discovery\Documents\32F030DISCOVERY_QSG.pdf</Path>
  81. </Book>
  82. <Book>
  83. <Number>1</Number>
  84. <Title>Data Brief (STM32F030-Discovery)</Title>
  85. <Path>C:\Keil_v5\ARM\PACK\Keil\STM32F0xx_DFP\1.5.0\Boards\ST\STM32F030-Discovery\Documents\DM00092305.pdf</Path>
  86. </Book>
  87. <Book>
  88. <Number>2</Number>
  89. <Title>Schematics (STM32F030-Discovery)</Title>
  90. <Path>C:\Keil_v5\ARM\PACK\Keil\STM32F0xx_DFP\1.5.0\Boards\ST\STM32F030-Discovery\Documents\MB1134.pdf</Path>
  91. </Book>
  92. <Book>
  93. <Number>3</Number>
  94. <Title>STM32F030-Discovery Web Page (STM32F030-Discovery)</Title>
  95. <Path>http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1848/PF259100</Path>
  96. </Book>
  97. </Books>
  98. <DebugOpt>
  99. <uSim>0</uSim>
  100. <uTrg>1</uTrg>
  101. <sLdApp>1</sLdApp>
  102. <sGomain>1</sGomain>
  103. <sRbreak>1</sRbreak>
  104. <sRwatch>1</sRwatch>
  105. <sRmem>1</sRmem>
  106. <sRfunc>1</sRfunc>
  107. <sRbox>1</sRbox>
  108. <tLdApp>1</tLdApp>
  109. <tGomain>1</tGomain>
  110. <tRbreak>1</tRbreak>
  111. <tRwatch>1</tRwatch>
  112. <tRmem>1</tRmem>
  113. <tRfunc>0</tRfunc>
  114. <tRbox>1</tRbox>
  115. <tRtrace>1</tRtrace>
  116. <sRSysVw>1</sRSysVw>
  117. <tRSysVw>1</tRSysVw>
  118. <sRunDeb>0</sRunDeb>
  119. <sLrtime>0</sLrtime>
  120. <nTsel>11</nTsel>
  121. <sDll></sDll>
  122. <sDllPa></sDllPa>
  123. <sDlgDll></sDlgDll>
  124. <sDlgPa></sDlgPa>
  125. <sIfile></sIfile>
  126. <tDll></tDll>
  127. <tDllPa></tDllPa>
  128. <tDlgDll></tDlgDll>
  129. <tDlgPa></tDlgPa>
  130. <tIfile></tIfile>
  131. <pMon>STLink\ST-LINKIII-KEIL_SWO.dll</pMon>
  132. </DebugOpt>
  133. <TargetDriverDllRegistry>
  134. <SetRegEntry>
  135. <Number>0</Number>
  136. <Key>ST-LINKIII-KEIL_SWO</Key>
  137. <Name>-U303030303030303030303031 -O206 -S0 -C0 -A0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC1000 -FN1 -FF0STM32F0xx_64.FLM -FS08000000 -FL010000 -FP0($$Device:STM32F030R8$Flash\STM32F0xx_64.FLM)</Name>
  138. </SetRegEntry>
  139. <SetRegEntry>
  140. <Number>0</Number>
  141. <Key>UL2CM3</Key>
  142. <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F0xx_64 -FS08000000 -FL010000 -FP0($$Device:STM32F030R8$Flash\STM32F0xx_64.FLM))</Name>
  143. </SetRegEntry>
  144. </TargetDriverDllRegistry>
  145. <Breakpoint/>
  146. <Tracepoint>
  147. <THDelay>0</THDelay>
  148. </Tracepoint>
  149. <DebugFlag>
  150. <trace>0</trace>
  151. <periodic>1</periodic>
  152. <aLwin>0</aLwin>
  153. <aCover>0</aCover>
  154. <aSer1>0</aSer1>
  155. <aSer2>0</aSer2>
  156. <aPa>0</aPa>
  157. <viewmode>0</viewmode>
  158. <vrSel>0</vrSel>
  159. <aSym>0</aSym>
  160. <aTbox>0</aTbox>
  161. <AscS1>0</AscS1>
  162. <AscS2>0</AscS2>
  163. <AscS3>0</AscS3>
  164. <aSer3>0</aSer3>
  165. <eProf>0</eProf>
  166. <aLa>0</aLa>
  167. <aPa1>0</aPa1>
  168. <AscS4>0</AscS4>
  169. <aSer4>0</aSer4>
  170. <StkLoc>0</StkLoc>
  171. <TrcWin>0</TrcWin>
  172. <newCpu>0</newCpu>
  173. <uProt>0</uProt>
  174. </DebugFlag>
  175. <LintExecutable></LintExecutable>
  176. <LintConfigFile></LintConfigFile>
  177. <bLintAuto>0</bLintAuto>
  178. <Lin2Executable></Lin2Executable>
  179. <Lin2ConfigFile></Lin2ConfigFile>
  180. <bLin2Auto>0</bLin2Auto>
  181. </TargetOption>
  182. </Target>
  183. <Group>
  184. <GroupName>CMSIS</GroupName>
  185. <tvExp>0</tvExp>
  186. <tvExpOptDlg>0</tvExpOptDlg>
  187. <cbSel>0</cbSel>
  188. <RteFlg>0</RteFlg>
  189. <File>
  190. <GroupNumber>1</GroupNumber>
  191. <FileNumber>1</FileNumber>
  192. <FileType>2</FileType>
  193. <tvExp>0</tvExp>
  194. <tvExpOptDlg>0</tvExpOptDlg>
  195. <bDave2>0</bDave2>
  196. <PathWithFileName>..\..\Libraries\startup\arm\startup_stm32f030.s</PathWithFileName>
  197. <FilenameWithoutPath>startup_stm32f030.s</FilenameWithoutPath>
  198. <RteFlg>0</RteFlg>
  199. <bShared>0</bShared>
  200. </File>
  201. <File>
  202. <GroupNumber>1</GroupNumber>
  203. <FileNumber>2</FileNumber>
  204. <FileType>1</FileType>
  205. <tvExp>0</tvExp>
  206. <tvExpOptDlg>0</tvExpOptDlg>
  207. <bDave2>0</bDave2>
  208. <PathWithFileName>..\..\Libraries\stm32f0xx_it.c</PathWithFileName>
  209. <FilenameWithoutPath>stm32f0xx_it.c</FilenameWithoutPath>
  210. <RteFlg>0</RteFlg>
  211. <bShared>0</bShared>
  212. </File>
  213. <File>
  214. <GroupNumber>1</GroupNumber>
  215. <FileNumber>3</FileNumber>
  216. <FileType>1</FileType>
  217. <tvExp>0</tvExp>
  218. <tvExpOptDlg>0</tvExpOptDlg>
  219. <bDave2>0</bDave2>
  220. <PathWithFileName>..\..\Libraries\system_stm32f0xx.c</PathWithFileName>
  221. <FilenameWithoutPath>system_stm32f0xx.c</FilenameWithoutPath>
  222. <RteFlg>0</RteFlg>
  223. <bShared>0</bShared>
  224. </File>
  225. </Group>
  226. <Group>
  227. <GroupName>FWLIB</GroupName>
  228. <tvExp>0</tvExp>
  229. <tvExpOptDlg>0</tvExpOptDlg>
  230. <cbSel>0</cbSel>
  231. <RteFlg>0</RteFlg>
  232. <File>
  233. <GroupNumber>2</GroupNumber>
  234. <FileNumber>4</FileNumber>
  235. <FileType>1</FileType>
  236. <tvExp>0</tvExp>
  237. <tvExpOptDlg>0</tvExpOptDlg>
  238. <bDave2>0</bDave2>
  239. <PathWithFileName>..\..\Libraries\fwlib\src\stm32f0xx_adc.c</PathWithFileName>
  240. <FilenameWithoutPath>stm32f0xx_adc.c</FilenameWithoutPath>
  241. <RteFlg>0</RteFlg>
  242. <bShared>0</bShared>
  243. </File>
  244. <File>
  245. <GroupNumber>2</GroupNumber>
  246. <FileNumber>5</FileNumber>
  247. <FileType>1</FileType>
  248. <tvExp>0</tvExp>
  249. <tvExpOptDlg>0</tvExpOptDlg>
  250. <bDave2>0</bDave2>
  251. <PathWithFileName>..\..\Libraries\fwlib\src\stm32f0xx_can.c</PathWithFileName>
  252. <FilenameWithoutPath>stm32f0xx_can.c</FilenameWithoutPath>
  253. <RteFlg>0</RteFlg>
  254. <bShared>0</bShared>
  255. </File>
  256. <File>
  257. <GroupNumber>2</GroupNumber>
  258. <FileNumber>6</FileNumber>
  259. <FileType>1</FileType>
  260. <tvExp>0</tvExp>
  261. <tvExpOptDlg>0</tvExpOptDlg>
  262. <bDave2>0</bDave2>
  263. <PathWithFileName>..\..\Libraries\fwlib\src\stm32f0xx_cec.c</PathWithFileName>
  264. <FilenameWithoutPath>stm32f0xx_cec.c</FilenameWithoutPath>
  265. <RteFlg>0</RteFlg>
  266. <bShared>0</bShared>
  267. </File>
  268. <File>
  269. <GroupNumber>2</GroupNumber>
  270. <FileNumber>7</FileNumber>
  271. <FileType>1</FileType>
  272. <tvExp>0</tvExp>
  273. <tvExpOptDlg>0</tvExpOptDlg>
  274. <bDave2>0</bDave2>
  275. <PathWithFileName>..\..\Libraries\fwlib\src\stm32f0xx_comp.c</PathWithFileName>
  276. <FilenameWithoutPath>stm32f0xx_comp.c</FilenameWithoutPath>
  277. <RteFlg>0</RteFlg>
  278. <bShared>0</bShared>
  279. </File>
  280. <File>
  281. <GroupNumber>2</GroupNumber>
  282. <FileNumber>8</FileNumber>
  283. <FileType>1</FileType>
  284. <tvExp>0</tvExp>
  285. <tvExpOptDlg>0</tvExpOptDlg>
  286. <bDave2>0</bDave2>
  287. <PathWithFileName>..\..\Libraries\fwlib\src\stm32f0xx_crc.c</PathWithFileName>
  288. <FilenameWithoutPath>stm32f0xx_crc.c</FilenameWithoutPath>
  289. <RteFlg>0</RteFlg>
  290. <bShared>0</bShared>
  291. </File>
  292. <File>
  293. <GroupNumber>2</GroupNumber>
  294. <FileNumber>9</FileNumber>
  295. <FileType>1</FileType>
  296. <tvExp>0</tvExp>
  297. <tvExpOptDlg>0</tvExpOptDlg>
  298. <bDave2>0</bDave2>
  299. <PathWithFileName>..\..\Libraries\fwlib\src\stm32f0xx_crs.c</PathWithFileName>
  300. <FilenameWithoutPath>stm32f0xx_crs.c</FilenameWithoutPath>
  301. <RteFlg>0</RteFlg>
  302. <bShared>0</bShared>
  303. </File>
  304. <File>
  305. <GroupNumber>2</GroupNumber>
  306. <FileNumber>10</FileNumber>
  307. <FileType>1</FileType>
  308. <tvExp>0</tvExp>
  309. <tvExpOptDlg>0</tvExpOptDlg>
  310. <bDave2>0</bDave2>
  311. <PathWithFileName>..\..\Libraries\fwlib\src\stm32f0xx_dac.c</PathWithFileName>
  312. <FilenameWithoutPath>stm32f0xx_dac.c</FilenameWithoutPath>
  313. <RteFlg>0</RteFlg>
  314. <bShared>0</bShared>
  315. </File>
  316. <File>
  317. <GroupNumber>2</GroupNumber>
  318. <FileNumber>11</FileNumber>
  319. <FileType>1</FileType>
  320. <tvExp>0</tvExp>
  321. <tvExpOptDlg>0</tvExpOptDlg>
  322. <bDave2>0</bDave2>
  323. <PathWithFileName>..\..\Libraries\fwlib\src\stm32f0xx_dbgmcu.c</PathWithFileName>
  324. <FilenameWithoutPath>stm32f0xx_dbgmcu.c</FilenameWithoutPath>
  325. <RteFlg>0</RteFlg>
  326. <bShared>0</bShared>
  327. </File>
  328. <File>
  329. <GroupNumber>2</GroupNumber>
  330. <FileNumber>12</FileNumber>
  331. <FileType>1</FileType>
  332. <tvExp>0</tvExp>
  333. <tvExpOptDlg>0</tvExpOptDlg>
  334. <bDave2>0</bDave2>
  335. <PathWithFileName>..\..\Libraries\fwlib\src\stm32f0xx_dma.c</PathWithFileName>
  336. <FilenameWithoutPath>stm32f0xx_dma.c</FilenameWithoutPath>
  337. <RteFlg>0</RteFlg>
  338. <bShared>0</bShared>
  339. </File>
  340. <File>
  341. <GroupNumber>2</GroupNumber>
  342. <FileNumber>13</FileNumber>
  343. <FileType>1</FileType>
  344. <tvExp>0</tvExp>
  345. <tvExpOptDlg>0</tvExpOptDlg>
  346. <bDave2>0</bDave2>
  347. <PathWithFileName>..\..\Libraries\fwlib\src\stm32f0xx_exti.c</PathWithFileName>
  348. <FilenameWithoutPath>stm32f0xx_exti.c</FilenameWithoutPath>
  349. <RteFlg>0</RteFlg>
  350. <bShared>0</bShared>
  351. </File>
  352. <File>
  353. <GroupNumber>2</GroupNumber>
  354. <FileNumber>14</FileNumber>
  355. <FileType>1</FileType>
  356. <tvExp>0</tvExp>
  357. <tvExpOptDlg>0</tvExpOptDlg>
  358. <bDave2>0</bDave2>
  359. <PathWithFileName>..\..\Libraries\fwlib\src\stm32f0xx_flash.c</PathWithFileName>
  360. <FilenameWithoutPath>stm32f0xx_flash.c</FilenameWithoutPath>
  361. <RteFlg>0</RteFlg>
  362. <bShared>0</bShared>
  363. </File>
  364. <File>
  365. <GroupNumber>2</GroupNumber>
  366. <FileNumber>15</FileNumber>
  367. <FileType>1</FileType>
  368. <tvExp>0</tvExp>
  369. <tvExpOptDlg>0</tvExpOptDlg>
  370. <bDave2>0</bDave2>
  371. <PathWithFileName>..\..\Libraries\fwlib\src\stm32f0xx_gpio.c</PathWithFileName>
  372. <FilenameWithoutPath>stm32f0xx_gpio.c</FilenameWithoutPath>
  373. <RteFlg>0</RteFlg>
  374. <bShared>0</bShared>
  375. </File>
  376. <File>
  377. <GroupNumber>2</GroupNumber>
  378. <FileNumber>16</FileNumber>
  379. <FileType>1</FileType>
  380. <tvExp>0</tvExp>
  381. <tvExpOptDlg>0</tvExpOptDlg>
  382. <bDave2>0</bDave2>
  383. <PathWithFileName>..\..\Libraries\fwlib\src\stm32f0xx_i2c.c</PathWithFileName>
  384. <FilenameWithoutPath>stm32f0xx_i2c.c</FilenameWithoutPath>
  385. <RteFlg>0</RteFlg>
  386. <bShared>0</bShared>
  387. </File>
  388. <File>
  389. <GroupNumber>2</GroupNumber>
  390. <FileNumber>17</FileNumber>
  391. <FileType>1</FileType>
  392. <tvExp>0</tvExp>
  393. <tvExpOptDlg>0</tvExpOptDlg>
  394. <bDave2>0</bDave2>
  395. <PathWithFileName>..\..\Libraries\fwlib\src\stm32f0xx_iwdg.c</PathWithFileName>
  396. <FilenameWithoutPath>stm32f0xx_iwdg.c</FilenameWithoutPath>
  397. <RteFlg>0</RteFlg>
  398. <bShared>0</bShared>
  399. </File>
  400. <File>
  401. <GroupNumber>2</GroupNumber>
  402. <FileNumber>18</FileNumber>
  403. <FileType>1</FileType>
  404. <tvExp>0</tvExp>
  405. <tvExpOptDlg>0</tvExpOptDlg>
  406. <bDave2>0</bDave2>
  407. <PathWithFileName>..\..\Libraries\fwlib\src\stm32f0xx_misc.c</PathWithFileName>
  408. <FilenameWithoutPath>stm32f0xx_misc.c</FilenameWithoutPath>
  409. <RteFlg>0</RteFlg>
  410. <bShared>0</bShared>
  411. </File>
  412. <File>
  413. <GroupNumber>2</GroupNumber>
  414. <FileNumber>19</FileNumber>
  415. <FileType>1</FileType>
  416. <tvExp>0</tvExp>
  417. <tvExpOptDlg>0</tvExpOptDlg>
  418. <bDave2>0</bDave2>
  419. <PathWithFileName>..\..\Libraries\fwlib\src\stm32f0xx_pwr.c</PathWithFileName>
  420. <FilenameWithoutPath>stm32f0xx_pwr.c</FilenameWithoutPath>
  421. <RteFlg>0</RteFlg>
  422. <bShared>0</bShared>
  423. </File>
  424. <File>
  425. <GroupNumber>2</GroupNumber>
  426. <FileNumber>20</FileNumber>
  427. <FileType>1</FileType>
  428. <tvExp>0</tvExp>
  429. <tvExpOptDlg>0</tvExpOptDlg>
  430. <bDave2>0</bDave2>
  431. <PathWithFileName>..\..\Libraries\fwlib\src\stm32f0xx_rcc.c</PathWithFileName>
  432. <FilenameWithoutPath>stm32f0xx_rcc.c</FilenameWithoutPath>
  433. <RteFlg>0</RteFlg>
  434. <bShared>0</bShared>
  435. </File>
  436. <File>
  437. <GroupNumber>2</GroupNumber>
  438. <FileNumber>21</FileNumber>
  439. <FileType>1</FileType>
  440. <tvExp>0</tvExp>
  441. <tvExpOptDlg>0</tvExpOptDlg>
  442. <bDave2>0</bDave2>
  443. <PathWithFileName>..\..\Libraries\fwlib\src\stm32f0xx_rtc.c</PathWithFileName>
  444. <FilenameWithoutPath>stm32f0xx_rtc.c</FilenameWithoutPath>
  445. <RteFlg>0</RteFlg>
  446. <bShared>0</bShared>
  447. </File>
  448. <File>
  449. <GroupNumber>2</GroupNumber>
  450. <FileNumber>22</FileNumber>
  451. <FileType>1</FileType>
  452. <tvExp>0</tvExp>
  453. <tvExpOptDlg>0</tvExpOptDlg>
  454. <bDave2>0</bDave2>
  455. <PathWithFileName>..\..\Libraries\fwlib\src\stm32f0xx_spi.c</PathWithFileName>
  456. <FilenameWithoutPath>stm32f0xx_spi.c</FilenameWithoutPath>
  457. <RteFlg>0</RteFlg>
  458. <bShared>0</bShared>
  459. </File>
  460. <File>
  461. <GroupNumber>2</GroupNumber>
  462. <FileNumber>23</FileNumber>
  463. <FileType>1</FileType>
  464. <tvExp>0</tvExp>
  465. <tvExpOptDlg>0</tvExpOptDlg>
  466. <bDave2>0</bDave2>
  467. <PathWithFileName>..\..\Libraries\fwlib\src\stm32f0xx_syscfg.c</PathWithFileName>
  468. <FilenameWithoutPath>stm32f0xx_syscfg.c</FilenameWithoutPath>
  469. <RteFlg>0</RteFlg>
  470. <bShared>0</bShared>
  471. </File>
  472. <File>
  473. <GroupNumber>2</GroupNumber>
  474. <FileNumber>24</FileNumber>
  475. <FileType>1</FileType>
  476. <tvExp>0</tvExp>
  477. <tvExpOptDlg>0</tvExpOptDlg>
  478. <bDave2>0</bDave2>
  479. <PathWithFileName>..\..\Libraries\fwlib\src\stm32f0xx_tim.c</PathWithFileName>
  480. <FilenameWithoutPath>stm32f0xx_tim.c</FilenameWithoutPath>
  481. <RteFlg>0</RteFlg>
  482. <bShared>0</bShared>
  483. </File>
  484. <File>
  485. <GroupNumber>2</GroupNumber>
  486. <FileNumber>25</FileNumber>
  487. <FileType>1</FileType>
  488. <tvExp>0</tvExp>
  489. <tvExpOptDlg>0</tvExpOptDlg>
  490. <bDave2>0</bDave2>
  491. <PathWithFileName>..\..\Libraries\fwlib\src\stm32f0xx_usart.c</PathWithFileName>
  492. <FilenameWithoutPath>stm32f0xx_usart.c</FilenameWithoutPath>
  493. <RteFlg>0</RteFlg>
  494. <bShared>0</bShared>
  495. </File>
  496. <File>
  497. <GroupNumber>2</GroupNumber>
  498. <FileNumber>26</FileNumber>
  499. <FileType>1</FileType>
  500. <tvExp>0</tvExp>
  501. <tvExpOptDlg>0</tvExpOptDlg>
  502. <bDave2>0</bDave2>
  503. <PathWithFileName>..\..\Libraries\fwlib\src\stm32f0xx_wwdg.c</PathWithFileName>
  504. <FilenameWithoutPath>stm32f0xx_wwdg.c</FilenameWithoutPath>
  505. <RteFlg>0</RteFlg>
  506. <bShared>0</bShared>
  507. </File>
  508. </Group>
  509. <Group>
  510. <GroupName>SYSTEM</GroupName>
  511. <tvExp>0</tvExp>
  512. <tvExpOptDlg>0</tvExpOptDlg>
  513. <cbSel>0</cbSel>
  514. <RteFlg>0</RteFlg>
  515. <File>
  516. <GroupNumber>3</GroupNumber>
  517. <FileNumber>27</FileNumber>
  518. <FileType>1</FileType>
  519. <tvExp>0</tvExp>
  520. <tvExpOptDlg>0</tvExpOptDlg>
  521. <bDave2>0</bDave2>
  522. <PathWithFileName>..\..\SYSTEM\delay.c</PathWithFileName>
  523. <FilenameWithoutPath>delay.c</FilenameWithoutPath>
  524. <RteFlg>0</RteFlg>
  525. <bShared>0</bShared>
  526. </File>
  527. <File>
  528. <GroupNumber>3</GroupNumber>
  529. <FileNumber>28</FileNumber>
  530. <FileType>1</FileType>
  531. <tvExp>0</tvExp>
  532. <tvExpOptDlg>0</tvExpOptDlg>
  533. <bDave2>0</bDave2>
  534. <PathWithFileName>..\..\SYSTEM\sys.c</PathWithFileName>
  535. <FilenameWithoutPath>sys.c</FilenameWithoutPath>
  536. <RteFlg>0</RteFlg>
  537. <bShared>0</bShared>
  538. </File>
  539. <File>
  540. <GroupNumber>3</GroupNumber>
  541. <FileNumber>29</FileNumber>
  542. <FileType>1</FileType>
  543. <tvExp>0</tvExp>
  544. <tvExpOptDlg>0</tvExpOptDlg>
  545. <bDave2>0</bDave2>
  546. <PathWithFileName>..\..\SYSTEM\usart.c</PathWithFileName>
  547. <FilenameWithoutPath>usart.c</FilenameWithoutPath>
  548. <RteFlg>0</RteFlg>
  549. <bShared>0</bShared>
  550. </File>
  551. </Group>
  552. <Group>
  553. <GroupName>USER</GroupName>
  554. <tvExp>1</tvExp>
  555. <tvExpOptDlg>0</tvExpOptDlg>
  556. <cbSel>0</cbSel>
  557. <RteFlg>0</RteFlg>
  558. <File>
  559. <GroupNumber>4</GroupNumber>
  560. <FileNumber>30</FileNumber>
  561. <FileType>1</FileType>
  562. <tvExp>0</tvExp>
  563. <tvExpOptDlg>0</tvExpOptDlg>
  564. <bDave2>0</bDave2>
  565. <PathWithFileName>..\..\USER\main.c</PathWithFileName>
  566. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  567. <RteFlg>0</RteFlg>
  568. <bShared>0</bShared>
  569. </File>
  570. </Group>
  571. <Group>
  572. <GroupName>HAL</GroupName>
  573. <tvExp>0</tvExp>
  574. <tvExpOptDlg>0</tvExpOptDlg>
  575. <cbSel>0</cbSel>
  576. <RteFlg>0</RteFlg>
  577. <File>
  578. <GroupNumber>5</GroupNumber>
  579. <FileNumber>31</FileNumber>
  580. <FileType>1</FileType>
  581. <tvExp>0</tvExp>
  582. <tvExpOptDlg>0</tvExpOptDlg>
  583. <bDave2>0</bDave2>
  584. <PathWithFileName>..\..\HAL\hal_led.c</PathWithFileName>
  585. <FilenameWithoutPath>hal_led.c</FilenameWithoutPath>
  586. <RteFlg>0</RteFlg>
  587. <bShared>0</bShared>
  588. </File>
  589. </Group>
  590. </ProjectOpt>