adapterBoardDriver.uvoptx 44 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471
  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>adapterBoardDriver</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>0</IsCurrentTarget>
  74. </OPTFL>
  75. <CpuCode>255</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>DLGUARM</Key>
  118. <Name></Name>
  119. </SetRegEntry>
  120. <SetRegEntry>
  121. <Number>0</Number>
  122. <Key>CMSIS_AGDI</Key>
  123. <Name>-X"CMSIS-DAP v1" -U2CB207E4C284 -O206 -S0 -C0 -P00000000 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO65554 -TC10000000 -TT10000000 -TP20 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO31 -FD20000000 -FC1000 -FN1 -FF0AT32F413_256.FLM -FS08000000 -FL040000 -FP0($$Device:-AT32F413RCT7$Flash\AT32F413_256.FLM)</Name>
  124. </SetRegEntry>
  125. <SetRegEntry>
  126. <Number>0</Number>
  127. <Key>UL2CM3</Key>
  128. <Name>UL2CM3(-S0 -C0 -P0 ) -FN1 -FC1000 -FD20000000 -FF0AT32F413_256 -FL040000 -FS08000000 -FP0($$Device:-AT32F413RCT7$Flash\AT32F413_256.FLM)</Name>
  129. </SetRegEntry>
  130. <SetRegEntry>
  131. <Number>0</Number>
  132. <Key>JL2CM3</Key>
  133. <Name>-U59768895 -O78 -S8 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(4) -TO18 -TC10000000 -TP21 -TDS8004 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO31 -FD20000000 -FC1000 -FN1 -FF0STM32F10x_512.FLM -FS08000000 -FL080000 -FP0($$Device:STM32F103RC$Flash\STM32F10x_512.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>DLGTARM</Key>
  143. <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)(1012=-1,-1,-1,-1,0)</Name>
  144. </SetRegEntry>
  145. <SetRegEntry>
  146. <Number>0</Number>
  147. <Key>ARMDBGFLAGS</Key>
  148. <Name></Name>
  149. </SetRegEntry>
  150. </TargetDriverDllRegistry>
  151. <Breakpoint/>
  152. <WatchWindow1>
  153. <Ww>
  154. <count>0</count>
  155. <WinNumber>1</WinNumber>
  156. <ItemText>rfRecvPacket</ItemText>
  157. </Ww>
  158. <Ww>
  159. <count>1</count>
  160. <WinNumber>1</WinNumber>
  161. <ItemText>sx1208_rx_pkt</ItemText>
  162. </Ww>
  163. <Ww>
  164. <count>2</count>
  165. <WinNumber>1</WinNumber>
  166. <ItemText>sx1208_ext_fifo</ItemText>
  167. </Ww>
  168. <Ww>
  169. <count>3</count>
  170. <WinNumber>1</WinNumber>
  171. <ItemText>buffer_rfBr</ItemText>
  172. </Ww>
  173. <Ww>
  174. <count>4</count>
  175. <WinNumber>1</WinNumber>
  176. <ItemText>deviceInforDef</ItemText>
  177. </Ww>
  178. <Ww>
  179. <count>5</count>
  180. <WinNumber>1</WinNumber>
  181. <ItemText>rfRecvPacket</ItemText>
  182. </Ww>
  183. </WatchWindow1>
  184. <WatchWindow2>
  185. <Ww>
  186. <count>0</count>
  187. <WinNumber>2</WinNumber>
  188. <ItemText>Frame.RXBUF</ItemText>
  189. </Ww>
  190. <Ww>
  191. <count>1</count>
  192. <WinNumber>2</WinNumber>
  193. <ItemText>Frame.SUM</ItemText>
  194. </Ww>
  195. <Ww>
  196. <count>2</count>
  197. <WinNumber>2</WinNumber>
  198. <ItemText>Frame.BYTE</ItemText>
  199. </Ww>
  200. <Ww>
  201. <count>3</count>
  202. <WinNumber>2</WinNumber>
  203. <ItemText>Frame.FLASHBUF</ItemText>
  204. </Ww>
  205. <Ww>
  206. <count>4</count>
  207. <WinNumber>2</WinNumber>
  208. <ItemText>RF_RX_BUF</ItemText>
  209. </Ww>
  210. </WatchWindow2>
  211. <MemoryWindow1>
  212. <Mm>
  213. <WinNumber>1</WinNumber>
  214. <SubType>0</SubType>
  215. <ItemText>0x7a00</ItemText>
  216. <AccSizeX>0</AccSizeX>
  217. </Mm>
  218. </MemoryWindow1>
  219. <Tracepoint>
  220. <THDelay>0</THDelay>
  221. </Tracepoint>
  222. <DebugFlag>
  223. <trace>0</trace>
  224. <periodic>0</periodic>
  225. <aLwin>1</aLwin>
  226. <aCover>0</aCover>
  227. <aSer1>0</aSer1>
  228. <aSer2>0</aSer2>
  229. <aPa>0</aPa>
  230. <viewmode>1</viewmode>
  231. <vrSel>0</vrSel>
  232. <aSym>0</aSym>
  233. <aTbox>0</aTbox>
  234. <AscS1>0</AscS1>
  235. <AscS2>0</AscS2>
  236. <AscS3>0</AscS3>
  237. <aSer3>0</aSer3>
  238. <eProf>0</eProf>
  239. <aLa>0</aLa>
  240. <aPa1>0</aPa1>
  241. <AscS4>0</AscS4>
  242. <aSer4>0</aSer4>
  243. <StkLoc>0</StkLoc>
  244. <TrcWin>0</TrcWin>
  245. <newCpu>0</newCpu>
  246. <uProt>0</uProt>
  247. </DebugFlag>
  248. <LintExecutable></LintExecutable>
  249. <LintConfigFile></LintConfigFile>
  250. <bLintAuto>0</bLintAuto>
  251. <bAutoGenD>0</bAutoGenD>
  252. <LntExFlags>0</LntExFlags>
  253. <pMisraName></pMisraName>
  254. <pszMrule></pszMrule>
  255. <pSingCmds></pSingCmds>
  256. <pMultCmds></pMultCmds>
  257. <pMisraNamep></pMisraNamep>
  258. <pszMrulep></pszMrulep>
  259. <pSingCmdsp></pSingCmdsp>
  260. <pMultCmdsp></pMultCmdsp>
  261. </TargetOption>
  262. </Target>
  263. <Target>
  264. <TargetName>adapterBoardDriver_APP</TargetName>
  265. <ToolsetNumber>0x4</ToolsetNumber>
  266. <ToolsetName>ARM-ADS</ToolsetName>
  267. <TargetOption>
  268. <CLKADS>12000000</CLKADS>
  269. <OPTTT>
  270. <gFlags>1</gFlags>
  271. <BeepAtEnd>1</BeepAtEnd>
  272. <RunSim>0</RunSim>
  273. <RunTarget>1</RunTarget>
  274. <RunAbUc>0</RunAbUc>
  275. </OPTTT>
  276. <OPTHX>
  277. <HexSelection>1</HexSelection>
  278. <FlashByte>65535</FlashByte>
  279. <HexRangeLowAddress>0</HexRangeLowAddress>
  280. <HexRangeHighAddress>0</HexRangeHighAddress>
  281. <HexOffset>0</HexOffset>
  282. </OPTHX>
  283. <OPTLEX>
  284. <PageWidth>79</PageWidth>
  285. <PageLength>66</PageLength>
  286. <TabStop>8</TabStop>
  287. <ListingPath>.\Listings\</ListingPath>
  288. </OPTLEX>
  289. <ListingPage>
  290. <CreateCListing>1</CreateCListing>
  291. <CreateAListing>1</CreateAListing>
  292. <CreateLListing>1</CreateLListing>
  293. <CreateIListing>0</CreateIListing>
  294. <AsmCond>1</AsmCond>
  295. <AsmSymb>1</AsmSymb>
  296. <AsmXref>0</AsmXref>
  297. <CCond>1</CCond>
  298. <CCode>0</CCode>
  299. <CListInc>0</CListInc>
  300. <CSymb>0</CSymb>
  301. <LinkerCodeListing>0</LinkerCodeListing>
  302. </ListingPage>
  303. <OPTXL>
  304. <LMap>1</LMap>
  305. <LComments>1</LComments>
  306. <LGenerateSymbols>1</LGenerateSymbols>
  307. <LLibSym>1</LLibSym>
  308. <LLines>1</LLines>
  309. <LLocSym>1</LLocSym>
  310. <LPubSym>1</LPubSym>
  311. <LXref>0</LXref>
  312. <LExpSel>0</LExpSel>
  313. </OPTXL>
  314. <OPTFL>
  315. <tvExp>1</tvExp>
  316. <tvExpOptDlg>0</tvExpOptDlg>
  317. <IsCurrentTarget>0</IsCurrentTarget>
  318. </OPTFL>
  319. <CpuCode>18</CpuCode>
  320. <DebugOpt>
  321. <uSim>0</uSim>
  322. <uTrg>1</uTrg>
  323. <sLdApp>1</sLdApp>
  324. <sGomain>1</sGomain>
  325. <sRbreak>1</sRbreak>
  326. <sRwatch>1</sRwatch>
  327. <sRmem>1</sRmem>
  328. <sRfunc>1</sRfunc>
  329. <sRbox>1</sRbox>
  330. <tLdApp>1</tLdApp>
  331. <tGomain>1</tGomain>
  332. <tRbreak>1</tRbreak>
  333. <tRwatch>1</tRwatch>
  334. <tRmem>1</tRmem>
  335. <tRfunc>0</tRfunc>
  336. <tRbox>1</tRbox>
  337. <tRtrace>1</tRtrace>
  338. <sRSysVw>1</sRSysVw>
  339. <tRSysVw>1</tRSysVw>
  340. <sRunDeb>0</sRunDeb>
  341. <sLrtime>0</sLrtime>
  342. <bEvRecOn>1</bEvRecOn>
  343. <bSchkAxf>0</bSchkAxf>
  344. <bTchkAxf>0</bTchkAxf>
  345. <nTsel>3</nTsel>
  346. <sDll></sDll>
  347. <sDllPa></sDllPa>
  348. <sDlgDll></sDlgDll>
  349. <sDlgPa></sDlgPa>
  350. <sIfile></sIfile>
  351. <tDll></tDll>
  352. <tDllPa></tDllPa>
  353. <tDlgDll></tDlgDll>
  354. <tDlgPa></tDlgPa>
  355. <tIfile></tIfile>
  356. <pMon>BIN\CMSIS_AGDI.dll</pMon>
  357. </DebugOpt>
  358. <TargetDriverDllRegistry>
  359. <SetRegEntry>
  360. <Number>0</Number>
  361. <Key>UL2CM3</Key>
  362. <Name>UL2CM3(-S0 -C0 -P0 ) -FN1 -FC1000 -FD20000000 -FF0STM32F10x_512 -FL080000 -FS08000000 -FP0($$Device:STM32F103RC$Flash\STM32F10x_512.FLM)</Name>
  363. </SetRegEntry>
  364. <SetRegEntry>
  365. <Number>0</Number>
  366. <Key>CMSIS_AGDI</Key>
  367. <Name>-X"Any" -UAny -O206 -S8 -C0 -P00000000 -N00("ARM CoreSight SW-DP") -D00(1BA01477) -L00(0) -TO65554 -TC10000000 -TT10000000 -TP20 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC1000 -FN1 -FF0STM32F10x_512.FLM -FS0800C800 -FL080000 -FP0($$Device:STM32F103RC$Flash\STM32F10x_512.FLM)</Name>
  368. </SetRegEntry>
  369. <SetRegEntry>
  370. <Number>0</Number>
  371. <Key>DLGUARM</Key>
  372. <Name></Name>
  373. </SetRegEntry>
  374. <SetRegEntry>
  375. <Number>0</Number>
  376. <Key>ARMRTXEVENTFLAGS</Key>
  377. <Name>-L70 -Z18 -C0 -M0 -T1</Name>
  378. </SetRegEntry>
  379. <SetRegEntry>
  380. <Number>0</Number>
  381. <Key>DLGTARM</Key>
  382. <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)(1012=-1,-1,-1,-1,0)</Name>
  383. </SetRegEntry>
  384. <SetRegEntry>
  385. <Number>0</Number>
  386. <Key>ARMDBGFLAGS</Key>
  387. <Name></Name>
  388. </SetRegEntry>
  389. </TargetDriverDllRegistry>
  390. <Breakpoint/>
  391. <WatchWindow1>
  392. <Ww>
  393. <count>0</count>
  394. <WinNumber>1</WinNumber>
  395. <ItemText>rfRecvPacket</ItemText>
  396. </Ww>
  397. <Ww>
  398. <count>1</count>
  399. <WinNumber>1</WinNumber>
  400. <ItemText>sx1208_rx_pkt</ItemText>
  401. </Ww>
  402. <Ww>
  403. <count>2</count>
  404. <WinNumber>1</WinNumber>
  405. <ItemText>sx1208_ext_fifo</ItemText>
  406. </Ww>
  407. <Ww>
  408. <count>3</count>
  409. <WinNumber>1</WinNumber>
  410. <ItemText>buffer_rfBr</ItemText>
  411. </Ww>
  412. <Ww>
  413. <count>4</count>
  414. <WinNumber>1</WinNumber>
  415. <ItemText>deviceInforDef</ItemText>
  416. </Ww>
  417. <Ww>
  418. <count>5</count>
  419. <WinNumber>1</WinNumber>
  420. <ItemText>rfRecvPacket</ItemText>
  421. </Ww>
  422. </WatchWindow1>
  423. <WatchWindow2>
  424. <Ww>
  425. <count>0</count>
  426. <WinNumber>2</WinNumber>
  427. <ItemText>Frame.RXBUF</ItemText>
  428. </Ww>
  429. <Ww>
  430. <count>1</count>
  431. <WinNumber>2</WinNumber>
  432. <ItemText>Frame.SUM</ItemText>
  433. </Ww>
  434. <Ww>
  435. <count>2</count>
  436. <WinNumber>2</WinNumber>
  437. <ItemText>Frame.BYTE</ItemText>
  438. </Ww>
  439. <Ww>
  440. <count>3</count>
  441. <WinNumber>2</WinNumber>
  442. <ItemText>Frame.FLASHBUF</ItemText>
  443. </Ww>
  444. <Ww>
  445. <count>4</count>
  446. <WinNumber>2</WinNumber>
  447. <ItemText>RF_RX_BUF</ItemText>
  448. </Ww>
  449. </WatchWindow2>
  450. <MemoryWindow1>
  451. <Mm>
  452. <WinNumber>1</WinNumber>
  453. <SubType>0</SubType>
  454. <ItemText>0x7a00</ItemText>
  455. <AccSizeX>0</AccSizeX>
  456. </Mm>
  457. </MemoryWindow1>
  458. <Tracepoint>
  459. <THDelay>0</THDelay>
  460. </Tracepoint>
  461. <DebugFlag>
  462. <trace>0</trace>
  463. <periodic>0</periodic>
  464. <aLwin>1</aLwin>
  465. <aCover>0</aCover>
  466. <aSer1>0</aSer1>
  467. <aSer2>0</aSer2>
  468. <aPa>0</aPa>
  469. <viewmode>1</viewmode>
  470. <vrSel>0</vrSel>
  471. <aSym>0</aSym>
  472. <aTbox>0</aTbox>
  473. <AscS1>0</AscS1>
  474. <AscS2>0</AscS2>
  475. <AscS3>0</AscS3>
  476. <aSer3>0</aSer3>
  477. <eProf>0</eProf>
  478. <aLa>0</aLa>
  479. <aPa1>0</aPa1>
  480. <AscS4>0</AscS4>
  481. <aSer4>0</aSer4>
  482. <StkLoc>0</StkLoc>
  483. <TrcWin>0</TrcWin>
  484. <newCpu>0</newCpu>
  485. <uProt>0</uProt>
  486. </DebugFlag>
  487. <LintExecutable></LintExecutable>
  488. <LintConfigFile></LintConfigFile>
  489. <bLintAuto>0</bLintAuto>
  490. <bAutoGenD>0</bAutoGenD>
  491. <LntExFlags>0</LntExFlags>
  492. <pMisraName></pMisraName>
  493. <pszMrule></pszMrule>
  494. <pSingCmds></pSingCmds>
  495. <pMultCmds></pMultCmds>
  496. <pMisraNamep></pMisraNamep>
  497. <pszMrulep></pszMrulep>
  498. <pSingCmdsp></pSingCmdsp>
  499. <pMultCmdsp></pMultCmdsp>
  500. <DebugDescription>
  501. <Enable>1</Enable>
  502. <EnableFlashSeq>1</EnableFlashSeq>
  503. <EnableLog>0</EnableLog>
  504. <Protocol>2</Protocol>
  505. <DbgClock>10000000</DbgClock>
  506. </DebugDescription>
  507. </TargetOption>
  508. </Target>
  509. <Target>
  510. <TargetName>adapterBoardDriver_ST_APP</TargetName>
  511. <ToolsetNumber>0x4</ToolsetNumber>
  512. <ToolsetName>ARM-ADS</ToolsetName>
  513. <TargetOption>
  514. <CLKADS>12000000</CLKADS>
  515. <OPTTT>
  516. <gFlags>1</gFlags>
  517. <BeepAtEnd>1</BeepAtEnd>
  518. <RunSim>0</RunSim>
  519. <RunTarget>1</RunTarget>
  520. <RunAbUc>0</RunAbUc>
  521. </OPTTT>
  522. <OPTHX>
  523. <HexSelection>1</HexSelection>
  524. <FlashByte>65535</FlashByte>
  525. <HexRangeLowAddress>0</HexRangeLowAddress>
  526. <HexRangeHighAddress>0</HexRangeHighAddress>
  527. <HexOffset>0</HexOffset>
  528. </OPTHX>
  529. <OPTLEX>
  530. <PageWidth>79</PageWidth>
  531. <PageLength>66</PageLength>
  532. <TabStop>8</TabStop>
  533. <ListingPath>.\Listings\</ListingPath>
  534. </OPTLEX>
  535. <ListingPage>
  536. <CreateCListing>1</CreateCListing>
  537. <CreateAListing>1</CreateAListing>
  538. <CreateLListing>1</CreateLListing>
  539. <CreateIListing>0</CreateIListing>
  540. <AsmCond>1</AsmCond>
  541. <AsmSymb>1</AsmSymb>
  542. <AsmXref>0</AsmXref>
  543. <CCond>1</CCond>
  544. <CCode>0</CCode>
  545. <CListInc>0</CListInc>
  546. <CSymb>0</CSymb>
  547. <LinkerCodeListing>0</LinkerCodeListing>
  548. </ListingPage>
  549. <OPTXL>
  550. <LMap>1</LMap>
  551. <LComments>1</LComments>
  552. <LGenerateSymbols>1</LGenerateSymbols>
  553. <LLibSym>1</LLibSym>
  554. <LLines>1</LLines>
  555. <LLocSym>1</LLocSym>
  556. <LPubSym>1</LPubSym>
  557. <LXref>0</LXref>
  558. <LExpSel>0</LExpSel>
  559. </OPTXL>
  560. <OPTFL>
  561. <tvExp>1</tvExp>
  562. <tvExpOptDlg>0</tvExpOptDlg>
  563. <IsCurrentTarget>1</IsCurrentTarget>
  564. </OPTFL>
  565. <CpuCode>18</CpuCode>
  566. <DebugOpt>
  567. <uSim>0</uSim>
  568. <uTrg>1</uTrg>
  569. <sLdApp>1</sLdApp>
  570. <sGomain>1</sGomain>
  571. <sRbreak>1</sRbreak>
  572. <sRwatch>1</sRwatch>
  573. <sRmem>1</sRmem>
  574. <sRfunc>1</sRfunc>
  575. <sRbox>1</sRbox>
  576. <tLdApp>1</tLdApp>
  577. <tGomain>1</tGomain>
  578. <tRbreak>1</tRbreak>
  579. <tRwatch>1</tRwatch>
  580. <tRmem>1</tRmem>
  581. <tRfunc>0</tRfunc>
  582. <tRbox>1</tRbox>
  583. <tRtrace>1</tRtrace>
  584. <sRSysVw>1</sRSysVw>
  585. <tRSysVw>1</tRSysVw>
  586. <sRunDeb>0</sRunDeb>
  587. <sLrtime>0</sLrtime>
  588. <bEvRecOn>1</bEvRecOn>
  589. <bSchkAxf>0</bSchkAxf>
  590. <bTchkAxf>0</bTchkAxf>
  591. <nTsel>3</nTsel>
  592. <sDll></sDll>
  593. <sDllPa></sDllPa>
  594. <sDlgDll></sDlgDll>
  595. <sDlgPa></sDlgPa>
  596. <sIfile></sIfile>
  597. <tDll></tDll>
  598. <tDllPa></tDllPa>
  599. <tDlgDll></tDlgDll>
  600. <tDlgPa></tDlgPa>
  601. <tIfile></tIfile>
  602. <pMon>BIN\CMSIS_AGDI.dll</pMon>
  603. </DebugOpt>
  604. <TargetDriverDllRegistry>
  605. <SetRegEntry>
  606. <Number>0</Number>
  607. <Key>UL2CM3</Key>
  608. <Name>UL2CM3(-S0 -C0 -P0 ) -FN1 -FC1000 -FD20000000 -FF0STM32F10x_512 -FL080000 -FS08000000 -FP0($$Device:STM32F103RC$Flash\STM32F10x_512.FLM)</Name>
  609. </SetRegEntry>
  610. <SetRegEntry>
  611. <Number>0</Number>
  612. <Key>CMSIS_AGDI</Key>
  613. <Name>-X"" -O206 -S8 -C0 -P00000000 -N00("") -D00(00000000) -L00(0) -TO65554 -TC10000000 -TT10000000 -TP20 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC1000 -FN1 -FF0STM32F10x_512 -FS08000000 -FL080000 -FP0($$Device:STM32F103RC$Flash\STM32F10x_512.FLM)</Name>
  614. </SetRegEntry>
  615. <SetRegEntry>
  616. <Number>0</Number>
  617. <Key>DLGUARM</Key>
  618. <Name></Name>
  619. </SetRegEntry>
  620. <SetRegEntry>
  621. <Number>0</Number>
  622. <Key>ARMRTXEVENTFLAGS</Key>
  623. <Name>-L70 -Z18 -C0 -M0 -T1</Name>
  624. </SetRegEntry>
  625. <SetRegEntry>
  626. <Number>0</Number>
  627. <Key>DLGTARM</Key>
  628. <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)(1012=-1,-1,-1,-1,0)</Name>
  629. </SetRegEntry>
  630. <SetRegEntry>
  631. <Number>0</Number>
  632. <Key>ARMDBGFLAGS</Key>
  633. <Name></Name>
  634. </SetRegEntry>
  635. </TargetDriverDllRegistry>
  636. <Breakpoint/>
  637. <WatchWindow1>
  638. <Ww>
  639. <count>0</count>
  640. <WinNumber>1</WinNumber>
  641. <ItemText>rfRecvPacket</ItemText>
  642. </Ww>
  643. <Ww>
  644. <count>1</count>
  645. <WinNumber>1</WinNumber>
  646. <ItemText>sx1208_rx_pkt</ItemText>
  647. </Ww>
  648. <Ww>
  649. <count>2</count>
  650. <WinNumber>1</WinNumber>
  651. <ItemText>sx1208_ext_fifo</ItemText>
  652. </Ww>
  653. <Ww>
  654. <count>3</count>
  655. <WinNumber>1</WinNumber>
  656. <ItemText>buffer_rfBr</ItemText>
  657. </Ww>
  658. <Ww>
  659. <count>4</count>
  660. <WinNumber>1</WinNumber>
  661. <ItemText>deviceInforDef</ItemText>
  662. </Ww>
  663. <Ww>
  664. <count>5</count>
  665. <WinNumber>1</WinNumber>
  666. <ItemText>rfRecvPacket</ItemText>
  667. </Ww>
  668. </WatchWindow1>
  669. <WatchWindow2>
  670. <Ww>
  671. <count>0</count>
  672. <WinNumber>2</WinNumber>
  673. <ItemText>Frame.RXBUF</ItemText>
  674. </Ww>
  675. <Ww>
  676. <count>1</count>
  677. <WinNumber>2</WinNumber>
  678. <ItemText>Frame.SUM</ItemText>
  679. </Ww>
  680. <Ww>
  681. <count>2</count>
  682. <WinNumber>2</WinNumber>
  683. <ItemText>Frame.BYTE</ItemText>
  684. </Ww>
  685. <Ww>
  686. <count>3</count>
  687. <WinNumber>2</WinNumber>
  688. <ItemText>Frame.FLASHBUF</ItemText>
  689. </Ww>
  690. <Ww>
  691. <count>4</count>
  692. <WinNumber>2</WinNumber>
  693. <ItemText>RF_RX_BUF</ItemText>
  694. </Ww>
  695. </WatchWindow2>
  696. <MemoryWindow1>
  697. <Mm>
  698. <WinNumber>1</WinNumber>
  699. <SubType>0</SubType>
  700. <ItemText>0x7a00</ItemText>
  701. <AccSizeX>0</AccSizeX>
  702. </Mm>
  703. </MemoryWindow1>
  704. <Tracepoint>
  705. <THDelay>0</THDelay>
  706. </Tracepoint>
  707. <DebugFlag>
  708. <trace>0</trace>
  709. <periodic>0</periodic>
  710. <aLwin>1</aLwin>
  711. <aCover>0</aCover>
  712. <aSer1>0</aSer1>
  713. <aSer2>0</aSer2>
  714. <aPa>0</aPa>
  715. <viewmode>1</viewmode>
  716. <vrSel>0</vrSel>
  717. <aSym>0</aSym>
  718. <aTbox>0</aTbox>
  719. <AscS1>0</AscS1>
  720. <AscS2>0</AscS2>
  721. <AscS3>0</AscS3>
  722. <aSer3>0</aSer3>
  723. <eProf>0</eProf>
  724. <aLa>0</aLa>
  725. <aPa1>0</aPa1>
  726. <AscS4>0</AscS4>
  727. <aSer4>0</aSer4>
  728. <StkLoc>0</StkLoc>
  729. <TrcWin>0</TrcWin>
  730. <newCpu>0</newCpu>
  731. <uProt>0</uProt>
  732. </DebugFlag>
  733. <LintExecutable></LintExecutable>
  734. <LintConfigFile></LintConfigFile>
  735. <bLintAuto>0</bLintAuto>
  736. <bAutoGenD>0</bAutoGenD>
  737. <LntExFlags>0</LntExFlags>
  738. <pMisraName></pMisraName>
  739. <pszMrule></pszMrule>
  740. <pSingCmds></pSingCmds>
  741. <pMultCmds></pMultCmds>
  742. <pMisraNamep></pMisraNamep>
  743. <pszMrulep></pszMrulep>
  744. <pSingCmdsp></pSingCmdsp>
  745. <pMultCmdsp></pMultCmdsp>
  746. <DebugDescription>
  747. <Enable>1</Enable>
  748. <EnableFlashSeq>1</EnableFlashSeq>
  749. <EnableLog>0</EnableLog>
  750. <Protocol>2</Protocol>
  751. <DbgClock>10000000</DbgClock>
  752. </DebugDescription>
  753. </TargetOption>
  754. </Target>
  755. <Group>
  756. <GroupName>project</GroupName>
  757. <tvExp>1</tvExp>
  758. <tvExpOptDlg>0</tvExpOptDlg>
  759. <cbSel>0</cbSel>
  760. <RteFlg>0</RteFlg>
  761. <File>
  762. <GroupNumber>1</GroupNumber>
  763. <FileNumber>1</FileNumber>
  764. <FileType>1</FileType>
  765. <tvExp>0</tvExp>
  766. <tvExpOptDlg>0</tvExpOptDlg>
  767. <bDave2>0</bDave2>
  768. <PathWithFileName>..\project\main.c</PathWithFileName>
  769. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  770. <RteFlg>0</RteFlg>
  771. <bShared>0</bShared>
  772. </File>
  773. <File>
  774. <GroupNumber>1</GroupNumber>
  775. <FileNumber>2</FileNumber>
  776. <FileType>1</FileType>
  777. <tvExp>0</tvExp>
  778. <tvExpOptDlg>0</tvExpOptDlg>
  779. <bDave2>0</bDave2>
  780. <PathWithFileName>..\project\stm32f10x_it.c</PathWithFileName>
  781. <FilenameWithoutPath>stm32f10x_it.c</FilenameWithoutPath>
  782. <RteFlg>0</RteFlg>
  783. <bShared>0</bShared>
  784. </File>
  785. <File>
  786. <GroupNumber>1</GroupNumber>
  787. <FileNumber>3</FileNumber>
  788. <FileType>1</FileType>
  789. <tvExp>0</tvExp>
  790. <tvExpOptDlg>0</tvExpOptDlg>
  791. <bDave2>0</bDave2>
  792. <PathWithFileName>..\project\system_stm32f10x.c</PathWithFileName>
  793. <FilenameWithoutPath>system_stm32f10x.c</FilenameWithoutPath>
  794. <RteFlg>0</RteFlg>
  795. <bShared>0</bShared>
  796. </File>
  797. </Group>
  798. <Group>
  799. <GroupName>peripheral</GroupName>
  800. <tvExp>1</tvExp>
  801. <tvExpOptDlg>0</tvExpOptDlg>
  802. <cbSel>0</cbSel>
  803. <RteFlg>0</RteFlg>
  804. <File>
  805. <GroupNumber>2</GroupNumber>
  806. <FileNumber>4</FileNumber>
  807. <FileType>1</FileType>
  808. <tvExp>0</tvExp>
  809. <tvExpOptDlg>0</tvExpOptDlg>
  810. <bDave2>0</bDave2>
  811. <PathWithFileName>..\peripheral\myUart.c</PathWithFileName>
  812. <FilenameWithoutPath>myUart.c</FilenameWithoutPath>
  813. <RteFlg>0</RteFlg>
  814. <bShared>0</bShared>
  815. </File>
  816. <File>
  817. <GroupNumber>2</GroupNumber>
  818. <FileNumber>5</FileNumber>
  819. <FileType>1</FileType>
  820. <tvExp>0</tvExp>
  821. <tvExpOptDlg>0</tvExpOptDlg>
  822. <bDave2>0</bDave2>
  823. <PathWithFileName>..\peripheral\sys.c</PathWithFileName>
  824. <FilenameWithoutPath>sys.c</FilenameWithoutPath>
  825. <RteFlg>0</RteFlg>
  826. <bShared>0</bShared>
  827. </File>
  828. <File>
  829. <GroupNumber>2</GroupNumber>
  830. <FileNumber>6</FileNumber>
  831. <FileType>1</FileType>
  832. <tvExp>0</tvExp>
  833. <tvExpOptDlg>0</tvExpOptDlg>
  834. <bDave2>0</bDave2>
  835. <PathWithFileName>..\peripheral\myADC.c</PathWithFileName>
  836. <FilenameWithoutPath>myADC.c</FilenameWithoutPath>
  837. <RteFlg>0</RteFlg>
  838. <bShared>0</bShared>
  839. </File>
  840. <File>
  841. <GroupNumber>2</GroupNumber>
  842. <FileNumber>7</FileNumber>
  843. <FileType>1</FileType>
  844. <tvExp>0</tvExp>
  845. <tvExpOptDlg>0</tvExpOptDlg>
  846. <bDave2>0</bDave2>
  847. <PathWithFileName>..\peripheral\myInputCapture.c</PathWithFileName>
  848. <FilenameWithoutPath>myInputCapture.c</FilenameWithoutPath>
  849. <RteFlg>0</RteFlg>
  850. <bShared>0</bShared>
  851. </File>
  852. <File>
  853. <GroupNumber>2</GroupNumber>
  854. <FileNumber>8</FileNumber>
  855. <FileType>1</FileType>
  856. <tvExp>0</tvExp>
  857. <tvExpOptDlg>0</tvExpOptDlg>
  858. <bDave2>0</bDave2>
  859. <PathWithFileName>..\peripheral\myUart3.c</PathWithFileName>
  860. <FilenameWithoutPath>myUart3.c</FilenameWithoutPath>
  861. <RteFlg>0</RteFlg>
  862. <bShared>0</bShared>
  863. </File>
  864. </Group>
  865. <Group>
  866. <GroupName>core</GroupName>
  867. <tvExp>1</tvExp>
  868. <tvExpOptDlg>0</tvExpOptDlg>
  869. <cbSel>0</cbSel>
  870. <RteFlg>0</RteFlg>
  871. <File>
  872. <GroupNumber>3</GroupNumber>
  873. <FileNumber>9</FileNumber>
  874. <FileType>1</FileType>
  875. <tvExp>0</tvExp>
  876. <tvExpOptDlg>0</tvExpOptDlg>
  877. <bDave2>0</bDave2>
  878. <PathWithFileName>..\CORE\core_cm3.c</PathWithFileName>
  879. <FilenameWithoutPath>core_cm3.c</FilenameWithoutPath>
  880. <RteFlg>0</RteFlg>
  881. <bShared>0</bShared>
  882. </File>
  883. <File>
  884. <GroupNumber>3</GroupNumber>
  885. <FileNumber>10</FileNumber>
  886. <FileType>2</FileType>
  887. <tvExp>0</tvExp>
  888. <tvExpOptDlg>0</tvExpOptDlg>
  889. <bDave2>0</bDave2>
  890. <PathWithFileName>..\CORE\startup_stm32f10x_hd.s</PathWithFileName>
  891. <FilenameWithoutPath>startup_stm32f10x_hd.s</FilenameWithoutPath>
  892. <RteFlg>0</RteFlg>
  893. <bShared>0</bShared>
  894. </File>
  895. </Group>
  896. <Group>
  897. <GroupName>FWLIB</GroupName>
  898. <tvExp>0</tvExp>
  899. <tvExpOptDlg>0</tvExpOptDlg>
  900. <cbSel>0</cbSel>
  901. <RteFlg>0</RteFlg>
  902. <File>
  903. <GroupNumber>4</GroupNumber>
  904. <FileNumber>11</FileNumber>
  905. <FileType>1</FileType>
  906. <tvExp>0</tvExp>
  907. <tvExpOptDlg>0</tvExpOptDlg>
  908. <bDave2>0</bDave2>
  909. <PathWithFileName>..\STM32F10x_FWLib\src\misc.c</PathWithFileName>
  910. <FilenameWithoutPath>misc.c</FilenameWithoutPath>
  911. <RteFlg>0</RteFlg>
  912. <bShared>0</bShared>
  913. </File>
  914. <File>
  915. <GroupNumber>4</GroupNumber>
  916. <FileNumber>12</FileNumber>
  917. <FileType>1</FileType>
  918. <tvExp>0</tvExp>
  919. <tvExpOptDlg>0</tvExpOptDlg>
  920. <bDave2>0</bDave2>
  921. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_adc.c</PathWithFileName>
  922. <FilenameWithoutPath>stm32f10x_adc.c</FilenameWithoutPath>
  923. <RteFlg>0</RteFlg>
  924. <bShared>0</bShared>
  925. </File>
  926. <File>
  927. <GroupNumber>4</GroupNumber>
  928. <FileNumber>13</FileNumber>
  929. <FileType>1</FileType>
  930. <tvExp>0</tvExp>
  931. <tvExpOptDlg>0</tvExpOptDlg>
  932. <bDave2>0</bDave2>
  933. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_bkp.c</PathWithFileName>
  934. <FilenameWithoutPath>stm32f10x_bkp.c</FilenameWithoutPath>
  935. <RteFlg>0</RteFlg>
  936. <bShared>0</bShared>
  937. </File>
  938. <File>
  939. <GroupNumber>4</GroupNumber>
  940. <FileNumber>14</FileNumber>
  941. <FileType>1</FileType>
  942. <tvExp>0</tvExp>
  943. <tvExpOptDlg>0</tvExpOptDlg>
  944. <bDave2>0</bDave2>
  945. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_can.c</PathWithFileName>
  946. <FilenameWithoutPath>stm32f10x_can.c</FilenameWithoutPath>
  947. <RteFlg>0</RteFlg>
  948. <bShared>0</bShared>
  949. </File>
  950. <File>
  951. <GroupNumber>4</GroupNumber>
  952. <FileNumber>15</FileNumber>
  953. <FileType>1</FileType>
  954. <tvExp>0</tvExp>
  955. <tvExpOptDlg>0</tvExpOptDlg>
  956. <bDave2>0</bDave2>
  957. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_cec.c</PathWithFileName>
  958. <FilenameWithoutPath>stm32f10x_cec.c</FilenameWithoutPath>
  959. <RteFlg>0</RteFlg>
  960. <bShared>0</bShared>
  961. </File>
  962. <File>
  963. <GroupNumber>4</GroupNumber>
  964. <FileNumber>16</FileNumber>
  965. <FileType>1</FileType>
  966. <tvExp>0</tvExp>
  967. <tvExpOptDlg>0</tvExpOptDlg>
  968. <bDave2>0</bDave2>
  969. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_crc.c</PathWithFileName>
  970. <FilenameWithoutPath>stm32f10x_crc.c</FilenameWithoutPath>
  971. <RteFlg>0</RteFlg>
  972. <bShared>0</bShared>
  973. </File>
  974. <File>
  975. <GroupNumber>4</GroupNumber>
  976. <FileNumber>17</FileNumber>
  977. <FileType>1</FileType>
  978. <tvExp>0</tvExp>
  979. <tvExpOptDlg>0</tvExpOptDlg>
  980. <bDave2>0</bDave2>
  981. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_dac.c</PathWithFileName>
  982. <FilenameWithoutPath>stm32f10x_dac.c</FilenameWithoutPath>
  983. <RteFlg>0</RteFlg>
  984. <bShared>0</bShared>
  985. </File>
  986. <File>
  987. <GroupNumber>4</GroupNumber>
  988. <FileNumber>18</FileNumber>
  989. <FileType>1</FileType>
  990. <tvExp>0</tvExp>
  991. <tvExpOptDlg>0</tvExpOptDlg>
  992. <bDave2>0</bDave2>
  993. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_dbgmcu.c</PathWithFileName>
  994. <FilenameWithoutPath>stm32f10x_dbgmcu.c</FilenameWithoutPath>
  995. <RteFlg>0</RteFlg>
  996. <bShared>0</bShared>
  997. </File>
  998. <File>
  999. <GroupNumber>4</GroupNumber>
  1000. <FileNumber>19</FileNumber>
  1001. <FileType>1</FileType>
  1002. <tvExp>0</tvExp>
  1003. <tvExpOptDlg>0</tvExpOptDlg>
  1004. <bDave2>0</bDave2>
  1005. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_dma.c</PathWithFileName>
  1006. <FilenameWithoutPath>stm32f10x_dma.c</FilenameWithoutPath>
  1007. <RteFlg>0</RteFlg>
  1008. <bShared>0</bShared>
  1009. </File>
  1010. <File>
  1011. <GroupNumber>4</GroupNumber>
  1012. <FileNumber>20</FileNumber>
  1013. <FileType>1</FileType>
  1014. <tvExp>0</tvExp>
  1015. <tvExpOptDlg>0</tvExpOptDlg>
  1016. <bDave2>0</bDave2>
  1017. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_exti.c</PathWithFileName>
  1018. <FilenameWithoutPath>stm32f10x_exti.c</FilenameWithoutPath>
  1019. <RteFlg>0</RteFlg>
  1020. <bShared>0</bShared>
  1021. </File>
  1022. <File>
  1023. <GroupNumber>4</GroupNumber>
  1024. <FileNumber>21</FileNumber>
  1025. <FileType>1</FileType>
  1026. <tvExp>0</tvExp>
  1027. <tvExpOptDlg>0</tvExpOptDlg>
  1028. <bDave2>0</bDave2>
  1029. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_flash.c</PathWithFileName>
  1030. <FilenameWithoutPath>stm32f10x_flash.c</FilenameWithoutPath>
  1031. <RteFlg>0</RteFlg>
  1032. <bShared>0</bShared>
  1033. </File>
  1034. <File>
  1035. <GroupNumber>4</GroupNumber>
  1036. <FileNumber>22</FileNumber>
  1037. <FileType>1</FileType>
  1038. <tvExp>0</tvExp>
  1039. <tvExpOptDlg>0</tvExpOptDlg>
  1040. <bDave2>0</bDave2>
  1041. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_fsmc.c</PathWithFileName>
  1042. <FilenameWithoutPath>stm32f10x_fsmc.c</FilenameWithoutPath>
  1043. <RteFlg>0</RteFlg>
  1044. <bShared>0</bShared>
  1045. </File>
  1046. <File>
  1047. <GroupNumber>4</GroupNumber>
  1048. <FileNumber>23</FileNumber>
  1049. <FileType>1</FileType>
  1050. <tvExp>0</tvExp>
  1051. <tvExpOptDlg>0</tvExpOptDlg>
  1052. <bDave2>0</bDave2>
  1053. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_gpio.c</PathWithFileName>
  1054. <FilenameWithoutPath>stm32f10x_gpio.c</FilenameWithoutPath>
  1055. <RteFlg>0</RteFlg>
  1056. <bShared>0</bShared>
  1057. </File>
  1058. <File>
  1059. <GroupNumber>4</GroupNumber>
  1060. <FileNumber>24</FileNumber>
  1061. <FileType>1</FileType>
  1062. <tvExp>0</tvExp>
  1063. <tvExpOptDlg>0</tvExpOptDlg>
  1064. <bDave2>0</bDave2>
  1065. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_i2c.c</PathWithFileName>
  1066. <FilenameWithoutPath>stm32f10x_i2c.c</FilenameWithoutPath>
  1067. <RteFlg>0</RteFlg>
  1068. <bShared>0</bShared>
  1069. </File>
  1070. <File>
  1071. <GroupNumber>4</GroupNumber>
  1072. <FileNumber>25</FileNumber>
  1073. <FileType>1</FileType>
  1074. <tvExp>0</tvExp>
  1075. <tvExpOptDlg>0</tvExpOptDlg>
  1076. <bDave2>0</bDave2>
  1077. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_iwdg.c</PathWithFileName>
  1078. <FilenameWithoutPath>stm32f10x_iwdg.c</FilenameWithoutPath>
  1079. <RteFlg>0</RteFlg>
  1080. <bShared>0</bShared>
  1081. </File>
  1082. <File>
  1083. <GroupNumber>4</GroupNumber>
  1084. <FileNumber>26</FileNumber>
  1085. <FileType>1</FileType>
  1086. <tvExp>0</tvExp>
  1087. <tvExpOptDlg>0</tvExpOptDlg>
  1088. <bDave2>0</bDave2>
  1089. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_pwr.c</PathWithFileName>
  1090. <FilenameWithoutPath>stm32f10x_pwr.c</FilenameWithoutPath>
  1091. <RteFlg>0</RteFlg>
  1092. <bShared>0</bShared>
  1093. </File>
  1094. <File>
  1095. <GroupNumber>4</GroupNumber>
  1096. <FileNumber>27</FileNumber>
  1097. <FileType>1</FileType>
  1098. <tvExp>0</tvExp>
  1099. <tvExpOptDlg>0</tvExpOptDlg>
  1100. <bDave2>0</bDave2>
  1101. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_rcc.c</PathWithFileName>
  1102. <FilenameWithoutPath>stm32f10x_rcc.c</FilenameWithoutPath>
  1103. <RteFlg>0</RteFlg>
  1104. <bShared>0</bShared>
  1105. </File>
  1106. <File>
  1107. <GroupNumber>4</GroupNumber>
  1108. <FileNumber>28</FileNumber>
  1109. <FileType>1</FileType>
  1110. <tvExp>0</tvExp>
  1111. <tvExpOptDlg>0</tvExpOptDlg>
  1112. <bDave2>0</bDave2>
  1113. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_rtc.c</PathWithFileName>
  1114. <FilenameWithoutPath>stm32f10x_rtc.c</FilenameWithoutPath>
  1115. <RteFlg>0</RteFlg>
  1116. <bShared>0</bShared>
  1117. </File>
  1118. <File>
  1119. <GroupNumber>4</GroupNumber>
  1120. <FileNumber>29</FileNumber>
  1121. <FileType>1</FileType>
  1122. <tvExp>0</tvExp>
  1123. <tvExpOptDlg>0</tvExpOptDlg>
  1124. <bDave2>0</bDave2>
  1125. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_sdio.c</PathWithFileName>
  1126. <FilenameWithoutPath>stm32f10x_sdio.c</FilenameWithoutPath>
  1127. <RteFlg>0</RteFlg>
  1128. <bShared>0</bShared>
  1129. </File>
  1130. <File>
  1131. <GroupNumber>4</GroupNumber>
  1132. <FileNumber>30</FileNumber>
  1133. <FileType>1</FileType>
  1134. <tvExp>0</tvExp>
  1135. <tvExpOptDlg>0</tvExpOptDlg>
  1136. <bDave2>0</bDave2>
  1137. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_spi.c</PathWithFileName>
  1138. <FilenameWithoutPath>stm32f10x_spi.c</FilenameWithoutPath>
  1139. <RteFlg>0</RteFlg>
  1140. <bShared>0</bShared>
  1141. </File>
  1142. <File>
  1143. <GroupNumber>4</GroupNumber>
  1144. <FileNumber>31</FileNumber>
  1145. <FileType>1</FileType>
  1146. <tvExp>0</tvExp>
  1147. <tvExpOptDlg>0</tvExpOptDlg>
  1148. <bDave2>0</bDave2>
  1149. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_tim.c</PathWithFileName>
  1150. <FilenameWithoutPath>stm32f10x_tim.c</FilenameWithoutPath>
  1151. <RteFlg>0</RteFlg>
  1152. <bShared>0</bShared>
  1153. </File>
  1154. <File>
  1155. <GroupNumber>4</GroupNumber>
  1156. <FileNumber>32</FileNumber>
  1157. <FileType>1</FileType>
  1158. <tvExp>0</tvExp>
  1159. <tvExpOptDlg>0</tvExpOptDlg>
  1160. <bDave2>0</bDave2>
  1161. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_usart.c</PathWithFileName>
  1162. <FilenameWithoutPath>stm32f10x_usart.c</FilenameWithoutPath>
  1163. <RteFlg>0</RteFlg>
  1164. <bShared>0</bShared>
  1165. </File>
  1166. <File>
  1167. <GroupNumber>4</GroupNumber>
  1168. <FileNumber>33</FileNumber>
  1169. <FileType>1</FileType>
  1170. <tvExp>0</tvExp>
  1171. <tvExpOptDlg>0</tvExpOptDlg>
  1172. <bDave2>0</bDave2>
  1173. <PathWithFileName>..\STM32F10x_FWLib\src\stm32f10x_wwdg.c</PathWithFileName>
  1174. <FilenameWithoutPath>stm32f10x_wwdg.c</FilenameWithoutPath>
  1175. <RteFlg>0</RteFlg>
  1176. <bShared>0</bShared>
  1177. </File>
  1178. </Group>
  1179. <Group>
  1180. <GroupName>app</GroupName>
  1181. <tvExp>1</tvExp>
  1182. <tvExpOptDlg>0</tvExpOptDlg>
  1183. <cbSel>0</cbSel>
  1184. <RteFlg>0</RteFlg>
  1185. <File>
  1186. <GroupNumber>5</GroupNumber>
  1187. <FileNumber>34</FileNumber>
  1188. <FileType>1</FileType>
  1189. <tvExp>0</tvExp>
  1190. <tvExpOptDlg>0</tvExpOptDlg>
  1191. <bDave2>0</bDave2>
  1192. <PathWithFileName>..\APP\led.c</PathWithFileName>
  1193. <FilenameWithoutPath>led.c</FilenameWithoutPath>
  1194. <RteFlg>0</RteFlg>
  1195. <bShared>0</bShared>
  1196. </File>
  1197. <File>
  1198. <GroupNumber>5</GroupNumber>
  1199. <FileNumber>35</FileNumber>
  1200. <FileType>1</FileType>
  1201. <tvExp>0</tvExp>
  1202. <tvExpOptDlg>0</tvExpOptDlg>
  1203. <bDave2>0</bDave2>
  1204. <PathWithFileName>..\APP\key.c</PathWithFileName>
  1205. <FilenameWithoutPath>key.c</FilenameWithoutPath>
  1206. <RteFlg>0</RteFlg>
  1207. <bShared>0</bShared>
  1208. </File>
  1209. <File>
  1210. <GroupNumber>5</GroupNumber>
  1211. <FileNumber>36</FileNumber>
  1212. <FileType>1</FileType>
  1213. <tvExp>0</tvExp>
  1214. <tvExpOptDlg>0</tvExpOptDlg>
  1215. <bDave2>0</bDave2>
  1216. <PathWithFileName>..\APP\stmflash.c</PathWithFileName>
  1217. <FilenameWithoutPath>stmflash.c</FilenameWithoutPath>
  1218. <RteFlg>0</RteFlg>
  1219. <bShared>0</bShared>
  1220. </File>
  1221. <File>
  1222. <GroupNumber>5</GroupNumber>
  1223. <FileNumber>37</FileNumber>
  1224. <FileType>1</FileType>
  1225. <tvExp>0</tvExp>
  1226. <tvExpOptDlg>0</tvExpOptDlg>
  1227. <bDave2>0</bDave2>
  1228. <PathWithFileName>..\APP\ReadKey.c</PathWithFileName>
  1229. <FilenameWithoutPath>ReadKey.c</FilenameWithoutPath>
  1230. <RteFlg>0</RteFlg>
  1231. <bShared>0</bShared>
  1232. </File>
  1233. <File>
  1234. <GroupNumber>5</GroupNumber>
  1235. <FileNumber>38</FileNumber>
  1236. <FileType>1</FileType>
  1237. <tvExp>0</tvExp>
  1238. <tvExpOptDlg>0</tvExpOptDlg>
  1239. <bDave2>0</bDave2>
  1240. <PathWithFileName>..\APP\myLcd.c</PathWithFileName>
  1241. <FilenameWithoutPath>myLcd.c</FilenameWithoutPath>
  1242. <RteFlg>0</RteFlg>
  1243. <bShared>0</bShared>
  1244. </File>
  1245. <File>
  1246. <GroupNumber>5</GroupNumber>
  1247. <FileNumber>39</FileNumber>
  1248. <FileType>1</FileType>
  1249. <tvExp>0</tvExp>
  1250. <tvExpOptDlg>0</tvExpOptDlg>
  1251. <bDave2>0</bDave2>
  1252. <PathWithFileName>..\APP\myTim.c</PathWithFileName>
  1253. <FilenameWithoutPath>myTim.c</FilenameWithoutPath>
  1254. <RteFlg>0</RteFlg>
  1255. <bShared>0</bShared>
  1256. </File>
  1257. <File>
  1258. <GroupNumber>5</GroupNumber>
  1259. <FileNumber>40</FileNumber>
  1260. <FileType>1</FileType>
  1261. <tvExp>0</tvExp>
  1262. <tvExpOptDlg>0</tvExpOptDlg>
  1263. <bDave2>0</bDave2>
  1264. <PathWithFileName>..\app\crc8.c</PathWithFileName>
  1265. <FilenameWithoutPath>crc8.c</FilenameWithoutPath>
  1266. <RteFlg>0</RteFlg>
  1267. <bShared>0</bShared>
  1268. </File>
  1269. <File>
  1270. <GroupNumber>5</GroupNumber>
  1271. <FileNumber>41</FileNumber>
  1272. <FileType>1</FileType>
  1273. <tvExp>0</tvExp>
  1274. <tvExpOptDlg>0</tvExpOptDlg>
  1275. <bDave2>0</bDave2>
  1276. <PathWithFileName>..\app\eventUnit.c</PathWithFileName>
  1277. <FilenameWithoutPath>eventUnit.c</FilenameWithoutPath>
  1278. <RteFlg>0</RteFlg>
  1279. <bShared>0</bShared>
  1280. </File>
  1281. <File>
  1282. <GroupNumber>5</GroupNumber>
  1283. <FileNumber>42</FileNumber>
  1284. <FileType>1</FileType>
  1285. <tvExp>0</tvExp>
  1286. <tvExpOptDlg>0</tvExpOptDlg>
  1287. <bDave2>0</bDave2>
  1288. <PathWithFileName>..\app\myDisplayUnit.c</PathWithFileName>
  1289. <FilenameWithoutPath>myDisplayUnit.c</FilenameWithoutPath>
  1290. <RteFlg>0</RteFlg>
  1291. <bShared>0</bShared>
  1292. </File>
  1293. <File>
  1294. <GroupNumber>5</GroupNumber>
  1295. <FileNumber>43</FileNumber>
  1296. <FileType>1</FileType>
  1297. <tvExp>0</tvExp>
  1298. <tvExpOptDlg>0</tvExpOptDlg>
  1299. <bDave2>0</bDave2>
  1300. <PathWithFileName>..\app\myFlashData.c</PathWithFileName>
  1301. <FilenameWithoutPath>myFlashData.c</FilenameWithoutPath>
  1302. <RteFlg>0</RteFlg>
  1303. <bShared>0</bShared>
  1304. </File>
  1305. </Group>
  1306. <Group>
  1307. <GroupName>radio</GroupName>
  1308. <tvExp>1</tvExp>
  1309. <tvExpOptDlg>0</tvExpOptDlg>
  1310. <cbSel>0</cbSel>
  1311. <RteFlg>0</RteFlg>
  1312. <File>
  1313. <GroupNumber>6</GroupNumber>
  1314. <FileNumber>44</FileNumber>
  1315. <FileType>1</FileType>
  1316. <tvExp>0</tvExp>
  1317. <tvExpOptDlg>0</tvExpOptDlg>
  1318. <bDave2>0</bDave2>
  1319. <PathWithFileName>..\radio\crc.c</PathWithFileName>
  1320. <FilenameWithoutPath>crc.c</FilenameWithoutPath>
  1321. <RteFlg>0</RteFlg>
  1322. <bShared>0</bShared>
  1323. </File>
  1324. <File>
  1325. <GroupNumber>6</GroupNumber>
  1326. <FileNumber>45</FileNumber>
  1327. <FileType>1</FileType>
  1328. <tvExp>0</tvExp>
  1329. <tvExpOptDlg>0</tvExpOptDlg>
  1330. <bDave2>0</bDave2>
  1331. <PathWithFileName>..\radio\fifo.c</PathWithFileName>
  1332. <FilenameWithoutPath>fifo.c</FilenameWithoutPath>
  1333. <RteFlg>0</RteFlg>
  1334. <bShared>0</bShared>
  1335. </File>
  1336. <File>
  1337. <GroupNumber>6</GroupNumber>
  1338. <FileNumber>46</FileNumber>
  1339. <FileType>1</FileType>
  1340. <tvExp>0</tvExp>
  1341. <tvExpOptDlg>0</tvExpOptDlg>
  1342. <bDave2>0</bDave2>
  1343. <PathWithFileName>..\radio\myRadio.c</PathWithFileName>
  1344. <FilenameWithoutPath>myRadio.c</FilenameWithoutPath>
  1345. <RteFlg>0</RteFlg>
  1346. <bShared>0</bShared>
  1347. </File>
  1348. <File>
  1349. <GroupNumber>6</GroupNumber>
  1350. <FileNumber>47</FileNumber>
  1351. <FileType>1</FileType>
  1352. <tvExp>0</tvExp>
  1353. <tvExpOptDlg>0</tvExpOptDlg>
  1354. <bDave2>0</bDave2>
  1355. <PathWithFileName>..\radio\myRadio_gpio.c</PathWithFileName>
  1356. <FilenameWithoutPath>myRadio_gpio.c</FilenameWithoutPath>
  1357. <RteFlg>0</RteFlg>
  1358. <bShared>0</bShared>
  1359. </File>
  1360. <File>
  1361. <GroupNumber>6</GroupNumber>
  1362. <FileNumber>48</FileNumber>
  1363. <FileType>1</FileType>
  1364. <tvExp>0</tvExp>
  1365. <tvExpOptDlg>0</tvExpOptDlg>
  1366. <bDave2>0</bDave2>
  1367. <PathWithFileName>..\radio\radio.c</PathWithFileName>
  1368. <FilenameWithoutPath>radio.c</FilenameWithoutPath>
  1369. <RteFlg>0</RteFlg>
  1370. <bShared>0</bShared>
  1371. </File>
  1372. <File>
  1373. <GroupNumber>6</GroupNumber>
  1374. <FileNumber>49</FileNumber>
  1375. <FileType>1</FileType>
  1376. <tvExp>0</tvExp>
  1377. <tvExpOptDlg>0</tvExpOptDlg>
  1378. <bDave2>0</bDave2>
  1379. <PathWithFileName>..\radio\sx12xxEiger.c</PathWithFileName>
  1380. <FilenameWithoutPath>sx12xxEiger.c</FilenameWithoutPath>
  1381. <RteFlg>0</RteFlg>
  1382. <bShared>0</bShared>
  1383. </File>
  1384. <File>
  1385. <GroupNumber>6</GroupNumber>
  1386. <FileNumber>50</FileNumber>
  1387. <FileType>1</FileType>
  1388. <tvExp>0</tvExp>
  1389. <tvExpOptDlg>0</tvExpOptDlg>
  1390. <bDave2>0</bDave2>
  1391. <PathWithFileName>..\radio\sx1276.c</PathWithFileName>
  1392. <FilenameWithoutPath>sx1276.c</FilenameWithoutPath>
  1393. <RteFlg>0</RteFlg>
  1394. <bShared>0</bShared>
  1395. </File>
  1396. <File>
  1397. <GroupNumber>6</GroupNumber>
  1398. <FileNumber>51</FileNumber>
  1399. <FileType>1</FileType>
  1400. <tvExp>0</tvExp>
  1401. <tvExpOptDlg>0</tvExpOptDlg>
  1402. <bDave2>0</bDave2>
  1403. <PathWithFileName>..\radio\sx1276-Fsk.c</PathWithFileName>
  1404. <FilenameWithoutPath>sx1276-Fsk.c</FilenameWithoutPath>
  1405. <RteFlg>0</RteFlg>
  1406. <bShared>0</bShared>
  1407. </File>
  1408. <File>
  1409. <GroupNumber>6</GroupNumber>
  1410. <FileNumber>52</FileNumber>
  1411. <FileType>1</FileType>
  1412. <tvExp>0</tvExp>
  1413. <tvExpOptDlg>0</tvExpOptDlg>
  1414. <bDave2>0</bDave2>
  1415. <PathWithFileName>..\radio\sx1276-FskMisc.c</PathWithFileName>
  1416. <FilenameWithoutPath>sx1276-FskMisc.c</FilenameWithoutPath>
  1417. <RteFlg>0</RteFlg>
  1418. <bShared>0</bShared>
  1419. </File>
  1420. <File>
  1421. <GroupNumber>6</GroupNumber>
  1422. <FileNumber>53</FileNumber>
  1423. <FileType>1</FileType>
  1424. <tvExp>0</tvExp>
  1425. <tvExpOptDlg>0</tvExpOptDlg>
  1426. <bDave2>0</bDave2>
  1427. <PathWithFileName>..\radio\sx1276-Hal.c</PathWithFileName>
  1428. <FilenameWithoutPath>sx1276-Hal.c</FilenameWithoutPath>
  1429. <RteFlg>0</RteFlg>
  1430. <bShared>0</bShared>
  1431. </File>
  1432. <File>
  1433. <GroupNumber>6</GroupNumber>
  1434. <FileNumber>54</FileNumber>
  1435. <FileType>1</FileType>
  1436. <tvExp>0</tvExp>
  1437. <tvExpOptDlg>0</tvExpOptDlg>
  1438. <bDave2>0</bDave2>
  1439. <PathWithFileName>..\radio\sx1276-LoRa.c</PathWithFileName>
  1440. <FilenameWithoutPath>sx1276-LoRa.c</FilenameWithoutPath>
  1441. <RteFlg>0</RteFlg>
  1442. <bShared>0</bShared>
  1443. </File>
  1444. <File>
  1445. <GroupNumber>6</GroupNumber>
  1446. <FileNumber>55</FileNumber>
  1447. <FileType>1</FileType>
  1448. <tvExp>0</tvExp>
  1449. <tvExpOptDlg>0</tvExpOptDlg>
  1450. <bDave2>0</bDave2>
  1451. <PathWithFileName>..\radio\sx1276-LoRaMisc.c</PathWithFileName>
  1452. <FilenameWithoutPath>sx1276-LoRaMisc.c</FilenameWithoutPath>
  1453. <RteFlg>0</RteFlg>
  1454. <bShared>0</bShared>
  1455. </File>
  1456. </Group>
  1457. </ProjectOpt>