project.uvoptx 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890
  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>project</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. <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>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>3</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>BIN\CMSIS_AGDI.dll</pMon>
  113. </DebugOpt>
  114. <TargetDriverDllRegistry>
  115. <SetRegEntry>
  116. <Number>0</Number>
  117. <Key>UL2CM3</Key>
  118. <Name>UL2CM3(-S0 -C0 -P0 ) -FN1 -FC1000 -FD20000000 -FF0STM32F10x_512 -FL080000 -FS08000000 -FP0($$Device:STM32F103RC$Flash\STM32F10x_512.FLM)</Name>
  119. </SetRegEntry>
  120. <SetRegEntry>
  121. <Number>0</Number>
  122. <Key>CMSIS_AGDI</Key>
  123. <Name>-X"" -O206 -S8 -C0 -P00000000 -N00("") -D00(00000000) -L00(0) -TO65554 -TC10000000 -TT10000000 -TP20 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO31 -FD20000000 -FC1000 -FN1 -FF0STM32F10x_512 -FS08000000 -FL080000 -FP0($$Device:STM32F103RC$Flash\STM32F10x_512.FLM)</Name>
  124. </SetRegEntry>
  125. <SetRegEntry>
  126. <Number>0</Number>
  127. <Key>ARMRTXEVENTFLAGS</Key>
  128. <Name>-L70 -Z18 -C0 -M0 -T1</Name>
  129. </SetRegEntry>
  130. <SetRegEntry>
  131. <Number>0</Number>
  132. <Key>DLGTARM</Key>
  133. <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>
  134. </SetRegEntry>
  135. <SetRegEntry>
  136. <Number>0</Number>
  137. <Key>ARMDBGFLAGS</Key>
  138. <Name></Name>
  139. </SetRegEntry>
  140. </TargetDriverDllRegistry>
  141. <Breakpoint>
  142. <Bp>
  143. <Number>0</Number>
  144. <Type>0</Type>
  145. <LineNumber>588</LineNumber>
  146. <EnabledFlag>1</EnabledFlag>
  147. <Address>134236664</Address>
  148. <ByteObject>0</ByteObject>
  149. <HtxType>0</HtxType>
  150. <ManyObjects>0</ManyObjects>
  151. <SizeOfObject>0</SizeOfObject>
  152. <BreakByAccess>0</BreakByAccess>
  153. <BreakIfRCount>1</BreakIfRCount>
  154. <Filename>..\project\main.c</Filename>
  155. <ExecCommand></ExecCommand>
  156. <Expression>\\adapterBoardDriver_VGdd79SxxxN0SA_V04\../project/main.c\588</Expression>
  157. </Bp>
  158. </Breakpoint>
  159. <WatchWindow1>
  160. <Ww>
  161. <count>0</count>
  162. <WinNumber>1</WinNumber>
  163. <ItemText>rfRecvPacket</ItemText>
  164. </Ww>
  165. <Ww>
  166. <count>1</count>
  167. <WinNumber>1</WinNumber>
  168. <ItemText>sx1208_rx_pkt</ItemText>
  169. </Ww>
  170. <Ww>
  171. <count>2</count>
  172. <WinNumber>1</WinNumber>
  173. <ItemText>sx1208_ext_fifo</ItemText>
  174. </Ww>
  175. <Ww>
  176. <count>3</count>
  177. <WinNumber>1</WinNumber>
  178. <ItemText>buffer_rfBr</ItemText>
  179. </Ww>
  180. <Ww>
  181. <count>4</count>
  182. <WinNumber>1</WinNumber>
  183. <ItemText>deviceInforDef</ItemText>
  184. </Ww>
  185. </WatchWindow1>
  186. <WatchWindow2>
  187. <Ww>
  188. <count>0</count>
  189. <WinNumber>2</WinNumber>
  190. <ItemText>Frame.RXBUF</ItemText>
  191. </Ww>
  192. <Ww>
  193. <count>1</count>
  194. <WinNumber>2</WinNumber>
  195. <ItemText>Frame.SUM</ItemText>
  196. </Ww>
  197. <Ww>
  198. <count>2</count>
  199. <WinNumber>2</WinNumber>
  200. <ItemText>Frame.BYTE</ItemText>
  201. </Ww>
  202. <Ww>
  203. <count>3</count>
  204. <WinNumber>2</WinNumber>
  205. <ItemText>Frame.FLASHBUF</ItemText>
  206. </Ww>
  207. <Ww>
  208. <count>4</count>
  209. <WinNumber>2</WinNumber>
  210. <ItemText>RF_RX_BUF</ItemText>
  211. </Ww>
  212. </WatchWindow2>
  213. <MemoryWindow1>
  214. <Mm>
  215. <WinNumber>1</WinNumber>
  216. <SubType>0</SubType>
  217. <ItemText>0x7a00</ItemText>
  218. <AccSizeX>0</AccSizeX>
  219. </Mm>
  220. </MemoryWindow1>
  221. <Tracepoint>
  222. <THDelay>0</THDelay>
  223. </Tracepoint>
  224. <DebugFlag>
  225. <trace>0</trace>
  226. <periodic>0</periodic>
  227. <aLwin>1</aLwin>
  228. <aCover>0</aCover>
  229. <aSer1>0</aSer1>
  230. <aSer2>0</aSer2>
  231. <aPa>0</aPa>
  232. <viewmode>1</viewmode>
  233. <vrSel>0</vrSel>
  234. <aSym>0</aSym>
  235. <aTbox>0</aTbox>
  236. <AscS1>0</AscS1>
  237. <AscS2>0</AscS2>
  238. <AscS3>0</AscS3>
  239. <aSer3>0</aSer3>
  240. <eProf>0</eProf>
  241. <aLa>0</aLa>
  242. <aPa1>0</aPa1>
  243. <AscS4>0</AscS4>
  244. <aSer4>0</aSer4>
  245. <StkLoc>0</StkLoc>
  246. <TrcWin>0</TrcWin>
  247. <newCpu>0</newCpu>
  248. <uProt>0</uProt>
  249. </DebugFlag>
  250. <LintExecutable></LintExecutable>
  251. <LintConfigFile></LintConfigFile>
  252. <bLintAuto>0</bLintAuto>
  253. <bAutoGenD>0</bAutoGenD>
  254. <LntExFlags>0</LntExFlags>
  255. <pMisraName></pMisraName>
  256. <pszMrule></pszMrule>
  257. <pSingCmds></pSingCmds>
  258. <pMultCmds></pMultCmds>
  259. <pMisraNamep></pMisraNamep>
  260. <pszMrulep></pszMrulep>
  261. <pSingCmdsp></pSingCmdsp>
  262. <pMultCmdsp></pMultCmdsp>
  263. <DebugDescription>
  264. <Enable>1</Enable>
  265. <EnableFlashSeq>1</EnableFlashSeq>
  266. <EnableLog>0</EnableLog>
  267. <Protocol>2</Protocol>
  268. <DbgClock>10000000</DbgClock>
  269. </DebugDescription>
  270. </TargetOption>
  271. </Target>
  272. <Group>
  273. <GroupName>project</GroupName>
  274. <tvExp>1</tvExp>
  275. <tvExpOptDlg>0</tvExpOptDlg>
  276. <cbSel>0</cbSel>
  277. <RteFlg>0</RteFlg>
  278. <File>
  279. <GroupNumber>1</GroupNumber>
  280. <FileNumber>1</FileNumber>
  281. <FileType>1</FileType>
  282. <tvExp>0</tvExp>
  283. <tvExpOptDlg>0</tvExpOptDlg>
  284. <bDave2>0</bDave2>
  285. <PathWithFileName>..\project\main.c</PathWithFileName>
  286. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  287. <RteFlg>0</RteFlg>
  288. <bShared>0</bShared>
  289. </File>
  290. <File>
  291. <GroupNumber>1</GroupNumber>
  292. <FileNumber>2</FileNumber>
  293. <FileType>1</FileType>
  294. <tvExp>0</tvExp>
  295. <tvExpOptDlg>0</tvExpOptDlg>
  296. <bDave2>0</bDave2>
  297. <PathWithFileName>..\project\stm32f10x_it.c</PathWithFileName>
  298. <FilenameWithoutPath>stm32f10x_it.c</FilenameWithoutPath>
  299. <RteFlg>0</RteFlg>
  300. <bShared>0</bShared>
  301. </File>
  302. <File>
  303. <GroupNumber>1</GroupNumber>
  304. <FileNumber>3</FileNumber>
  305. <FileType>1</FileType>
  306. <tvExp>0</tvExp>
  307. <tvExpOptDlg>0</tvExpOptDlg>
  308. <bDave2>0</bDave2>
  309. <PathWithFileName>..\project\system_stm32f10x.c</PathWithFileName>
  310. <FilenameWithoutPath>system_stm32f10x.c</FilenameWithoutPath>
  311. <RteFlg>0</RteFlg>
  312. <bShared>0</bShared>
  313. </File>
  314. </Group>
  315. <Group>
  316. <GroupName>peripheral</GroupName>
  317. <tvExp>0</tvExp>
  318. <tvExpOptDlg>0</tvExpOptDlg>
  319. <cbSel>0</cbSel>
  320. <RteFlg>0</RteFlg>
  321. <File>
  322. <GroupNumber>2</GroupNumber>
  323. <FileNumber>4</FileNumber>
  324. <FileType>1</FileType>
  325. <tvExp>0</tvExp>
  326. <tvExpOptDlg>0</tvExpOptDlg>
  327. <bDave2>0</bDave2>
  328. <PathWithFileName>..\peripheral\myUart.c</PathWithFileName>
  329. <FilenameWithoutPath>myUart.c</FilenameWithoutPath>
  330. <RteFlg>0</RteFlg>
  331. <bShared>0</bShared>
  332. </File>
  333. <File>
  334. <GroupNumber>2</GroupNumber>
  335. <FileNumber>5</FileNumber>
  336. <FileType>1</FileType>
  337. <tvExp>0</tvExp>
  338. <tvExpOptDlg>0</tvExpOptDlg>
  339. <bDave2>0</bDave2>
  340. <PathWithFileName>..\peripheral\sys.c</PathWithFileName>
  341. <FilenameWithoutPath>sys.c</FilenameWithoutPath>
  342. <RteFlg>0</RteFlg>
  343. <bShared>0</bShared>
  344. </File>
  345. <File>
  346. <GroupNumber>2</GroupNumber>
  347. <FileNumber>6</FileNumber>
  348. <FileType>1</FileType>
  349. <tvExp>0</tvExp>
  350. <tvExpOptDlg>0</tvExpOptDlg>
  351. <bDave2>0</bDave2>
  352. <PathWithFileName>..\peripheral\myADC.c</PathWithFileName>
  353. <FilenameWithoutPath>myADC.c</FilenameWithoutPath>
  354. <RteFlg>0</RteFlg>
  355. <bShared>0</bShared>
  356. </File>
  357. <File>
  358. <GroupNumber>2</GroupNumber>
  359. <FileNumber>7</FileNumber>
  360. <FileType>1</FileType>
  361. <tvExp>0</tvExp>
  362. <tvExpOptDlg>0</tvExpOptDlg>
  363. <bDave2>0</bDave2>
  364. <PathWithFileName>..\peripheral\myInputCapture.c</PathWithFileName>
  365. <FilenameWithoutPath>myInputCapture.c</FilenameWithoutPath>
  366. <RteFlg>0</RteFlg>
  367. <bShared>0</bShared>
  368. </File>
  369. <File>
  370. <GroupNumber>2</GroupNumber>
  371. <FileNumber>8</FileNumber>
  372. <FileType>1</FileType>
  373. <tvExp>0</tvExp>
  374. <tvExpOptDlg>0</tvExpOptDlg>
  375. <bDave2>0</bDave2>
  376. <PathWithFileName>..\peripheral\myUart3.c</PathWithFileName>
  377. <FilenameWithoutPath>myUart3.c</FilenameWithoutPath>
  378. <RteFlg>0</RteFlg>
  379. <bShared>0</bShared>
  380. </File>
  381. </Group>
  382. <Group>
  383. <GroupName>core</GroupName>
  384. <tvExp>0</tvExp>
  385. <tvExpOptDlg>0</tvExpOptDlg>
  386. <cbSel>0</cbSel>
  387. <RteFlg>0</RteFlg>
  388. <File>
  389. <GroupNumber>3</GroupNumber>
  390. <FileNumber>9</FileNumber>
  391. <FileType>1</FileType>
  392. <tvExp>0</tvExp>
  393. <tvExpOptDlg>0</tvExpOptDlg>
  394. <bDave2>0</bDave2>
  395. <PathWithFileName>..\CORE\core_cm3.c</PathWithFileName>
  396. <FilenameWithoutPath>core_cm3.c</FilenameWithoutPath>
  397. <RteFlg>0</RteFlg>
  398. <bShared>0</bShared>
  399. </File>
  400. <File>
  401. <GroupNumber>3</GroupNumber>
  402. <FileNumber>10</FileNumber>
  403. <FileType>2</FileType>
  404. <tvExp>0</tvExp>
  405. <tvExpOptDlg>0</tvExpOptDlg>
  406. <bDave2>0</bDave2>
  407. <PathWithFileName>..\CORE\startup_stm32f10x_hd.s</PathWithFileName>
  408. <FilenameWithoutPath>startup_stm32f10x_hd.s</FilenameWithoutPath>
  409. <RteFlg>0</RteFlg>
  410. <bShared>0</bShared>
  411. </File>
  412. </Group>
  413. <Group>
  414. <GroupName>FWLIB</GroupName>
  415. <tvExp>0</tvExp>
  416. <tvExpOptDlg>0</tvExpOptDlg>
  417. <cbSel>0</cbSel>
  418. <RteFlg>0</RteFlg>
  419. <File>
  420. <GroupNumber>4</GroupNumber>
  421. <FileNumber>11</FileNumber>
  422. <FileType>1</FileType>
  423. <tvExp>0</tvExp>
  424. <tvExpOptDlg>0</tvExpOptDlg>
  425. <bDave2>0</bDave2>
  426. <PathWithFileName>..\STM32F10x_FWLib\src\misc.c</PathWithFileName>
  427. <FilenameWithoutPath>misc.c</FilenameWithoutPath>
  428. <RteFlg>0</RteFlg>
  429. <bShared>0</bShared>
  430. </File>
  431. <File>
  432. <GroupNumber>4</GroupNumber>
  433. <FileNumber>12</FileNumber>
  434. <FileType>1</FileType>
  435. <tvExp>0</tvExp>
  436. <tvExpOptDlg>0</tvExpOptDlg>
  437. <bDave2>0</bDave2>
  438. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_adc.c</PathWithFileName>
  439. <FilenameWithoutPath>stm32f10x_adc.c</FilenameWithoutPath>
  440. <RteFlg>0</RteFlg>
  441. <bShared>0</bShared>
  442. </File>
  443. <File>
  444. <GroupNumber>4</GroupNumber>
  445. <FileNumber>13</FileNumber>
  446. <FileType>1</FileType>
  447. <tvExp>0</tvExp>
  448. <tvExpOptDlg>0</tvExpOptDlg>
  449. <bDave2>0</bDave2>
  450. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_bkp.c</PathWithFileName>
  451. <FilenameWithoutPath>stm32f10x_bkp.c</FilenameWithoutPath>
  452. <RteFlg>0</RteFlg>
  453. <bShared>0</bShared>
  454. </File>
  455. <File>
  456. <GroupNumber>4</GroupNumber>
  457. <FileNumber>14</FileNumber>
  458. <FileType>1</FileType>
  459. <tvExp>0</tvExp>
  460. <tvExpOptDlg>0</tvExpOptDlg>
  461. <bDave2>0</bDave2>
  462. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_can.c</PathWithFileName>
  463. <FilenameWithoutPath>stm32f10x_can.c</FilenameWithoutPath>
  464. <RteFlg>0</RteFlg>
  465. <bShared>0</bShared>
  466. </File>
  467. <File>
  468. <GroupNumber>4</GroupNumber>
  469. <FileNumber>15</FileNumber>
  470. <FileType>1</FileType>
  471. <tvExp>0</tvExp>
  472. <tvExpOptDlg>0</tvExpOptDlg>
  473. <bDave2>0</bDave2>
  474. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_cec.c</PathWithFileName>
  475. <FilenameWithoutPath>stm32f10x_cec.c</FilenameWithoutPath>
  476. <RteFlg>0</RteFlg>
  477. <bShared>0</bShared>
  478. </File>
  479. <File>
  480. <GroupNumber>4</GroupNumber>
  481. <FileNumber>16</FileNumber>
  482. <FileType>1</FileType>
  483. <tvExp>0</tvExp>
  484. <tvExpOptDlg>0</tvExpOptDlg>
  485. <bDave2>0</bDave2>
  486. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_crc.c</PathWithFileName>
  487. <FilenameWithoutPath>stm32f10x_crc.c</FilenameWithoutPath>
  488. <RteFlg>0</RteFlg>
  489. <bShared>0</bShared>
  490. </File>
  491. <File>
  492. <GroupNumber>4</GroupNumber>
  493. <FileNumber>17</FileNumber>
  494. <FileType>1</FileType>
  495. <tvExp>0</tvExp>
  496. <tvExpOptDlg>0</tvExpOptDlg>
  497. <bDave2>0</bDave2>
  498. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_dac.c</PathWithFileName>
  499. <FilenameWithoutPath>stm32f10x_dac.c</FilenameWithoutPath>
  500. <RteFlg>0</RteFlg>
  501. <bShared>0</bShared>
  502. </File>
  503. <File>
  504. <GroupNumber>4</GroupNumber>
  505. <FileNumber>18</FileNumber>
  506. <FileType>1</FileType>
  507. <tvExp>0</tvExp>
  508. <tvExpOptDlg>0</tvExpOptDlg>
  509. <bDave2>0</bDave2>
  510. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_dbgmcu.c</PathWithFileName>
  511. <FilenameWithoutPath>stm32f10x_dbgmcu.c</FilenameWithoutPath>
  512. <RteFlg>0</RteFlg>
  513. <bShared>0</bShared>
  514. </File>
  515. <File>
  516. <GroupNumber>4</GroupNumber>
  517. <FileNumber>19</FileNumber>
  518. <FileType>1</FileType>
  519. <tvExp>0</tvExp>
  520. <tvExpOptDlg>0</tvExpOptDlg>
  521. <bDave2>0</bDave2>
  522. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_dma.c</PathWithFileName>
  523. <FilenameWithoutPath>stm32f10x_dma.c</FilenameWithoutPath>
  524. <RteFlg>0</RteFlg>
  525. <bShared>0</bShared>
  526. </File>
  527. <File>
  528. <GroupNumber>4</GroupNumber>
  529. <FileNumber>20</FileNumber>
  530. <FileType>1</FileType>
  531. <tvExp>0</tvExp>
  532. <tvExpOptDlg>0</tvExpOptDlg>
  533. <bDave2>0</bDave2>
  534. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_exti.c</PathWithFileName>
  535. <FilenameWithoutPath>stm32f10x_exti.c</FilenameWithoutPath>
  536. <RteFlg>0</RteFlg>
  537. <bShared>0</bShared>
  538. </File>
  539. <File>
  540. <GroupNumber>4</GroupNumber>
  541. <FileNumber>21</FileNumber>
  542. <FileType>1</FileType>
  543. <tvExp>0</tvExp>
  544. <tvExpOptDlg>0</tvExpOptDlg>
  545. <bDave2>0</bDave2>
  546. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_flash.c</PathWithFileName>
  547. <FilenameWithoutPath>stm32f10x_flash.c</FilenameWithoutPath>
  548. <RteFlg>0</RteFlg>
  549. <bShared>0</bShared>
  550. </File>
  551. <File>
  552. <GroupNumber>4</GroupNumber>
  553. <FileNumber>22</FileNumber>
  554. <FileType>1</FileType>
  555. <tvExp>0</tvExp>
  556. <tvExpOptDlg>0</tvExpOptDlg>
  557. <bDave2>0</bDave2>
  558. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_fsmc.c</PathWithFileName>
  559. <FilenameWithoutPath>stm32f10x_fsmc.c</FilenameWithoutPath>
  560. <RteFlg>0</RteFlg>
  561. <bShared>0</bShared>
  562. </File>
  563. <File>
  564. <GroupNumber>4</GroupNumber>
  565. <FileNumber>23</FileNumber>
  566. <FileType>1</FileType>
  567. <tvExp>0</tvExp>
  568. <tvExpOptDlg>0</tvExpOptDlg>
  569. <bDave2>0</bDave2>
  570. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_gpio.c</PathWithFileName>
  571. <FilenameWithoutPath>stm32f10x_gpio.c</FilenameWithoutPath>
  572. <RteFlg>0</RteFlg>
  573. <bShared>0</bShared>
  574. </File>
  575. <File>
  576. <GroupNumber>4</GroupNumber>
  577. <FileNumber>24</FileNumber>
  578. <FileType>1</FileType>
  579. <tvExp>0</tvExp>
  580. <tvExpOptDlg>0</tvExpOptDlg>
  581. <bDave2>0</bDave2>
  582. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_i2c.c</PathWithFileName>
  583. <FilenameWithoutPath>stm32f10x_i2c.c</FilenameWithoutPath>
  584. <RteFlg>0</RteFlg>
  585. <bShared>0</bShared>
  586. </File>
  587. <File>
  588. <GroupNumber>4</GroupNumber>
  589. <FileNumber>25</FileNumber>
  590. <FileType>1</FileType>
  591. <tvExp>0</tvExp>
  592. <tvExpOptDlg>0</tvExpOptDlg>
  593. <bDave2>0</bDave2>
  594. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_iwdg.c</PathWithFileName>
  595. <FilenameWithoutPath>stm32f10x_iwdg.c</FilenameWithoutPath>
  596. <RteFlg>0</RteFlg>
  597. <bShared>0</bShared>
  598. </File>
  599. <File>
  600. <GroupNumber>4</GroupNumber>
  601. <FileNumber>26</FileNumber>
  602. <FileType>1</FileType>
  603. <tvExp>0</tvExp>
  604. <tvExpOptDlg>0</tvExpOptDlg>
  605. <bDave2>0</bDave2>
  606. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_pwr.c</PathWithFileName>
  607. <FilenameWithoutPath>stm32f10x_pwr.c</FilenameWithoutPath>
  608. <RteFlg>0</RteFlg>
  609. <bShared>0</bShared>
  610. </File>
  611. <File>
  612. <GroupNumber>4</GroupNumber>
  613. <FileNumber>27</FileNumber>
  614. <FileType>1</FileType>
  615. <tvExp>0</tvExp>
  616. <tvExpOptDlg>0</tvExpOptDlg>
  617. <bDave2>0</bDave2>
  618. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_rcc.c</PathWithFileName>
  619. <FilenameWithoutPath>stm32f10x_rcc.c</FilenameWithoutPath>
  620. <RteFlg>0</RteFlg>
  621. <bShared>0</bShared>
  622. </File>
  623. <File>
  624. <GroupNumber>4</GroupNumber>
  625. <FileNumber>28</FileNumber>
  626. <FileType>1</FileType>
  627. <tvExp>0</tvExp>
  628. <tvExpOptDlg>0</tvExpOptDlg>
  629. <bDave2>0</bDave2>
  630. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_rtc.c</PathWithFileName>
  631. <FilenameWithoutPath>stm32f10x_rtc.c</FilenameWithoutPath>
  632. <RteFlg>0</RteFlg>
  633. <bShared>0</bShared>
  634. </File>
  635. <File>
  636. <GroupNumber>4</GroupNumber>
  637. <FileNumber>29</FileNumber>
  638. <FileType>1</FileType>
  639. <tvExp>0</tvExp>
  640. <tvExpOptDlg>0</tvExpOptDlg>
  641. <bDave2>0</bDave2>
  642. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_sdio.c</PathWithFileName>
  643. <FilenameWithoutPath>stm32f10x_sdio.c</FilenameWithoutPath>
  644. <RteFlg>0</RteFlg>
  645. <bShared>0</bShared>
  646. </File>
  647. <File>
  648. <GroupNumber>4</GroupNumber>
  649. <FileNumber>30</FileNumber>
  650. <FileType>1</FileType>
  651. <tvExp>0</tvExp>
  652. <tvExpOptDlg>0</tvExpOptDlg>
  653. <bDave2>0</bDave2>
  654. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_spi.c</PathWithFileName>
  655. <FilenameWithoutPath>stm32f10x_spi.c</FilenameWithoutPath>
  656. <RteFlg>0</RteFlg>
  657. <bShared>0</bShared>
  658. </File>
  659. <File>
  660. <GroupNumber>4</GroupNumber>
  661. <FileNumber>31</FileNumber>
  662. <FileType>1</FileType>
  663. <tvExp>0</tvExp>
  664. <tvExpOptDlg>0</tvExpOptDlg>
  665. <bDave2>0</bDave2>
  666. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_tim.c</PathWithFileName>
  667. <FilenameWithoutPath>stm32f10x_tim.c</FilenameWithoutPath>
  668. <RteFlg>0</RteFlg>
  669. <bShared>0</bShared>
  670. </File>
  671. <File>
  672. <GroupNumber>4</GroupNumber>
  673. <FileNumber>32</FileNumber>
  674. <FileType>1</FileType>
  675. <tvExp>0</tvExp>
  676. <tvExpOptDlg>0</tvExpOptDlg>
  677. <bDave2>0</bDave2>
  678. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_usart.c</PathWithFileName>
  679. <FilenameWithoutPath>stm32f10x_usart.c</FilenameWithoutPath>
  680. <RteFlg>0</RteFlg>
  681. <bShared>0</bShared>
  682. </File>
  683. <File>
  684. <GroupNumber>4</GroupNumber>
  685. <FileNumber>33</FileNumber>
  686. <FileType>1</FileType>
  687. <tvExp>0</tvExp>
  688. <tvExpOptDlg>0</tvExpOptDlg>
  689. <bDave2>0</bDave2>
  690. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_wwdg.c</PathWithFileName>
  691. <FilenameWithoutPath>stm32f10x_wwdg.c</FilenameWithoutPath>
  692. <RteFlg>0</RteFlg>
  693. <bShared>0</bShared>
  694. </File>
  695. </Group>
  696. <Group>
  697. <GroupName>app</GroupName>
  698. <tvExp>0</tvExp>
  699. <tvExpOptDlg>0</tvExpOptDlg>
  700. <cbSel>0</cbSel>
  701. <RteFlg>0</RteFlg>
  702. <File>
  703. <GroupNumber>5</GroupNumber>
  704. <FileNumber>34</FileNumber>
  705. <FileType>1</FileType>
  706. <tvExp>0</tvExp>
  707. <tvExpOptDlg>0</tvExpOptDlg>
  708. <bDave2>0</bDave2>
  709. <PathWithFileName>..\APP\led.c</PathWithFileName>
  710. <FilenameWithoutPath>led.c</FilenameWithoutPath>
  711. <RteFlg>0</RteFlg>
  712. <bShared>0</bShared>
  713. </File>
  714. <File>
  715. <GroupNumber>5</GroupNumber>
  716. <FileNumber>35</FileNumber>
  717. <FileType>1</FileType>
  718. <tvExp>0</tvExp>
  719. <tvExpOptDlg>0</tvExpOptDlg>
  720. <bDave2>0</bDave2>
  721. <PathWithFileName>..\APP\key.c</PathWithFileName>
  722. <FilenameWithoutPath>key.c</FilenameWithoutPath>
  723. <RteFlg>0</RteFlg>
  724. <bShared>0</bShared>
  725. </File>
  726. <File>
  727. <GroupNumber>5</GroupNumber>
  728. <FileNumber>36</FileNumber>
  729. <FileType>1</FileType>
  730. <tvExp>0</tvExp>
  731. <tvExpOptDlg>0</tvExpOptDlg>
  732. <bDave2>0</bDave2>
  733. <PathWithFileName>..\APP\stmflash.c</PathWithFileName>
  734. <FilenameWithoutPath>stmflash.c</FilenameWithoutPath>
  735. <RteFlg>0</RteFlg>
  736. <bShared>0</bShared>
  737. </File>
  738. <File>
  739. <GroupNumber>5</GroupNumber>
  740. <FileNumber>37</FileNumber>
  741. <FileType>1</FileType>
  742. <tvExp>0</tvExp>
  743. <tvExpOptDlg>0</tvExpOptDlg>
  744. <bDave2>0</bDave2>
  745. <PathWithFileName>..\APP\ReadKey.c</PathWithFileName>
  746. <FilenameWithoutPath>ReadKey.c</FilenameWithoutPath>
  747. <RteFlg>0</RteFlg>
  748. <bShared>0</bShared>
  749. </File>
  750. <File>
  751. <GroupNumber>5</GroupNumber>
  752. <FileNumber>38</FileNumber>
  753. <FileType>1</FileType>
  754. <tvExp>0</tvExp>
  755. <tvExpOptDlg>0</tvExpOptDlg>
  756. <bDave2>0</bDave2>
  757. <PathWithFileName>..\APP\myLcd.c</PathWithFileName>
  758. <FilenameWithoutPath>myLcd.c</FilenameWithoutPath>
  759. <RteFlg>0</RteFlg>
  760. <bShared>0</bShared>
  761. </File>
  762. <File>
  763. <GroupNumber>5</GroupNumber>
  764. <FileNumber>39</FileNumber>
  765. <FileType>1</FileType>
  766. <tvExp>0</tvExp>
  767. <tvExpOptDlg>0</tvExpOptDlg>
  768. <bDave2>0</bDave2>
  769. <PathWithFileName>..\APP\myTim.c</PathWithFileName>
  770. <FilenameWithoutPath>myTim.c</FilenameWithoutPath>
  771. <RteFlg>0</RteFlg>
  772. <bShared>0</bShared>
  773. </File>
  774. <File>
  775. <GroupNumber>5</GroupNumber>
  776. <FileNumber>40</FileNumber>
  777. <FileType>1</FileType>
  778. <tvExp>0</tvExp>
  779. <tvExpOptDlg>0</tvExpOptDlg>
  780. <bDave2>0</bDave2>
  781. <PathWithFileName>..\app\crc8.c</PathWithFileName>
  782. <FilenameWithoutPath>crc8.c</FilenameWithoutPath>
  783. <RteFlg>0</RteFlg>
  784. <bShared>0</bShared>
  785. </File>
  786. <File>
  787. <GroupNumber>5</GroupNumber>
  788. <FileNumber>41</FileNumber>
  789. <FileType>1</FileType>
  790. <tvExp>0</tvExp>
  791. <tvExpOptDlg>0</tvExpOptDlg>
  792. <bDave2>0</bDave2>
  793. <PathWithFileName>..\app\eventUnit.c</PathWithFileName>
  794. <FilenameWithoutPath>eventUnit.c</FilenameWithoutPath>
  795. <RteFlg>0</RteFlg>
  796. <bShared>0</bShared>
  797. </File>
  798. <File>
  799. <GroupNumber>5</GroupNumber>
  800. <FileNumber>42</FileNumber>
  801. <FileType>1</FileType>
  802. <tvExp>0</tvExp>
  803. <tvExpOptDlg>0</tvExpOptDlg>
  804. <bDave2>0</bDave2>
  805. <PathWithFileName>..\app\myDisplayUnit.c</PathWithFileName>
  806. <FilenameWithoutPath>myDisplayUnit.c</FilenameWithoutPath>
  807. <RteFlg>0</RteFlg>
  808. <bShared>0</bShared>
  809. </File>
  810. <File>
  811. <GroupNumber>5</GroupNumber>
  812. <FileNumber>43</FileNumber>
  813. <FileType>1</FileType>
  814. <tvExp>0</tvExp>
  815. <tvExpOptDlg>0</tvExpOptDlg>
  816. <bDave2>0</bDave2>
  817. <PathWithFileName>..\app\myFlashData.c</PathWithFileName>
  818. <FilenameWithoutPath>myFlashData.c</FilenameWithoutPath>
  819. <RteFlg>0</RteFlg>
  820. <bShared>0</bShared>
  821. </File>
  822. </Group>
  823. <Group>
  824. <GroupName>radio</GroupName>
  825. <tvExp>1</tvExp>
  826. <tvExpOptDlg>0</tvExpOptDlg>
  827. <cbSel>0</cbSel>
  828. <RteFlg>0</RteFlg>
  829. <File>
  830. <GroupNumber>6</GroupNumber>
  831. <FileNumber>44</FileNumber>
  832. <FileType>1</FileType>
  833. <tvExp>0</tvExp>
  834. <tvExpOptDlg>0</tvExpOptDlg>
  835. <bDave2>0</bDave2>
  836. <PathWithFileName>..\radio\myRadio.c</PathWithFileName>
  837. <FilenameWithoutPath>myRadio.c</FilenameWithoutPath>
  838. <RteFlg>0</RteFlg>
  839. <bShared>0</bShared>
  840. </File>
  841. <File>
  842. <GroupNumber>6</GroupNumber>
  843. <FileNumber>45</FileNumber>
  844. <FileType>1</FileType>
  845. <tvExp>0</tvExp>
  846. <tvExpOptDlg>0</tvExpOptDlg>
  847. <bDave2>0</bDave2>
  848. <PathWithFileName>..\radio\myRadio_gpio.c</PathWithFileName>
  849. <FilenameWithoutPath>myRadio_gpio.c</FilenameWithoutPath>
  850. <RteFlg>0</RteFlg>
  851. <bShared>0</bShared>
  852. </File>
  853. <File>
  854. <GroupNumber>6</GroupNumber>
  855. <FileNumber>46</FileNumber>
  856. <FileType>1</FileType>
  857. <tvExp>0</tvExp>
  858. <tvExpOptDlg>0</tvExpOptDlg>
  859. <bDave2>0</bDave2>
  860. <PathWithFileName>..\radio\sx1280.c</PathWithFileName>
  861. <FilenameWithoutPath>sx1280.c</FilenameWithoutPath>
  862. <RteFlg>0</RteFlg>
  863. <bShared>0</bShared>
  864. </File>
  865. <File>
  866. <GroupNumber>6</GroupNumber>
  867. <FileNumber>47</FileNumber>
  868. <FileType>1</FileType>
  869. <tvExp>0</tvExp>
  870. <tvExpOptDlg>0</tvExpOptDlg>
  871. <bDave2>0</bDave2>
  872. <PathWithFileName>..\radio\sx1280-hal.c</PathWithFileName>
  873. <FilenameWithoutPath>sx1280-hal.c</FilenameWithoutPath>
  874. <RteFlg>0</RteFlg>
  875. <bShared>0</bShared>
  876. </File>
  877. </Group>
  878. </ProjectOpt>