stm32.uvoptx 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886
  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>can</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>1</RunSim>
  29. <RunTarget>0</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>.\listing\</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>0</tRfunc>
  92. <tRbox>1</tRbox>
  93. <tRtrace>0</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>DLGUARM</Key>
  118. <Name>(105=-1,-1,-1,-1,0)</Name>
  119. </SetRegEntry>
  120. <SetRegEntry>
  121. <Number>0</Number>
  122. <Key>ST-LINKIII-KEIL_SWO</Key>
  123. <Name>-U260019001300004B3239524E -O78 -SF4000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P2 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8004 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO31 -FD20000000 -FC1000 -FN1 -FF0STM32F0xx_16.FLM -FS08000000 -FL04000 -FP0($$Device:STM32F030F4Px$CMSIS\Flash\STM32F0xx_16.FLM)</Name>
  124. </SetRegEntry>
  125. <SetRegEntry>
  126. <Number>0</Number>
  127. <Key>UL2CM3</Key>
  128. <Name>-U -O14 -S0 -C0 -P00 -N00("ARM Cortex-M3") -D00(1BA00477) -L00(4) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FN1 -FC1000 -FD20000000 -FF0STM32F0xx_64 -FL010000 -FS08000000 -FP0($$Device:STM32F030C8Tx$CMSIS\Flash\STM32F0xx_64.FLM)</Name>
  129. </SetRegEntry>
  130. <SetRegEntry>
  131. <Number>0</Number>
  132. <Key>JL2CM3</Key>
  133. <Name>-U69663349 -O78 -S5 -ZTIFSpeedSel1000 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8001 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO31 -FD20000000 -FC1000 -FN1 -FF0STM32F0xx_64.FLM -FS08000000 -FL010000 -FP0($$Device:STM32F030C8Tx$CMSIS\Flash\STM32F0xx_64.FLM)</Name>
  134. </SetRegEntry>
  135. <SetRegEntry>
  136. <Number>0</Number>
  137. <Key>ARMRTXEVENTFLAGS</Key>
  138. <Name>-L70 -Z18 -C0 -M0 -T1</Name>
  139. </SetRegEntry>
  140. <SetRegEntry>
  141. <Number>0</Number>
  142. <Key>ST-LINKIII-KEIL</Key>
  143. <Name>-S</Name>
  144. </SetRegEntry>
  145. <SetRegEntry>
  146. <Number>0</Number>
  147. <Key>DLGTARM</Key>
  148. <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)</Name>
  149. </SetRegEntry>
  150. <SetRegEntry>
  151. <Number>0</Number>
  152. <Key>ARMDBGFLAGS</Key>
  153. <Name></Name>
  154. </SetRegEntry>
  155. </TargetDriverDllRegistry>
  156. <Breakpoint/>
  157. <WatchWindow1>
  158. <Ww>
  159. <count>0</count>
  160. <WinNumber>1</WinNumber>
  161. <ItemText>X_Position</ItemText>
  162. </Ww>
  163. <Ww>
  164. <count>1</count>
  165. <WinNumber>1</WinNumber>
  166. <ItemText>Y_Addata</ItemText>
  167. </Ww>
  168. <Ww>
  169. <count>2</count>
  170. <WinNumber>1</WinNumber>
  171. <ItemText>X_Addata</ItemText>
  172. </Ww>
  173. <Ww>
  174. <count>3</count>
  175. <WinNumber>1</WinNumber>
  176. <ItemText>testbcnt</ItemText>
  177. </Ww>
  178. <Ww>
  179. <count>4</count>
  180. <WinNumber>1</WinNumber>
  181. <ItemText>testbuf</ItemText>
  182. </Ww>
  183. <Ww>
  184. <count>5</count>
  185. <WinNumber>1</WinNumber>
  186. <ItemText>gtTp</ItemText>
  187. </Ww>
  188. <Ww>
  189. <count>6</count>
  190. <WinNumber>1</WinNumber>
  191. <ItemText>gtArm</ItemText>
  192. </Ww>
  193. <Ww>
  194. <count>7</count>
  195. <WinNumber>1</WinNumber>
  196. <ItemText>intcnt</ItemText>
  197. </Ww>
  198. <Ww>
  199. <count>8</count>
  200. <WinNumber>1</WinNumber>
  201. <ItemText>RCC_Clocks</ItemText>
  202. </Ww>
  203. <Ww>
  204. <count>9</count>
  205. <WinNumber>1</WinNumber>
  206. <ItemText>RxData</ItemText>
  207. </Ww>
  208. <Ww>
  209. <count>10</count>
  210. <WinNumber>1</WinNumber>
  211. <ItemText>SysTime</ItemText>
  212. </Ww>
  213. <Ww>
  214. <count>11</count>
  215. <WinNumber>1</WinNumber>
  216. <ItemText>gtPwrCfg.taskTmr</ItemText>
  217. </Ww>
  218. <Ww>
  219. <count>12</count>
  220. <WinNumber>1</WinNumber>
  221. <ItemText>gtPwrCfg</ItemText>
  222. </Ww>
  223. <Ww>
  224. <count>13</count>
  225. <WinNumber>1</WinNumber>
  226. <ItemText>intcnt</ItemText>
  227. </Ww>
  228. <Ww>
  229. <count>14</count>
  230. <WinNumber>1</WinNumber>
  231. <ItemText>get_rcc_clock</ItemText>
  232. </Ww>
  233. <Ww>
  234. <count>15</count>
  235. <WinNumber>1</WinNumber>
  236. <ItemText>u16cnttest</ItemText>
  237. </Ww>
  238. <Ww>
  239. <count>16</count>
  240. <WinNumber>1</WinNumber>
  241. <ItemText>gtPwrCfg</ItemText>
  242. </Ww>
  243. <Ww>
  244. <count>17</count>
  245. <WinNumber>1</WinNumber>
  246. <ItemText>gtArm</ItemText>
  247. </Ww>
  248. <Ww>
  249. <count>18</count>
  250. <WinNumber>1</WinNumber>
  251. <ItemText>uLedKeyStae</ItemText>
  252. </Ww>
  253. <Ww>
  254. <count>19</count>
  255. <WinNumber>1</WinNumber>
  256. <ItemText>s_tUart1Cfg</ItemText>
  257. </Ww>
  258. <Ww>
  259. <count>20</count>
  260. <WinNumber>1</WinNumber>
  261. <ItemText>s_u8ArmRxBuf</ItemText>
  262. </Ww>
  263. <Ww>
  264. <count>21</count>
  265. <WinNumber>1</WinNumber>
  266. <ItemText>KEY0</ItemText>
  267. </Ww>
  268. <Ww>
  269. <count>22</count>
  270. <WinNumber>1</WinNumber>
  271. <ItemText>RunMode</ItemText>
  272. </Ww>
  273. <Ww>
  274. <count>23</count>
  275. <WinNumber>1</WinNumber>
  276. <ItemText>BUS_SendCmd</ItemText>
  277. </Ww>
  278. <Ww>
  279. <count>24</count>
  280. <WinNumber>1</WinNumber>
  281. <ItemText>BUS_RevBuf</ItemText>
  282. </Ww>
  283. <Ww>
  284. <count>25</count>
  285. <WinNumber>1</WinNumber>
  286. <ItemText>testcc1v</ItemText>
  287. </Ww>
  288. <Ww>
  289. <count>26</count>
  290. <WinNumber>1</WinNumber>
  291. <ItemText>BUS_Rev_Cmd</ItemText>
  292. </Ww>
  293. <Ww>
  294. <count>27</count>
  295. <WinNumber>1</WinNumber>
  296. <ItemText>BUS_RevIndex</ItemText>
  297. </Ww>
  298. <Ww>
  299. <count>28</count>
  300. <WinNumber>1</WinNumber>
  301. <ItemText>LocalTime</ItemText>
  302. </Ww>
  303. <Ww>
  304. <count>29</count>
  305. <WinNumber>1</WinNumber>
  306. <ItemText>KEY6</ItemText>
  307. </Ww>
  308. <Ww>
  309. <count>30</count>
  310. <WinNumber>1</WinNumber>
  311. <ItemText>KEY3</ItemText>
  312. </Ww>
  313. <Ww>
  314. <count>31</count>
  315. <WinNumber>1</WinNumber>
  316. <ItemText>KEY4</ItemText>
  317. </Ww>
  318. <Ww>
  319. <count>32</count>
  320. <WinNumber>1</WinNumber>
  321. <ItemText>KEY5</ItemText>
  322. </Ww>
  323. <Ww>
  324. <count>33</count>
  325. <WinNumber>1</WinNumber>
  326. <ItemText>KEY0</ItemText>
  327. </Ww>
  328. <Ww>
  329. <count>34</count>
  330. <WinNumber>1</WinNumber>
  331. <ItemText>KEY1</ItemText>
  332. </Ww>
  333. <Ww>
  334. <count>35</count>
  335. <WinNumber>1</WinNumber>
  336. <ItemText>KEY2</ItemText>
  337. </Ww>
  338. <Ww>
  339. <count>36</count>
  340. <WinNumber>1</WinNumber>
  341. <ItemText>gtAmi</ItemText>
  342. </Ww>
  343. <Ww>
  344. <count>37</count>
  345. <WinNumber>1</WinNumber>
  346. <ItemText>s_u8ArmRxBuf</ItemText>
  347. </Ww>
  348. <Ww>
  349. <count>38</count>
  350. <WinNumber>1</WinNumber>
  351. <ItemText>s_u8ArmTxBuf</ItemText>
  352. </Ww>
  353. <Ww>
  354. <count>39</count>
  355. <WinNumber>1</WinNumber>
  356. <ItemText>s_u8ArmTxBuf[0]</ItemText>
  357. </Ww>
  358. <Ww>
  359. <count>40</count>
  360. <WinNumber>1</WinNumber>
  361. <ItemText>VoiceCmdFlag</ItemText>
  362. </Ww>
  363. <Ww>
  364. <count>41</count>
  365. <WinNumber>1</WinNumber>
  366. <ItemText>VoiceCmdApp</ItemText>
  367. </Ww>
  368. <Ww>
  369. <count>42</count>
  370. <WinNumber>1</WinNumber>
  371. <ItemText>VoiceCmd</ItemText>
  372. </Ww>
  373. <Ww>
  374. <count>43</count>
  375. <WinNumber>1</WinNumber>
  376. <ItemText>BUS_SendInex</ItemText>
  377. </Ww>
  378. <Ww>
  379. <count>44</count>
  380. <WinNumber>1</WinNumber>
  381. <ItemText>BUS_RevBuf</ItemText>
  382. </Ww>
  383. <Ww>
  384. <count>45</count>
  385. <WinNumber>1</WinNumber>
  386. <ItemText>Micswitch</ItemText>
  387. </Ww>
  388. <Ww>
  389. <count>46</count>
  390. <WinNumber>1</WinNumber>
  391. <ItemText>Voiceswitc</ItemText>
  392. </Ww>
  393. <Ww>
  394. <count>47</count>
  395. <WinNumber>1</WinNumber>
  396. <ItemText>Voiceswitch</ItemText>
  397. </Ww>
  398. <Ww>
  399. <count>48</count>
  400. <WinNumber>1</WinNumber>
  401. <ItemText>BUS_RevOverTime</ItemText>
  402. </Ww>
  403. <Ww>
  404. <count>49</count>
  405. <WinNumber>1</WinNumber>
  406. <ItemText>Ledswitch</ItemText>
  407. </Ww>
  408. <Ww>
  409. <count>50</count>
  410. <WinNumber>1</WinNumber>
  411. <ItemText>VoiceCmdAppAck</ItemText>
  412. </Ww>
  413. </WatchWindow1>
  414. <MemoryWindow1>
  415. <Mm>
  416. <WinNumber>1</WinNumber>
  417. <SubType>0</SubType>
  418. <ItemText>\\stm32\../source/user/main.c\s_vu8SysSched2Tmr</ItemText>
  419. <AccSizeX>0</AccSizeX>
  420. </Mm>
  421. </MemoryWindow1>
  422. <Tracepoint>
  423. <THDelay>0</THDelay>
  424. </Tracepoint>
  425. <DebugFlag>
  426. <trace>0</trace>
  427. <periodic>1</periodic>
  428. <aLwin>1</aLwin>
  429. <aCover>0</aCover>
  430. <aSer1>0</aSer1>
  431. <aSer2>0</aSer2>
  432. <aPa>0</aPa>
  433. <viewmode>1</viewmode>
  434. <vrSel>0</vrSel>
  435. <aSym>0</aSym>
  436. <aTbox>0</aTbox>
  437. <AscS1>0</AscS1>
  438. <AscS2>0</AscS2>
  439. <AscS3>0</AscS3>
  440. <aSer3>0</aSer3>
  441. <eProf>0</eProf>
  442. <aLa>0</aLa>
  443. <aPa1>0</aPa1>
  444. <AscS4>0</AscS4>
  445. <aSer4>0</aSer4>
  446. <StkLoc>1</StkLoc>
  447. <TrcWin>0</TrcWin>
  448. <newCpu>0</newCpu>
  449. <uProt>0</uProt>
  450. </DebugFlag>
  451. <LintExecutable></LintExecutable>
  452. <LintConfigFile></LintConfigFile>
  453. <bLintAuto>0</bLintAuto>
  454. <bAutoGenD>0</bAutoGenD>
  455. <LntExFlags>0</LntExFlags>
  456. <pMisraName></pMisraName>
  457. <pszMrule></pszMrule>
  458. <pSingCmds></pSingCmds>
  459. <pMultCmds></pMultCmds>
  460. <pMisraNamep></pMisraNamep>
  461. <pszMrulep></pszMrulep>
  462. <pSingCmdsp></pSingCmdsp>
  463. <pMultCmdsp></pMultCmdsp>
  464. <DebugDescription>
  465. <Enable>1</Enable>
  466. <EnableLog>0</EnableLog>
  467. <Protocol>2</Protocol>
  468. <DbgClock>10000000</DbgClock>
  469. </DebugDescription>
  470. </TargetOption>
  471. </Target>
  472. <Group>
  473. <GroupName>cfg</GroupName>
  474. <tvExp>1</tvExp>
  475. <tvExpOptDlg>0</tvExpOptDlg>
  476. <cbSel>0</cbSel>
  477. <RteFlg>0</RteFlg>
  478. <File>
  479. <GroupNumber>1</GroupNumber>
  480. <FileNumber>1</FileNumber>
  481. <FileType>1</FileType>
  482. <tvExp>0</tvExp>
  483. <tvExpOptDlg>0</tvExpOptDlg>
  484. <bDave2>0</bDave2>
  485. <PathWithFileName>..\source\cfg\stm32f0xx_it.c</PathWithFileName>
  486. <FilenameWithoutPath>stm32f0xx_it.c</FilenameWithoutPath>
  487. <RteFlg>0</RteFlg>
  488. <bShared>0</bShared>
  489. </File>
  490. </Group>
  491. <Group>
  492. <GroupName>cmsis</GroupName>
  493. <tvExp>1</tvExp>
  494. <tvExpOptDlg>0</tvExpOptDlg>
  495. <cbSel>0</cbSel>
  496. <RteFlg>0</RteFlg>
  497. <File>
  498. <GroupNumber>2</GroupNumber>
  499. <FileNumber>2</FileNumber>
  500. <FileType>1</FileType>
  501. <tvExp>0</tvExp>
  502. <tvExpOptDlg>0</tvExpOptDlg>
  503. <bDave2>0</bDave2>
  504. <PathWithFileName>..\source\cmsis\system_stm32f0xx.c</PathWithFileName>
  505. <FilenameWithoutPath>system_stm32f0xx.c</FilenameWithoutPath>
  506. <RteFlg>0</RteFlg>
  507. <bShared>0</bShared>
  508. </File>
  509. </Group>
  510. <Group>
  511. <GroupName>startup</GroupName>
  512. <tvExp>1</tvExp>
  513. <tvExpOptDlg>0</tvExpOptDlg>
  514. <cbSel>0</cbSel>
  515. <RteFlg>0</RteFlg>
  516. <File>
  517. <GroupNumber>3</GroupNumber>
  518. <FileNumber>3</FileNumber>
  519. <FileType>2</FileType>
  520. <tvExp>0</tvExp>
  521. <tvExpOptDlg>0</tvExpOptDlg>
  522. <bDave2>0</bDave2>
  523. <PathWithFileName>..\source\startup\startup_stm32f030x8.s</PathWithFileName>
  524. <FilenameWithoutPath>startup_stm32f030x8.s</FilenameWithoutPath>
  525. <RteFlg>0</RteFlg>
  526. <bShared>0</bShared>
  527. </File>
  528. </Group>
  529. <Group>
  530. <GroupName>user</GroupName>
  531. <tvExp>1</tvExp>
  532. <tvExpOptDlg>0</tvExpOptDlg>
  533. <cbSel>0</cbSel>
  534. <RteFlg>0</RteFlg>
  535. <File>
  536. <GroupNumber>4</GroupNumber>
  537. <FileNumber>4</FileNumber>
  538. <FileType>1</FileType>
  539. <tvExp>0</tvExp>
  540. <tvExpOptDlg>0</tvExpOptDlg>
  541. <bDave2>0</bDave2>
  542. <PathWithFileName>..\source\user\mapp_gpio.c</PathWithFileName>
  543. <FilenameWithoutPath>mapp_gpio.c</FilenameWithoutPath>
  544. <RteFlg>0</RteFlg>
  545. <bShared>0</bShared>
  546. </File>
  547. <File>
  548. <GroupNumber>4</GroupNumber>
  549. <FileNumber>5</FileNumber>
  550. <FileType>1</FileType>
  551. <tvExp>0</tvExp>
  552. <tvExpOptDlg>0</tvExpOptDlg>
  553. <bDave2>0</bDave2>
  554. <PathWithFileName>..\source\user\mapp_key.c</PathWithFileName>
  555. <FilenameWithoutPath>mapp_key.c</FilenameWithoutPath>
  556. <RteFlg>0</RteFlg>
  557. <bShared>0</bShared>
  558. </File>
  559. <File>
  560. <GroupNumber>4</GroupNumber>
  561. <FileNumber>6</FileNumber>
  562. <FileType>1</FileType>
  563. <tvExp>0</tvExp>
  564. <tvExpOptDlg>0</tvExpOptDlg>
  565. <bDave2>0</bDave2>
  566. <PathWithFileName>..\source\user\mapp_msg.c</PathWithFileName>
  567. <FilenameWithoutPath>mapp_msg.c</FilenameWithoutPath>
  568. <RteFlg>0</RteFlg>
  569. <bShared>0</bShared>
  570. </File>
  571. <File>
  572. <GroupNumber>4</GroupNumber>
  573. <FileNumber>7</FileNumber>
  574. <FileType>1</FileType>
  575. <tvExp>0</tvExp>
  576. <tvExpOptDlg>0</tvExpOptDlg>
  577. <bDave2>0</bDave2>
  578. <PathWithFileName>..\source\user\mapp_pwr.c</PathWithFileName>
  579. <FilenameWithoutPath>mapp_pwr.c</FilenameWithoutPath>
  580. <RteFlg>0</RteFlg>
  581. <bShared>0</bShared>
  582. </File>
  583. <File>
  584. <GroupNumber>4</GroupNumber>
  585. <FileNumber>8</FileNumber>
  586. <FileType>1</FileType>
  587. <tvExp>0</tvExp>
  588. <tvExpOptDlg>0</tvExpOptDlg>
  589. <bDave2>0</bDave2>
  590. <PathWithFileName>..\source\user\main.c</PathWithFileName>
  591. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  592. <RteFlg>0</RteFlg>
  593. <bShared>0</bShared>
  594. </File>
  595. <File>
  596. <GroupNumber>4</GroupNumber>
  597. <FileNumber>9</FileNumber>
  598. <FileType>1</FileType>
  599. <tvExp>0</tvExp>
  600. <tvExpOptDlg>0</tvExpOptDlg>
  601. <bDave2>0</bDave2>
  602. <PathWithFileName>..\source\user\mapp_ext.c</PathWithFileName>
  603. <FilenameWithoutPath>mapp_ext.c</FilenameWithoutPath>
  604. <RteFlg>0</RteFlg>
  605. <bShared>0</bShared>
  606. </File>
  607. <File>
  608. <GroupNumber>4</GroupNumber>
  609. <FileNumber>10</FileNumber>
  610. <FileType>1</FileType>
  611. <tvExp>0</tvExp>
  612. <tvExpOptDlg>0</tvExpOptDlg>
  613. <bDave2>0</bDave2>
  614. <PathWithFileName>..\source\user\mapp_uart1.c</PathWithFileName>
  615. <FilenameWithoutPath>mapp_uart1.c</FilenameWithoutPath>
  616. <RteFlg>0</RteFlg>
  617. <bShared>0</bShared>
  618. </File>
  619. <File>
  620. <GroupNumber>4</GroupNumber>
  621. <FileNumber>11</FileNumber>
  622. <FileType>1</FileType>
  623. <tvExp>0</tvExp>
  624. <tvExpOptDlg>0</tvExpOptDlg>
  625. <bDave2>0</bDave2>
  626. <PathWithFileName>..\source\user\mapp_arm.c</PathWithFileName>
  627. <FilenameWithoutPath>mapp_arm.c</FilenameWithoutPath>
  628. <RteFlg>0</RteFlg>
  629. <bShared>0</bShared>
  630. </File>
  631. <File>
  632. <GroupNumber>4</GroupNumber>
  633. <FileNumber>12</FileNumber>
  634. <FileType>1</FileType>
  635. <tvExp>0</tvExp>
  636. <tvExpOptDlg>0</tvExpOptDlg>
  637. <bDave2>0</bDave2>
  638. <PathWithFileName>..\source\user\mapp_time.c</PathWithFileName>
  639. <FilenameWithoutPath>mapp_time.c</FilenameWithoutPath>
  640. <RteFlg>0</RteFlg>
  641. <bShared>0</bShared>
  642. </File>
  643. <File>
  644. <GroupNumber>4</GroupNumber>
  645. <FileNumber>13</FileNumber>
  646. <FileType>1</FileType>
  647. <tvExp>0</tvExp>
  648. <tvExpOptDlg>0</tvExpOptDlg>
  649. <bDave2>0</bDave2>
  650. <PathWithFileName>..\source\user\mapp_bus.c</PathWithFileName>
  651. <FilenameWithoutPath>mapp_bus.c</FilenameWithoutPath>
  652. <RteFlg>0</RteFlg>
  653. <bShared>0</bShared>
  654. </File>
  655. <File>
  656. <GroupNumber>4</GroupNumber>
  657. <FileNumber>14</FileNumber>
  658. <FileType>1</FileType>
  659. <tvExp>0</tvExp>
  660. <tvExpOptDlg>0</tvExpOptDlg>
  661. <bDave2>0</bDave2>
  662. <PathWithFileName>..\source\user\mapp_ami.c</PathWithFileName>
  663. <FilenameWithoutPath>mapp_ami.c</FilenameWithoutPath>
  664. <RteFlg>0</RteFlg>
  665. <bShared>0</bShared>
  666. </File>
  667. </Group>
  668. <Group>
  669. <GroupName>stdlib</GroupName>
  670. <tvExp>0</tvExp>
  671. <tvExpOptDlg>0</tvExpOptDlg>
  672. <cbSel>0</cbSel>
  673. <RteFlg>0</RteFlg>
  674. <File>
  675. <GroupNumber>5</GroupNumber>
  676. <FileNumber>15</FileNumber>
  677. <FileType>1</FileType>
  678. <tvExp>0</tvExp>
  679. <tvExpOptDlg>0</tvExpOptDlg>
  680. <bDave2>0</bDave2>
  681. <PathWithFileName>..\source\stdlib\src\stm32f0xx_can.c</PathWithFileName>
  682. <FilenameWithoutPath>stm32f0xx_can.c</FilenameWithoutPath>
  683. <RteFlg>0</RteFlg>
  684. <bShared>0</bShared>
  685. </File>
  686. <File>
  687. <GroupNumber>5</GroupNumber>
  688. <FileNumber>16</FileNumber>
  689. <FileType>1</FileType>
  690. <tvExp>0</tvExp>
  691. <tvExpOptDlg>0</tvExpOptDlg>
  692. <bDave2>0</bDave2>
  693. <PathWithFileName>..\source\stdlib\src\stm32f0xx_dma.c</PathWithFileName>
  694. <FilenameWithoutPath>stm32f0xx_dma.c</FilenameWithoutPath>
  695. <RteFlg>0</RteFlg>
  696. <bShared>0</bShared>
  697. </File>
  698. <File>
  699. <GroupNumber>5</GroupNumber>
  700. <FileNumber>17</FileNumber>
  701. <FileType>1</FileType>
  702. <tvExp>0</tvExp>
  703. <tvExpOptDlg>0</tvExpOptDlg>
  704. <bDave2>0</bDave2>
  705. <PathWithFileName>..\source\stdlib\src\stm32f0xx_exti.c</PathWithFileName>
  706. <FilenameWithoutPath>stm32f0xx_exti.c</FilenameWithoutPath>
  707. <RteFlg>0</RteFlg>
  708. <bShared>0</bShared>
  709. </File>
  710. <File>
  711. <GroupNumber>5</GroupNumber>
  712. <FileNumber>18</FileNumber>
  713. <FileType>1</FileType>
  714. <tvExp>0</tvExp>
  715. <tvExpOptDlg>0</tvExpOptDlg>
  716. <bDave2>0</bDave2>
  717. <PathWithFileName>..\source\stdlib\src\stm32f0xx_flash.c</PathWithFileName>
  718. <FilenameWithoutPath>stm32f0xx_flash.c</FilenameWithoutPath>
  719. <RteFlg>0</RteFlg>
  720. <bShared>0</bShared>
  721. </File>
  722. <File>
  723. <GroupNumber>5</GroupNumber>
  724. <FileNumber>19</FileNumber>
  725. <FileType>1</FileType>
  726. <tvExp>0</tvExp>
  727. <tvExpOptDlg>0</tvExpOptDlg>
  728. <bDave2>0</bDave2>
  729. <PathWithFileName>..\source\stdlib\src\stm32f0xx_gpio.c</PathWithFileName>
  730. <FilenameWithoutPath>stm32f0xx_gpio.c</FilenameWithoutPath>
  731. <RteFlg>0</RteFlg>
  732. <bShared>0</bShared>
  733. </File>
  734. <File>
  735. <GroupNumber>5</GroupNumber>
  736. <FileNumber>20</FileNumber>
  737. <FileType>1</FileType>
  738. <tvExp>0</tvExp>
  739. <tvExpOptDlg>0</tvExpOptDlg>
  740. <bDave2>0</bDave2>
  741. <PathWithFileName>..\source\stdlib\src\stm32f0xx_i2c.c</PathWithFileName>
  742. <FilenameWithoutPath>stm32f0xx_i2c.c</FilenameWithoutPath>
  743. <RteFlg>0</RteFlg>
  744. <bShared>0</bShared>
  745. </File>
  746. <File>
  747. <GroupNumber>5</GroupNumber>
  748. <FileNumber>21</FileNumber>
  749. <FileType>1</FileType>
  750. <tvExp>0</tvExp>
  751. <tvExpOptDlg>0</tvExpOptDlg>
  752. <bDave2>0</bDave2>
  753. <PathWithFileName>..\source\stdlib\src\stm32f0xx_iwdg.c</PathWithFileName>
  754. <FilenameWithoutPath>stm32f0xx_iwdg.c</FilenameWithoutPath>
  755. <RteFlg>0</RteFlg>
  756. <bShared>0</bShared>
  757. </File>
  758. <File>
  759. <GroupNumber>5</GroupNumber>
  760. <FileNumber>22</FileNumber>
  761. <FileType>1</FileType>
  762. <tvExp>0</tvExp>
  763. <tvExpOptDlg>0</tvExpOptDlg>
  764. <bDave2>0</bDave2>
  765. <PathWithFileName>..\source\stdlib\src\stm32f0xx_misc.c</PathWithFileName>
  766. <FilenameWithoutPath>stm32f0xx_misc.c</FilenameWithoutPath>
  767. <RteFlg>0</RteFlg>
  768. <bShared>0</bShared>
  769. </File>
  770. <File>
  771. <GroupNumber>5</GroupNumber>
  772. <FileNumber>23</FileNumber>
  773. <FileType>1</FileType>
  774. <tvExp>0</tvExp>
  775. <tvExpOptDlg>0</tvExpOptDlg>
  776. <bDave2>0</bDave2>
  777. <PathWithFileName>..\source\stdlib\src\stm32f0xx_pwr.c</PathWithFileName>
  778. <FilenameWithoutPath>stm32f0xx_pwr.c</FilenameWithoutPath>
  779. <RteFlg>0</RteFlg>
  780. <bShared>0</bShared>
  781. </File>
  782. <File>
  783. <GroupNumber>5</GroupNumber>
  784. <FileNumber>24</FileNumber>
  785. <FileType>1</FileType>
  786. <tvExp>0</tvExp>
  787. <tvExpOptDlg>0</tvExpOptDlg>
  788. <bDave2>0</bDave2>
  789. <PathWithFileName>..\source\stdlib\src\stm32f0xx_rcc.c</PathWithFileName>
  790. <FilenameWithoutPath>stm32f0xx_rcc.c</FilenameWithoutPath>
  791. <RteFlg>0</RteFlg>
  792. <bShared>0</bShared>
  793. </File>
  794. <File>
  795. <GroupNumber>5</GroupNumber>
  796. <FileNumber>25</FileNumber>
  797. <FileType>1</FileType>
  798. <tvExp>0</tvExp>
  799. <tvExpOptDlg>0</tvExpOptDlg>
  800. <bDave2>0</bDave2>
  801. <PathWithFileName>..\source\stdlib\src\stm32f0xx_rtc.c</PathWithFileName>
  802. <FilenameWithoutPath>stm32f0xx_rtc.c</FilenameWithoutPath>
  803. <RteFlg>0</RteFlg>
  804. <bShared>0</bShared>
  805. </File>
  806. <File>
  807. <GroupNumber>5</GroupNumber>
  808. <FileNumber>26</FileNumber>
  809. <FileType>1</FileType>
  810. <tvExp>0</tvExp>
  811. <tvExpOptDlg>0</tvExpOptDlg>
  812. <bDave2>0</bDave2>
  813. <PathWithFileName>..\source\stdlib\src\stm32f0xx_syscfg.c</PathWithFileName>
  814. <FilenameWithoutPath>stm32f0xx_syscfg.c</FilenameWithoutPath>
  815. <RteFlg>0</RteFlg>
  816. <bShared>0</bShared>
  817. </File>
  818. <File>
  819. <GroupNumber>5</GroupNumber>
  820. <FileNumber>27</FileNumber>
  821. <FileType>1</FileType>
  822. <tvExp>0</tvExp>
  823. <tvExpOptDlg>0</tvExpOptDlg>
  824. <bDave2>0</bDave2>
  825. <PathWithFileName>..\source\stdlib\src\stm32f0xx_tim.c</PathWithFileName>
  826. <FilenameWithoutPath>stm32f0xx_tim.c</FilenameWithoutPath>
  827. <RteFlg>0</RteFlg>
  828. <bShared>0</bShared>
  829. </File>
  830. <File>
  831. <GroupNumber>5</GroupNumber>
  832. <FileNumber>28</FileNumber>
  833. <FileType>1</FileType>
  834. <tvExp>0</tvExp>
  835. <tvExpOptDlg>0</tvExpOptDlg>
  836. <bDave2>0</bDave2>
  837. <PathWithFileName>..\source\stdlib\src\stm32f0xx_usart.c</PathWithFileName>
  838. <FilenameWithoutPath>stm32f0xx_usart.c</FilenameWithoutPath>
  839. <RteFlg>0</RteFlg>
  840. <bShared>0</bShared>
  841. </File>
  842. <File>
  843. <GroupNumber>5</GroupNumber>
  844. <FileNumber>29</FileNumber>
  845. <FileType>1</FileType>
  846. <tvExp>0</tvExp>
  847. <tvExpOptDlg>0</tvExpOptDlg>
  848. <bDave2>0</bDave2>
  849. <PathWithFileName>..\source\stdlib\src\stm32f0xx_adc.c</PathWithFileName>
  850. <FilenameWithoutPath>stm32f0xx_adc.c</FilenameWithoutPath>
  851. <RteFlg>0</RteFlg>
  852. <bShared>0</bShared>
  853. </File>
  854. <File>
  855. <GroupNumber>5</GroupNumber>
  856. <FileNumber>30</FileNumber>
  857. <FileType>1</FileType>
  858. <tvExp>0</tvExp>
  859. <tvExpOptDlg>0</tvExpOptDlg>
  860. <bDave2>0</bDave2>
  861. <PathWithFileName>..\source\stdlib\src\stm32f0xx_spi.c</PathWithFileName>
  862. <FilenameWithoutPath>stm32f0xx_spi.c</FilenameWithoutPath>
  863. <RteFlg>0</RteFlg>
  864. <bShared>0</bShared>
  865. </File>
  866. </Group>
  867. <Group>
  868. <GroupName>::CMSIS</GroupName>
  869. <tvExp>0</tvExp>
  870. <tvExpOptDlg>0</tvExpOptDlg>
  871. <cbSel>0</cbSel>
  872. <RteFlg>1</RteFlg>
  873. </Group>
  874. </ProjectOpt>