adapterBoardDriver.uvprojx 47 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324
  1. <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  2. <Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_projx.xsd">
  3. <SchemaVersion>2.1</SchemaVersion>
  4. <Header>### uVision Project, (C) Keil Software</Header>
  5. <Targets>
  6. <Target>
  7. <TargetName>project</TargetName>
  8. <ToolsetNumber>0x4</ToolsetNumber>
  9. <ToolsetName>ARM-ADS</ToolsetName>
  10. <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
  11. <uAC6>0</uAC6>
  12. <TargetOption>
  13. <TargetCommonOption>
  14. <Device>STM32F103RC</Device>
  15. <Vendor>STMicroelectronics</Vendor>
  16. <PackID>Keil.STM32F1xx_DFP.2.3.0</PackID>
  17. <PackURL>http://www.keil.com/pack/</PackURL>
  18. <Cpu>IROM(0x08000000,0x40000) IRAM(0x20000000,0xC000) CPUTYPE("Cortex-M3") CLOCK(12000000) ELITTLE</Cpu>
  19. <FlashUtilSpec></FlashUtilSpec>
  20. <StartupFile></StartupFile>
  21. <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F10x_512 -FS08000000 -FL080000 -FP0($$Device:STM32F103RC$Flash\STM32F10x_512.FLM))</FlashDriverDll>
  22. <DeviceId>0</DeviceId>
  23. <RegisterFile>$$Device:STM32F103RC$Device\Include\stm32f10x.h</RegisterFile>
  24. <MemoryEnv></MemoryEnv>
  25. <Cmp></Cmp>
  26. <Asm></Asm>
  27. <Linker></Linker>
  28. <OHString></OHString>
  29. <InfinionOptionDll></InfinionOptionDll>
  30. <SLE66CMisc></SLE66CMisc>
  31. <SLE66AMisc></SLE66AMisc>
  32. <SLE66LinkerMisc></SLE66LinkerMisc>
  33. <SFDFile>$$Device:STM32F103RC$SVD\STM32F103xx.svd</SFDFile>
  34. <bCustSvd>0</bCustSvd>
  35. <UseEnv>0</UseEnv>
  36. <BinPath></BinPath>
  37. <IncludePath></IncludePath>
  38. <LibPath></LibPath>
  39. <RegisterFilePath></RegisterFilePath>
  40. <DBRegisterFilePath></DBRegisterFilePath>
  41. <TargetStatus>
  42. <Error>0</Error>
  43. <ExitCodeStop>0</ExitCodeStop>
  44. <ButtonStop>0</ButtonStop>
  45. <NotGenerated>0</NotGenerated>
  46. <InvalidFlash>1</InvalidFlash>
  47. </TargetStatus>
  48. <OutputDirectory>.\Objects\</OutputDirectory>
  49. <OutputName>VGKitBoard_GNSS_V01</OutputName>
  50. <CreateExecutable>1</CreateExecutable>
  51. <CreateLib>0</CreateLib>
  52. <CreateHexFile>1</CreateHexFile>
  53. <DebugInformation>1</DebugInformation>
  54. <BrowseInformation>1</BrowseInformation>
  55. <ListingPath>.\Listings\</ListingPath>
  56. <HexFormatSelection>1</HexFormatSelection>
  57. <Merge32K>0</Merge32K>
  58. <CreateBatchFile>0</CreateBatchFile>
  59. <BeforeCompile>
  60. <RunUserProg1>0</RunUserProg1>
  61. <RunUserProg2>0</RunUserProg2>
  62. <UserProg1Name>E:\xxxx2\evaluationBoard\software\adapterBoardDriver_VG237xSxxxN0S1_V05\keilkilll.bat</UserProg1Name>
  63. <UserProg2Name></UserProg2Name>
  64. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  65. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  66. <nStopU1X>0</nStopU1X>
  67. <nStopU2X>0</nStopU2X>
  68. </BeforeCompile>
  69. <BeforeMake>
  70. <RunUserProg1>0</RunUserProg1>
  71. <RunUserProg2>0</RunUserProg2>
  72. <UserProg1Name>E:\xxxx2\evaluationBoard\software\adapterBoardDriver_VG237xSxxxN0S1_V05\keilkilll.bat</UserProg1Name>
  73. <UserProg2Name></UserProg2Name>
  74. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  75. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  76. <nStopB1X>0</nStopB1X>
  77. <nStopB2X>0</nStopB2X>
  78. </BeforeMake>
  79. <AfterMake>
  80. <RunUserProg1>0</RunUserProg1>
  81. <RunUserProg2>0</RunUserProg2>
  82. <UserProg1Name></UserProg1Name>
  83. <UserProg2Name></UserProg2Name>
  84. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  85. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  86. <nStopA1X>0</nStopA1X>
  87. <nStopA2X>0</nStopA2X>
  88. </AfterMake>
  89. <SelectedForBatchBuild>0</SelectedForBatchBuild>
  90. <SVCSIdString></SVCSIdString>
  91. </TargetCommonOption>
  92. <CommonProperty>
  93. <UseCPPCompiler>0</UseCPPCompiler>
  94. <RVCTCodeConst>0</RVCTCodeConst>
  95. <RVCTZI>0</RVCTZI>
  96. <RVCTOtherData>0</RVCTOtherData>
  97. <ModuleSelection>0</ModuleSelection>
  98. <IncludeInBuild>1</IncludeInBuild>
  99. <AlwaysBuild>0</AlwaysBuild>
  100. <GenerateAssemblyFile>0</GenerateAssemblyFile>
  101. <AssembleAssemblyFile>0</AssembleAssemblyFile>
  102. <PublicsOnly>0</PublicsOnly>
  103. <StopOnExitCode>3</StopOnExitCode>
  104. <CustomArgument></CustomArgument>
  105. <IncludeLibraryModules></IncludeLibraryModules>
  106. <ComprImg>1</ComprImg>
  107. </CommonProperty>
  108. <DllOption>
  109. <SimDllName>SARMCM3.DLL</SimDllName>
  110. <SimDllArguments> -REMAP</SimDllArguments>
  111. <SimDlgDll>DCM.DLL</SimDlgDll>
  112. <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
  113. <TargetDllName>SARMCM3.DLL</TargetDllName>
  114. <TargetDllArguments></TargetDllArguments>
  115. <TargetDlgDll>TCM.DLL</TargetDlgDll>
  116. <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
  117. </DllOption>
  118. <DebugOption>
  119. <OPTHX>
  120. <HexSelection>1</HexSelection>
  121. <HexRangeLowAddress>0</HexRangeLowAddress>
  122. <HexRangeHighAddress>0</HexRangeHighAddress>
  123. <HexOffset>0</HexOffset>
  124. <Oh166RecLen>16</Oh166RecLen>
  125. </OPTHX>
  126. </DebugOption>
  127. <Utilities>
  128. <Flash1>
  129. <UseTargetDll>1</UseTargetDll>
  130. <UseExternalTool>0</UseExternalTool>
  131. <RunIndependent>0</RunIndependent>
  132. <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
  133. <Capability>1</Capability>
  134. <DriverSelection>4096</DriverSelection>
  135. </Flash1>
  136. <bUseTDR>1</bUseTDR>
  137. <Flash2>BIN\UL2CM3.DLL</Flash2>
  138. <Flash3>"" ()</Flash3>
  139. <Flash4></Flash4>
  140. <pFcarmOut></pFcarmOut>
  141. <pFcarmGrp></pFcarmGrp>
  142. <pFcArmRoot></pFcArmRoot>
  143. <FcArmLst>0</FcArmLst>
  144. </Utilities>
  145. <TargetArmAds>
  146. <ArmAdsMisc>
  147. <GenerateListings>0</GenerateListings>
  148. <asHll>1</asHll>
  149. <asAsm>1</asAsm>
  150. <asMacX>1</asMacX>
  151. <asSyms>1</asSyms>
  152. <asFals>1</asFals>
  153. <asDbgD>1</asDbgD>
  154. <asForm>1</asForm>
  155. <ldLst>0</ldLst>
  156. <ldmm>1</ldmm>
  157. <ldXref>1</ldXref>
  158. <BigEnd>0</BigEnd>
  159. <AdsALst>1</AdsALst>
  160. <AdsACrf>1</AdsACrf>
  161. <AdsANop>0</AdsANop>
  162. <AdsANot>0</AdsANot>
  163. <AdsLLst>1</AdsLLst>
  164. <AdsLmap>1</AdsLmap>
  165. <AdsLcgr>1</AdsLcgr>
  166. <AdsLsym>1</AdsLsym>
  167. <AdsLszi>1</AdsLszi>
  168. <AdsLtoi>1</AdsLtoi>
  169. <AdsLsun>1</AdsLsun>
  170. <AdsLven>1</AdsLven>
  171. <AdsLsxf>1</AdsLsxf>
  172. <RvctClst>0</RvctClst>
  173. <GenPPlst>0</GenPPlst>
  174. <AdsCpuType>"Cortex-M3"</AdsCpuType>
  175. <RvctDeviceName></RvctDeviceName>
  176. <mOS>0</mOS>
  177. <uocRom>0</uocRom>
  178. <uocRam>0</uocRam>
  179. <hadIROM>1</hadIROM>
  180. <hadIRAM>1</hadIRAM>
  181. <hadXRAM>0</hadXRAM>
  182. <uocXRam>0</uocXRam>
  183. <RvdsVP>0</RvdsVP>
  184. <RvdsMve>0</RvdsMve>
  185. <RvdsCdeCp>0</RvdsCdeCp>
  186. <hadIRAM2>0</hadIRAM2>
  187. <hadIROM2>0</hadIROM2>
  188. <StupSel>8</StupSel>
  189. <useUlib>1</useUlib>
  190. <EndSel>0</EndSel>
  191. <uLtcg>0</uLtcg>
  192. <nSecure>0</nSecure>
  193. <RoSelD>3</RoSelD>
  194. <RwSelD>3</RwSelD>
  195. <CodeSel>0</CodeSel>
  196. <OptFeed>0</OptFeed>
  197. <NoZi1>0</NoZi1>
  198. <NoZi2>0</NoZi2>
  199. <NoZi3>0</NoZi3>
  200. <NoZi4>0</NoZi4>
  201. <NoZi5>0</NoZi5>
  202. <Ro1Chk>0</Ro1Chk>
  203. <Ro2Chk>0</Ro2Chk>
  204. <Ro3Chk>0</Ro3Chk>
  205. <Ir1Chk>1</Ir1Chk>
  206. <Ir2Chk>0</Ir2Chk>
  207. <Ra1Chk>0</Ra1Chk>
  208. <Ra2Chk>0</Ra2Chk>
  209. <Ra3Chk>0</Ra3Chk>
  210. <Im1Chk>1</Im1Chk>
  211. <Im2Chk>0</Im2Chk>
  212. <OnChipMemories>
  213. <Ocm1>
  214. <Type>0</Type>
  215. <StartAddress>0x0</StartAddress>
  216. <Size>0x0</Size>
  217. </Ocm1>
  218. <Ocm2>
  219. <Type>0</Type>
  220. <StartAddress>0x0</StartAddress>
  221. <Size>0x0</Size>
  222. </Ocm2>
  223. <Ocm3>
  224. <Type>0</Type>
  225. <StartAddress>0x0</StartAddress>
  226. <Size>0x0</Size>
  227. </Ocm3>
  228. <Ocm4>
  229. <Type>0</Type>
  230. <StartAddress>0x0</StartAddress>
  231. <Size>0x0</Size>
  232. </Ocm4>
  233. <Ocm5>
  234. <Type>0</Type>
  235. <StartAddress>0x0</StartAddress>
  236. <Size>0x0</Size>
  237. </Ocm5>
  238. <Ocm6>
  239. <Type>0</Type>
  240. <StartAddress>0x0</StartAddress>
  241. <Size>0x0</Size>
  242. </Ocm6>
  243. <IRAM>
  244. <Type>0</Type>
  245. <StartAddress>0x20000000</StartAddress>
  246. <Size>0xc000</Size>
  247. </IRAM>
  248. <IROM>
  249. <Type>1</Type>
  250. <StartAddress>0x8000000</StartAddress>
  251. <Size>0x40000</Size>
  252. </IROM>
  253. <XRAM>
  254. <Type>0</Type>
  255. <StartAddress>0x0</StartAddress>
  256. <Size>0x0</Size>
  257. </XRAM>
  258. <OCR_RVCT1>
  259. <Type>1</Type>
  260. <StartAddress>0x0</StartAddress>
  261. <Size>0x0</Size>
  262. </OCR_RVCT1>
  263. <OCR_RVCT2>
  264. <Type>1</Type>
  265. <StartAddress>0x0</StartAddress>
  266. <Size>0x0</Size>
  267. </OCR_RVCT2>
  268. <OCR_RVCT3>
  269. <Type>1</Type>
  270. <StartAddress>0x0</StartAddress>
  271. <Size>0x0</Size>
  272. </OCR_RVCT3>
  273. <OCR_RVCT4>
  274. <Type>1</Type>
  275. <StartAddress>0x8000000</StartAddress>
  276. <Size>0x40000</Size>
  277. </OCR_RVCT4>
  278. <OCR_RVCT5>
  279. <Type>1</Type>
  280. <StartAddress>0x0</StartAddress>
  281. <Size>0x0</Size>
  282. </OCR_RVCT5>
  283. <OCR_RVCT6>
  284. <Type>0</Type>
  285. <StartAddress>0x0</StartAddress>
  286. <Size>0x0</Size>
  287. </OCR_RVCT6>
  288. <OCR_RVCT7>
  289. <Type>0</Type>
  290. <StartAddress>0x0</StartAddress>
  291. <Size>0x0</Size>
  292. </OCR_RVCT7>
  293. <OCR_RVCT8>
  294. <Type>0</Type>
  295. <StartAddress>0x0</StartAddress>
  296. <Size>0x0</Size>
  297. </OCR_RVCT8>
  298. <OCR_RVCT9>
  299. <Type>0</Type>
  300. <StartAddress>0x20000000</StartAddress>
  301. <Size>0xc000</Size>
  302. </OCR_RVCT9>
  303. <OCR_RVCT10>
  304. <Type>0</Type>
  305. <StartAddress>0x0</StartAddress>
  306. <Size>0x0</Size>
  307. </OCR_RVCT10>
  308. </OnChipMemories>
  309. <RvctStartVector></RvctStartVector>
  310. </ArmAdsMisc>
  311. <Cads>
  312. <interw>1</interw>
  313. <Optim>1</Optim>
  314. <oTime>0</oTime>
  315. <SplitLS>0</SplitLS>
  316. <OneElfS>1</OneElfS>
  317. <Strict>0</Strict>
  318. <EnumInt>0</EnumInt>
  319. <PlainCh>0</PlainCh>
  320. <Ropi>0</Ropi>
  321. <Rwpi>0</Rwpi>
  322. <wLevel>2</wLevel>
  323. <uThumb>0</uThumb>
  324. <uSurpInc>0</uSurpInc>
  325. <uC99>1</uC99>
  326. <uGnu>0</uGnu>
  327. <useXO>0</useXO>
  328. <v6Lang>3</v6Lang>
  329. <v6LangP>3</v6LangP>
  330. <vShortEn>1</vShortEn>
  331. <vShortWch>1</vShortWch>
  332. <v6Lto>0</v6Lto>
  333. <v6WtE>0</v6WtE>
  334. <v6Rtti>0</v6Rtti>
  335. <VariousControls>
  336. <MiscControls>--locale=english</MiscControls>
  337. <Define>STM32F10X_HD,USE_STDPERIPH_DRIVER</Define>
  338. <Undefine></Undefine>
  339. <IncludePath>..\project;..\core;..\STM32F10x_FWLib\inc;..\peripheral;..\app;..\radio</IncludePath>
  340. </VariousControls>
  341. </Cads>
  342. <Aads>
  343. <interw>1</interw>
  344. <Ropi>0</Ropi>
  345. <Rwpi>0</Rwpi>
  346. <thumb>0</thumb>
  347. <SplitLS>0</SplitLS>
  348. <SwStkChk>0</SwStkChk>
  349. <NoWarn>0</NoWarn>
  350. <uSurpInc>0</uSurpInc>
  351. <useXO>0</useXO>
  352. <ClangAsOpt>1</ClangAsOpt>
  353. <VariousControls>
  354. <MiscControls></MiscControls>
  355. <Define></Define>
  356. <Undefine></Undefine>
  357. <IncludePath></IncludePath>
  358. </VariousControls>
  359. </Aads>
  360. <LDads>
  361. <umfTarg>1</umfTarg>
  362. <Ropi>0</Ropi>
  363. <Rwpi>0</Rwpi>
  364. <noStLib>0</noStLib>
  365. <RepFail>1</RepFail>
  366. <useFile>0</useFile>
  367. <TextAddressRange>0x08000000</TextAddressRange>
  368. <DataAddressRange>0x20000000</DataAddressRange>
  369. <pXoBase></pXoBase>
  370. <ScatterFile>..\OBJ\Template.sct</ScatterFile>
  371. <IncludeLibs></IncludeLibs>
  372. <IncludeLibsPath></IncludeLibsPath>
  373. <Misc></Misc>
  374. <LinkerInputFile></LinkerInputFile>
  375. <DisabledWarnings></DisabledWarnings>
  376. </LDads>
  377. </TargetArmAds>
  378. </TargetOption>
  379. <Groups>
  380. <Group>
  381. <GroupName>project</GroupName>
  382. <Files>
  383. <File>
  384. <FileName>main.c</FileName>
  385. <FileType>1</FileType>
  386. <FilePath>..\project\main.c</FilePath>
  387. </File>
  388. <File>
  389. <FileName>stm32f10x_it.c</FileName>
  390. <FileType>1</FileType>
  391. <FilePath>..\project\stm32f10x_it.c</FilePath>
  392. </File>
  393. <File>
  394. <FileName>system_stm32f10x.c</FileName>
  395. <FileType>1</FileType>
  396. <FilePath>..\project\system_stm32f10x.c</FilePath>
  397. </File>
  398. </Files>
  399. </Group>
  400. <Group>
  401. <GroupName>peripheral</GroupName>
  402. <Files>
  403. <File>
  404. <FileName>myUart.c</FileName>
  405. <FileType>1</FileType>
  406. <FilePath>..\peripheral\myUart.c</FilePath>
  407. </File>
  408. <File>
  409. <FileName>sys.c</FileName>
  410. <FileType>1</FileType>
  411. <FilePath>..\peripheral\sys.c</FilePath>
  412. </File>
  413. <File>
  414. <FileName>myADC.c</FileName>
  415. <FileType>1</FileType>
  416. <FilePath>..\peripheral\myADC.c</FilePath>
  417. </File>
  418. <File>
  419. <FileName>myInputCapture.c</FileName>
  420. <FileType>1</FileType>
  421. <FilePath>..\peripheral\myInputCapture.c</FilePath>
  422. </File>
  423. </Files>
  424. </Group>
  425. <Group>
  426. <GroupName>core</GroupName>
  427. <Files>
  428. <File>
  429. <FileName>core_cm3.c</FileName>
  430. <FileType>1</FileType>
  431. <FilePath>..\CORE\core_cm3.c</FilePath>
  432. </File>
  433. <File>
  434. <FileName>startup_stm32f10x_hd.s</FileName>
  435. <FileType>2</FileType>
  436. <FilePath>..\CORE\startup_stm32f10x_hd.s</FilePath>
  437. </File>
  438. </Files>
  439. </Group>
  440. <Group>
  441. <GroupName>FWLIB</GroupName>
  442. <Files>
  443. <File>
  444. <FileName>misc.c</FileName>
  445. <FileType>1</FileType>
  446. <FilePath>..\STM32F10x_FWLib\src\misc.c</FilePath>
  447. </File>
  448. <File>
  449. <FileName>stm32f10x_adc.c</FileName>
  450. <FileType>1</FileType>
  451. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_adc.c</FilePath>
  452. </File>
  453. <File>
  454. <FileName>stm32f10x_bkp.c</FileName>
  455. <FileType>1</FileType>
  456. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_bkp.c</FilePath>
  457. </File>
  458. <File>
  459. <FileName>stm32f10x_can.c</FileName>
  460. <FileType>1</FileType>
  461. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_can.c</FilePath>
  462. </File>
  463. <File>
  464. <FileName>stm32f10x_cec.c</FileName>
  465. <FileType>1</FileType>
  466. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_cec.c</FilePath>
  467. </File>
  468. <File>
  469. <FileName>stm32f10x_crc.c</FileName>
  470. <FileType>1</FileType>
  471. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_crc.c</FilePath>
  472. </File>
  473. <File>
  474. <FileName>stm32f10x_dac.c</FileName>
  475. <FileType>1</FileType>
  476. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_dac.c</FilePath>
  477. </File>
  478. <File>
  479. <FileName>stm32f10x_dbgmcu.c</FileName>
  480. <FileType>1</FileType>
  481. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_dbgmcu.c</FilePath>
  482. </File>
  483. <File>
  484. <FileName>stm32f10x_dma.c</FileName>
  485. <FileType>1</FileType>
  486. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_dma.c</FilePath>
  487. </File>
  488. <File>
  489. <FileName>stm32f10x_exti.c</FileName>
  490. <FileType>1</FileType>
  491. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_exti.c</FilePath>
  492. </File>
  493. <File>
  494. <FileName>stm32f10x_flash.c</FileName>
  495. <FileType>1</FileType>
  496. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_flash.c</FilePath>
  497. </File>
  498. <File>
  499. <FileName>stm32f10x_fsmc.c</FileName>
  500. <FileType>1</FileType>
  501. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_fsmc.c</FilePath>
  502. </File>
  503. <File>
  504. <FileName>stm32f10x_gpio.c</FileName>
  505. <FileType>1</FileType>
  506. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_gpio.c</FilePath>
  507. </File>
  508. <File>
  509. <FileName>stm32f10x_i2c.c</FileName>
  510. <FileType>1</FileType>
  511. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_i2c.c</FilePath>
  512. </File>
  513. <File>
  514. <FileName>stm32f10x_iwdg.c</FileName>
  515. <FileType>1</FileType>
  516. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_iwdg.c</FilePath>
  517. </File>
  518. <File>
  519. <FileName>stm32f10x_pwr.c</FileName>
  520. <FileType>1</FileType>
  521. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_pwr.c</FilePath>
  522. </File>
  523. <File>
  524. <FileName>stm32f10x_rcc.c</FileName>
  525. <FileType>1</FileType>
  526. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_rcc.c</FilePath>
  527. </File>
  528. <File>
  529. <FileName>stm32f10x_rtc.c</FileName>
  530. <FileType>1</FileType>
  531. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_rtc.c</FilePath>
  532. </File>
  533. <File>
  534. <FileName>stm32f10x_sdio.c</FileName>
  535. <FileType>1</FileType>
  536. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_sdio.c</FilePath>
  537. </File>
  538. <File>
  539. <FileName>stm32f10x_spi.c</FileName>
  540. <FileType>1</FileType>
  541. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_spi.c</FilePath>
  542. </File>
  543. <File>
  544. <FileName>stm32f10x_tim.c</FileName>
  545. <FileType>1</FileType>
  546. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_tim.c</FilePath>
  547. </File>
  548. <File>
  549. <FileName>stm32f10x_usart.c</FileName>
  550. <FileType>1</FileType>
  551. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_usart.c</FilePath>
  552. </File>
  553. <File>
  554. <FileName>stm32f10x_wwdg.c</FileName>
  555. <FileType>1</FileType>
  556. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_wwdg.c</FilePath>
  557. </File>
  558. </Files>
  559. </Group>
  560. <Group>
  561. <GroupName>app</GroupName>
  562. <Files>
  563. <File>
  564. <FileName>led.c</FileName>
  565. <FileType>1</FileType>
  566. <FilePath>..\APP\led.c</FilePath>
  567. </File>
  568. <File>
  569. <FileName>key.c</FileName>
  570. <FileType>1</FileType>
  571. <FilePath>..\APP\key.c</FilePath>
  572. </File>
  573. <File>
  574. <FileName>ReadKey.c</FileName>
  575. <FileType>1</FileType>
  576. <FilePath>..\APP\ReadKey.c</FilePath>
  577. </File>
  578. <File>
  579. <FileName>myLcd.c</FileName>
  580. <FileType>1</FileType>
  581. <FilePath>..\APP\myLcd.c</FilePath>
  582. </File>
  583. <File>
  584. <FileName>myTim.c</FileName>
  585. <FileType>1</FileType>
  586. <FilePath>..\APP\myTim.c</FilePath>
  587. </File>
  588. <File>
  589. <FileName>crc8.c</FileName>
  590. <FileType>1</FileType>
  591. <FilePath>..\app\crc8.c</FilePath>
  592. </File>
  593. <File>
  594. <FileName>eventUnit.c</FileName>
  595. <FileType>1</FileType>
  596. <FilePath>..\app\eventUnit.c</FilePath>
  597. </File>
  598. <File>
  599. <FileName>myDisplayUnit.c</FileName>
  600. <FileType>1</FileType>
  601. <FilePath>..\app\myDisplayUnit.c</FilePath>
  602. </File>
  603. <File>
  604. <FileName>myBootloader.c</FileName>
  605. <FileType>1</FileType>
  606. <FilePath>..\app\myBootloader.c</FilePath>
  607. </File>
  608. <File>
  609. <FileName>flash.c</FileName>
  610. <FileType>1</FileType>
  611. <FilePath>..\app\flash.c</FilePath>
  612. </File>
  613. <File>
  614. <FileName>at_command.c</FileName>
  615. <FileType>1</FileType>
  616. <FilePath>..\project\at_command.c</FilePath>
  617. </File>
  618. <File>
  619. <FileName>gnss_decode.c</FileName>
  620. <FileType>1</FileType>
  621. <FilePath>..\app\gnss_decode.c</FilePath>
  622. </File>
  623. </Files>
  624. </Group>
  625. <Group>
  626. <GroupName>radio</GroupName>
  627. <Files>
  628. <File>
  629. <FileName>navdata.c</FileName>
  630. <FileType>1</FileType>
  631. <FilePath>..\radio\navdata.c</FilePath>
  632. </File>
  633. <File>
  634. <FileName>nmeaparser.c</FileName>
  635. <FileType>1</FileType>
  636. <FilePath>..\radio\nmeaparser.c</FilePath>
  637. </File>
  638. <File>
  639. <FileName>nmeardr.c</FileName>
  640. <FileType>1</FileType>
  641. <FilePath>..\radio\nmeardr.c</FilePath>
  642. </File>
  643. <File>
  644. <FileName>nmeatknzr.c</FileName>
  645. <FileType>1</FileType>
  646. <FilePath>..\radio\nmeatknzr.c</FilePath>
  647. </File>
  648. </Files>
  649. </Group>
  650. </Groups>
  651. </Target>
  652. <Target>
  653. <TargetName>project-ST-APP</TargetName>
  654. <ToolsetNumber>0x4</ToolsetNumber>
  655. <ToolsetName>ARM-ADS</ToolsetName>
  656. <pCCUsed>5060750::V5.06 update 6 (build 750)::.\ARMCC</pCCUsed>
  657. <uAC6>0</uAC6>
  658. <TargetOption>
  659. <TargetCommonOption>
  660. <Device>STM32F103RC</Device>
  661. <Vendor>STMicroelectronics</Vendor>
  662. <PackID>Keil.STM32F1xx_DFP.2.3.0</PackID>
  663. <PackURL>http://www.keil.com/pack/</PackURL>
  664. <Cpu>IROM(0x08000000,0x40000) IRAM(0x20000000,0xC000) CPUTYPE("Cortex-M3") CLOCK(12000000) ELITTLE</Cpu>
  665. <FlashUtilSpec></FlashUtilSpec>
  666. <StartupFile></StartupFile>
  667. <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F10x_512 -FS08000000 -FL080000 -FP0($$Device:STM32F103RC$Flash\STM32F10x_512.FLM))</FlashDriverDll>
  668. <DeviceId>0</DeviceId>
  669. <RegisterFile>$$Device:STM32F103RC$Device\Include\stm32f10x.h</RegisterFile>
  670. <MemoryEnv></MemoryEnv>
  671. <Cmp></Cmp>
  672. <Asm></Asm>
  673. <Linker></Linker>
  674. <OHString></OHString>
  675. <InfinionOptionDll></InfinionOptionDll>
  676. <SLE66CMisc></SLE66CMisc>
  677. <SLE66AMisc></SLE66AMisc>
  678. <SLE66LinkerMisc></SLE66LinkerMisc>
  679. <SFDFile>$$Device:STM32F103RC$SVD\STM32F103xx.svd</SFDFile>
  680. <bCustSvd>0</bCustSvd>
  681. <UseEnv>0</UseEnv>
  682. <BinPath></BinPath>
  683. <IncludePath></IncludePath>
  684. <LibPath></LibPath>
  685. <RegisterFilePath></RegisterFilePath>
  686. <DBRegisterFilePath></DBRegisterFilePath>
  687. <TargetStatus>
  688. <Error>0</Error>
  689. <ExitCodeStop>0</ExitCodeStop>
  690. <ButtonStop>0</ButtonStop>
  691. <NotGenerated>0</NotGenerated>
  692. <InvalidFlash>1</InvalidFlash>
  693. </TargetStatus>
  694. <OutputDirectory>.\Objects\</OutputDirectory>
  695. <OutputName>VGKitBoard_GNSS_ST-APP-V02</OutputName>
  696. <CreateExecutable>1</CreateExecutable>
  697. <CreateLib>0</CreateLib>
  698. <CreateHexFile>1</CreateHexFile>
  699. <DebugInformation>1</DebugInformation>
  700. <BrowseInformation>1</BrowseInformation>
  701. <ListingPath>.\Listings\</ListingPath>
  702. <HexFormatSelection>1</HexFormatSelection>
  703. <Merge32K>0</Merge32K>
  704. <CreateBatchFile>0</CreateBatchFile>
  705. <BeforeCompile>
  706. <RunUserProg1>0</RunUserProg1>
  707. <RunUserProg2>0</RunUserProg2>
  708. <UserProg1Name>E:\xxxx2\evaluationBoard\software\adapterBoardDriver_VG237xSxxxN0S1_V05\keilkilll.bat</UserProg1Name>
  709. <UserProg2Name></UserProg2Name>
  710. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  711. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  712. <nStopU1X>0</nStopU1X>
  713. <nStopU2X>0</nStopU2X>
  714. </BeforeCompile>
  715. <BeforeMake>
  716. <RunUserProg1>0</RunUserProg1>
  717. <RunUserProg2>0</RunUserProg2>
  718. <UserProg1Name>E:\xxxx2\evaluationBoard\software\adapterBoardDriver_VG237xSxxxN0S1_V05\keilkilll.bat</UserProg1Name>
  719. <UserProg2Name></UserProg2Name>
  720. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  721. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  722. <nStopB1X>0</nStopB1X>
  723. <nStopB2X>0</nStopB2X>
  724. </BeforeMake>
  725. <AfterMake>
  726. <RunUserProg1>1</RunUserProg1>
  727. <RunUserProg2>0</RunUserProg2>
  728. <UserProg1Name>fromelf.exe --bin --output .\Listings\@L.bin !L</UserProg1Name>
  729. <UserProg2Name></UserProg2Name>
  730. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  731. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  732. <nStopA1X>0</nStopA1X>
  733. <nStopA2X>0</nStopA2X>
  734. </AfterMake>
  735. <SelectedForBatchBuild>0</SelectedForBatchBuild>
  736. <SVCSIdString></SVCSIdString>
  737. </TargetCommonOption>
  738. <CommonProperty>
  739. <UseCPPCompiler>0</UseCPPCompiler>
  740. <RVCTCodeConst>0</RVCTCodeConst>
  741. <RVCTZI>0</RVCTZI>
  742. <RVCTOtherData>0</RVCTOtherData>
  743. <ModuleSelection>0</ModuleSelection>
  744. <IncludeInBuild>1</IncludeInBuild>
  745. <AlwaysBuild>0</AlwaysBuild>
  746. <GenerateAssemblyFile>0</GenerateAssemblyFile>
  747. <AssembleAssemblyFile>0</AssembleAssemblyFile>
  748. <PublicsOnly>0</PublicsOnly>
  749. <StopOnExitCode>3</StopOnExitCode>
  750. <CustomArgument></CustomArgument>
  751. <IncludeLibraryModules></IncludeLibraryModules>
  752. <ComprImg>1</ComprImg>
  753. </CommonProperty>
  754. <DllOption>
  755. <SimDllName>SARMCM3.DLL</SimDllName>
  756. <SimDllArguments> -REMAP</SimDllArguments>
  757. <SimDlgDll>DCM.DLL</SimDlgDll>
  758. <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
  759. <TargetDllName>SARMCM3.DLL</TargetDllName>
  760. <TargetDllArguments></TargetDllArguments>
  761. <TargetDlgDll>TCM.DLL</TargetDlgDll>
  762. <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
  763. </DllOption>
  764. <DebugOption>
  765. <OPTHX>
  766. <HexSelection>1</HexSelection>
  767. <HexRangeLowAddress>0</HexRangeLowAddress>
  768. <HexRangeHighAddress>0</HexRangeHighAddress>
  769. <HexOffset>0</HexOffset>
  770. <Oh166RecLen>16</Oh166RecLen>
  771. </OPTHX>
  772. </DebugOption>
  773. <Utilities>
  774. <Flash1>
  775. <UseTargetDll>1</UseTargetDll>
  776. <UseExternalTool>0</UseExternalTool>
  777. <RunIndependent>0</RunIndependent>
  778. <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
  779. <Capability>1</Capability>
  780. <DriverSelection>4096</DriverSelection>
  781. </Flash1>
  782. <bUseTDR>1</bUseTDR>
  783. <Flash2>BIN\UL2CM3.DLL</Flash2>
  784. <Flash3>"" ()</Flash3>
  785. <Flash4></Flash4>
  786. <pFcarmOut></pFcarmOut>
  787. <pFcarmGrp></pFcarmGrp>
  788. <pFcArmRoot></pFcArmRoot>
  789. <FcArmLst>0</FcArmLst>
  790. </Utilities>
  791. <TargetArmAds>
  792. <ArmAdsMisc>
  793. <GenerateListings>0</GenerateListings>
  794. <asHll>1</asHll>
  795. <asAsm>1</asAsm>
  796. <asMacX>1</asMacX>
  797. <asSyms>1</asSyms>
  798. <asFals>1</asFals>
  799. <asDbgD>1</asDbgD>
  800. <asForm>1</asForm>
  801. <ldLst>0</ldLst>
  802. <ldmm>1</ldmm>
  803. <ldXref>1</ldXref>
  804. <BigEnd>0</BigEnd>
  805. <AdsALst>1</AdsALst>
  806. <AdsACrf>1</AdsACrf>
  807. <AdsANop>0</AdsANop>
  808. <AdsANot>0</AdsANot>
  809. <AdsLLst>1</AdsLLst>
  810. <AdsLmap>1</AdsLmap>
  811. <AdsLcgr>1</AdsLcgr>
  812. <AdsLsym>1</AdsLsym>
  813. <AdsLszi>1</AdsLszi>
  814. <AdsLtoi>1</AdsLtoi>
  815. <AdsLsun>1</AdsLsun>
  816. <AdsLven>1</AdsLven>
  817. <AdsLsxf>1</AdsLsxf>
  818. <RvctClst>0</RvctClst>
  819. <GenPPlst>0</GenPPlst>
  820. <AdsCpuType>"Cortex-M3"</AdsCpuType>
  821. <RvctDeviceName></RvctDeviceName>
  822. <mOS>0</mOS>
  823. <uocRom>0</uocRom>
  824. <uocRam>0</uocRam>
  825. <hadIROM>1</hadIROM>
  826. <hadIRAM>1</hadIRAM>
  827. <hadXRAM>0</hadXRAM>
  828. <uocXRam>0</uocXRam>
  829. <RvdsVP>0</RvdsVP>
  830. <RvdsMve>0</RvdsMve>
  831. <RvdsCdeCp>0</RvdsCdeCp>
  832. <hadIRAM2>0</hadIRAM2>
  833. <hadIROM2>0</hadIROM2>
  834. <StupSel>8</StupSel>
  835. <useUlib>1</useUlib>
  836. <EndSel>0</EndSel>
  837. <uLtcg>0</uLtcg>
  838. <nSecure>0</nSecure>
  839. <RoSelD>3</RoSelD>
  840. <RwSelD>3</RwSelD>
  841. <CodeSel>0</CodeSel>
  842. <OptFeed>0</OptFeed>
  843. <NoZi1>0</NoZi1>
  844. <NoZi2>0</NoZi2>
  845. <NoZi3>0</NoZi3>
  846. <NoZi4>0</NoZi4>
  847. <NoZi5>0</NoZi5>
  848. <Ro1Chk>0</Ro1Chk>
  849. <Ro2Chk>0</Ro2Chk>
  850. <Ro3Chk>0</Ro3Chk>
  851. <Ir1Chk>1</Ir1Chk>
  852. <Ir2Chk>0</Ir2Chk>
  853. <Ra1Chk>0</Ra1Chk>
  854. <Ra2Chk>0</Ra2Chk>
  855. <Ra3Chk>0</Ra3Chk>
  856. <Im1Chk>1</Im1Chk>
  857. <Im2Chk>0</Im2Chk>
  858. <OnChipMemories>
  859. <Ocm1>
  860. <Type>0</Type>
  861. <StartAddress>0x0</StartAddress>
  862. <Size>0x0</Size>
  863. </Ocm1>
  864. <Ocm2>
  865. <Type>0</Type>
  866. <StartAddress>0x0</StartAddress>
  867. <Size>0x0</Size>
  868. </Ocm2>
  869. <Ocm3>
  870. <Type>0</Type>
  871. <StartAddress>0x0</StartAddress>
  872. <Size>0x0</Size>
  873. </Ocm3>
  874. <Ocm4>
  875. <Type>0</Type>
  876. <StartAddress>0x0</StartAddress>
  877. <Size>0x0</Size>
  878. </Ocm4>
  879. <Ocm5>
  880. <Type>0</Type>
  881. <StartAddress>0x0</StartAddress>
  882. <Size>0x0</Size>
  883. </Ocm5>
  884. <Ocm6>
  885. <Type>0</Type>
  886. <StartAddress>0x0</StartAddress>
  887. <Size>0x0</Size>
  888. </Ocm6>
  889. <IRAM>
  890. <Type>0</Type>
  891. <StartAddress>0x20000000</StartAddress>
  892. <Size>0xc000</Size>
  893. </IRAM>
  894. <IROM>
  895. <Type>1</Type>
  896. <StartAddress>0x8000000</StartAddress>
  897. <Size>0x40000</Size>
  898. </IROM>
  899. <XRAM>
  900. <Type>0</Type>
  901. <StartAddress>0x0</StartAddress>
  902. <Size>0x0</Size>
  903. </XRAM>
  904. <OCR_RVCT1>
  905. <Type>1</Type>
  906. <StartAddress>0x0</StartAddress>
  907. <Size>0x0</Size>
  908. </OCR_RVCT1>
  909. <OCR_RVCT2>
  910. <Type>1</Type>
  911. <StartAddress>0x0</StartAddress>
  912. <Size>0x0</Size>
  913. </OCR_RVCT2>
  914. <OCR_RVCT3>
  915. <Type>1</Type>
  916. <StartAddress>0x0</StartAddress>
  917. <Size>0x0</Size>
  918. </OCR_RVCT3>
  919. <OCR_RVCT4>
  920. <Type>1</Type>
  921. <StartAddress>0x800c800</StartAddress>
  922. <Size>0x40000</Size>
  923. </OCR_RVCT4>
  924. <OCR_RVCT5>
  925. <Type>1</Type>
  926. <StartAddress>0x0</StartAddress>
  927. <Size>0x0</Size>
  928. </OCR_RVCT5>
  929. <OCR_RVCT6>
  930. <Type>0</Type>
  931. <StartAddress>0x0</StartAddress>
  932. <Size>0x0</Size>
  933. </OCR_RVCT6>
  934. <OCR_RVCT7>
  935. <Type>0</Type>
  936. <StartAddress>0x0</StartAddress>
  937. <Size>0x0</Size>
  938. </OCR_RVCT7>
  939. <OCR_RVCT8>
  940. <Type>0</Type>
  941. <StartAddress>0x0</StartAddress>
  942. <Size>0x0</Size>
  943. </OCR_RVCT8>
  944. <OCR_RVCT9>
  945. <Type>0</Type>
  946. <StartAddress>0x20000000</StartAddress>
  947. <Size>0xc000</Size>
  948. </OCR_RVCT9>
  949. <OCR_RVCT10>
  950. <Type>0</Type>
  951. <StartAddress>0x0</StartAddress>
  952. <Size>0x0</Size>
  953. </OCR_RVCT10>
  954. </OnChipMemories>
  955. <RvctStartVector></RvctStartVector>
  956. </ArmAdsMisc>
  957. <Cads>
  958. <interw>1</interw>
  959. <Optim>1</Optim>
  960. <oTime>0</oTime>
  961. <SplitLS>0</SplitLS>
  962. <OneElfS>1</OneElfS>
  963. <Strict>0</Strict>
  964. <EnumInt>0</EnumInt>
  965. <PlainCh>0</PlainCh>
  966. <Ropi>0</Ropi>
  967. <Rwpi>0</Rwpi>
  968. <wLevel>2</wLevel>
  969. <uThumb>0</uThumb>
  970. <uSurpInc>0</uSurpInc>
  971. <uC99>1</uC99>
  972. <uGnu>0</uGnu>
  973. <useXO>0</useXO>
  974. <v6Lang>3</v6Lang>
  975. <v6LangP>3</v6LangP>
  976. <vShortEn>1</vShortEn>
  977. <vShortWch>1</vShortWch>
  978. <v6Lto>0</v6Lto>
  979. <v6WtE>0</v6WtE>
  980. <v6Rtti>0</v6Rtti>
  981. <VariousControls>
  982. <MiscControls>--locale=english</MiscControls>
  983. <Define>STM32F10X_HD,USE_STDPERIPH_DRIVER,BOOTLOADER_APP</Define>
  984. <Undefine></Undefine>
  985. <IncludePath>..\project;..\core;..\STM32F10x_FWLib\inc;..\peripheral;..\app;..\radio</IncludePath>
  986. </VariousControls>
  987. </Cads>
  988. <Aads>
  989. <interw>1</interw>
  990. <Ropi>0</Ropi>
  991. <Rwpi>0</Rwpi>
  992. <thumb>0</thumb>
  993. <SplitLS>0</SplitLS>
  994. <SwStkChk>0</SwStkChk>
  995. <NoWarn>0</NoWarn>
  996. <uSurpInc>0</uSurpInc>
  997. <useXO>0</useXO>
  998. <ClangAsOpt>1</ClangAsOpt>
  999. <VariousControls>
  1000. <MiscControls></MiscControls>
  1001. <Define></Define>
  1002. <Undefine></Undefine>
  1003. <IncludePath></IncludePath>
  1004. </VariousControls>
  1005. </Aads>
  1006. <LDads>
  1007. <umfTarg>1</umfTarg>
  1008. <Ropi>0</Ropi>
  1009. <Rwpi>0</Rwpi>
  1010. <noStLib>0</noStLib>
  1011. <RepFail>1</RepFail>
  1012. <useFile>0</useFile>
  1013. <TextAddressRange>0x08000000</TextAddressRange>
  1014. <DataAddressRange>0x20000000</DataAddressRange>
  1015. <pXoBase></pXoBase>
  1016. <ScatterFile>..\OBJ\Template.sct</ScatterFile>
  1017. <IncludeLibs></IncludeLibs>
  1018. <IncludeLibsPath></IncludeLibsPath>
  1019. <Misc></Misc>
  1020. <LinkerInputFile></LinkerInputFile>
  1021. <DisabledWarnings></DisabledWarnings>
  1022. </LDads>
  1023. </TargetArmAds>
  1024. </TargetOption>
  1025. <Groups>
  1026. <Group>
  1027. <GroupName>project</GroupName>
  1028. <Files>
  1029. <File>
  1030. <FileName>main.c</FileName>
  1031. <FileType>1</FileType>
  1032. <FilePath>..\project\main.c</FilePath>
  1033. </File>
  1034. <File>
  1035. <FileName>stm32f10x_it.c</FileName>
  1036. <FileType>1</FileType>
  1037. <FilePath>..\project\stm32f10x_it.c</FilePath>
  1038. </File>
  1039. <File>
  1040. <FileName>system_stm32f10x.c</FileName>
  1041. <FileType>1</FileType>
  1042. <FilePath>..\project\system_stm32f10x.c</FilePath>
  1043. </File>
  1044. </Files>
  1045. </Group>
  1046. <Group>
  1047. <GroupName>peripheral</GroupName>
  1048. <Files>
  1049. <File>
  1050. <FileName>myUart.c</FileName>
  1051. <FileType>1</FileType>
  1052. <FilePath>..\peripheral\myUart.c</FilePath>
  1053. </File>
  1054. <File>
  1055. <FileName>sys.c</FileName>
  1056. <FileType>1</FileType>
  1057. <FilePath>..\peripheral\sys.c</FilePath>
  1058. </File>
  1059. <File>
  1060. <FileName>myADC.c</FileName>
  1061. <FileType>1</FileType>
  1062. <FilePath>..\peripheral\myADC.c</FilePath>
  1063. </File>
  1064. <File>
  1065. <FileName>myInputCapture.c</FileName>
  1066. <FileType>1</FileType>
  1067. <FilePath>..\peripheral\myInputCapture.c</FilePath>
  1068. </File>
  1069. </Files>
  1070. </Group>
  1071. <Group>
  1072. <GroupName>core</GroupName>
  1073. <Files>
  1074. <File>
  1075. <FileName>core_cm3.c</FileName>
  1076. <FileType>1</FileType>
  1077. <FilePath>..\CORE\core_cm3.c</FilePath>
  1078. </File>
  1079. <File>
  1080. <FileName>startup_stm32f10x_hd.s</FileName>
  1081. <FileType>2</FileType>
  1082. <FilePath>..\CORE\startup_stm32f10x_hd.s</FilePath>
  1083. </File>
  1084. </Files>
  1085. </Group>
  1086. <Group>
  1087. <GroupName>FWLIB</GroupName>
  1088. <Files>
  1089. <File>
  1090. <FileName>misc.c</FileName>
  1091. <FileType>1</FileType>
  1092. <FilePath>..\STM32F10x_FWLib\src\misc.c</FilePath>
  1093. </File>
  1094. <File>
  1095. <FileName>stm32f10x_adc.c</FileName>
  1096. <FileType>1</FileType>
  1097. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_adc.c</FilePath>
  1098. </File>
  1099. <File>
  1100. <FileName>stm32f10x_bkp.c</FileName>
  1101. <FileType>1</FileType>
  1102. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_bkp.c</FilePath>
  1103. </File>
  1104. <File>
  1105. <FileName>stm32f10x_can.c</FileName>
  1106. <FileType>1</FileType>
  1107. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_can.c</FilePath>
  1108. </File>
  1109. <File>
  1110. <FileName>stm32f10x_cec.c</FileName>
  1111. <FileType>1</FileType>
  1112. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_cec.c</FilePath>
  1113. </File>
  1114. <File>
  1115. <FileName>stm32f10x_crc.c</FileName>
  1116. <FileType>1</FileType>
  1117. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_crc.c</FilePath>
  1118. </File>
  1119. <File>
  1120. <FileName>stm32f10x_dac.c</FileName>
  1121. <FileType>1</FileType>
  1122. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_dac.c</FilePath>
  1123. </File>
  1124. <File>
  1125. <FileName>stm32f10x_dbgmcu.c</FileName>
  1126. <FileType>1</FileType>
  1127. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_dbgmcu.c</FilePath>
  1128. </File>
  1129. <File>
  1130. <FileName>stm32f10x_dma.c</FileName>
  1131. <FileType>1</FileType>
  1132. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_dma.c</FilePath>
  1133. </File>
  1134. <File>
  1135. <FileName>stm32f10x_exti.c</FileName>
  1136. <FileType>1</FileType>
  1137. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_exti.c</FilePath>
  1138. </File>
  1139. <File>
  1140. <FileName>stm32f10x_flash.c</FileName>
  1141. <FileType>1</FileType>
  1142. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_flash.c</FilePath>
  1143. </File>
  1144. <File>
  1145. <FileName>stm32f10x_fsmc.c</FileName>
  1146. <FileType>1</FileType>
  1147. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_fsmc.c</FilePath>
  1148. </File>
  1149. <File>
  1150. <FileName>stm32f10x_gpio.c</FileName>
  1151. <FileType>1</FileType>
  1152. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_gpio.c</FilePath>
  1153. </File>
  1154. <File>
  1155. <FileName>stm32f10x_i2c.c</FileName>
  1156. <FileType>1</FileType>
  1157. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_i2c.c</FilePath>
  1158. </File>
  1159. <File>
  1160. <FileName>stm32f10x_iwdg.c</FileName>
  1161. <FileType>1</FileType>
  1162. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_iwdg.c</FilePath>
  1163. </File>
  1164. <File>
  1165. <FileName>stm32f10x_pwr.c</FileName>
  1166. <FileType>1</FileType>
  1167. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_pwr.c</FilePath>
  1168. </File>
  1169. <File>
  1170. <FileName>stm32f10x_rcc.c</FileName>
  1171. <FileType>1</FileType>
  1172. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_rcc.c</FilePath>
  1173. </File>
  1174. <File>
  1175. <FileName>stm32f10x_rtc.c</FileName>
  1176. <FileType>1</FileType>
  1177. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_rtc.c</FilePath>
  1178. </File>
  1179. <File>
  1180. <FileName>stm32f10x_sdio.c</FileName>
  1181. <FileType>1</FileType>
  1182. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_sdio.c</FilePath>
  1183. </File>
  1184. <File>
  1185. <FileName>stm32f10x_spi.c</FileName>
  1186. <FileType>1</FileType>
  1187. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_spi.c</FilePath>
  1188. </File>
  1189. <File>
  1190. <FileName>stm32f10x_tim.c</FileName>
  1191. <FileType>1</FileType>
  1192. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_tim.c</FilePath>
  1193. </File>
  1194. <File>
  1195. <FileName>stm32f10x_usart.c</FileName>
  1196. <FileType>1</FileType>
  1197. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_usart.c</FilePath>
  1198. </File>
  1199. <File>
  1200. <FileName>stm32f10x_wwdg.c</FileName>
  1201. <FileType>1</FileType>
  1202. <FilePath>..\STM32F10x_FWLib\src\stm32f10x_wwdg.c</FilePath>
  1203. </File>
  1204. </Files>
  1205. </Group>
  1206. <Group>
  1207. <GroupName>app</GroupName>
  1208. <Files>
  1209. <File>
  1210. <FileName>led.c</FileName>
  1211. <FileType>1</FileType>
  1212. <FilePath>..\APP\led.c</FilePath>
  1213. </File>
  1214. <File>
  1215. <FileName>key.c</FileName>
  1216. <FileType>1</FileType>
  1217. <FilePath>..\APP\key.c</FilePath>
  1218. </File>
  1219. <File>
  1220. <FileName>ReadKey.c</FileName>
  1221. <FileType>1</FileType>
  1222. <FilePath>..\APP\ReadKey.c</FilePath>
  1223. </File>
  1224. <File>
  1225. <FileName>myLcd.c</FileName>
  1226. <FileType>1</FileType>
  1227. <FilePath>..\APP\myLcd.c</FilePath>
  1228. </File>
  1229. <File>
  1230. <FileName>myTim.c</FileName>
  1231. <FileType>1</FileType>
  1232. <FilePath>..\APP\myTim.c</FilePath>
  1233. </File>
  1234. <File>
  1235. <FileName>crc8.c</FileName>
  1236. <FileType>1</FileType>
  1237. <FilePath>..\app\crc8.c</FilePath>
  1238. </File>
  1239. <File>
  1240. <FileName>eventUnit.c</FileName>
  1241. <FileType>1</FileType>
  1242. <FilePath>..\app\eventUnit.c</FilePath>
  1243. </File>
  1244. <File>
  1245. <FileName>myDisplayUnit.c</FileName>
  1246. <FileType>1</FileType>
  1247. <FilePath>..\app\myDisplayUnit.c</FilePath>
  1248. </File>
  1249. <File>
  1250. <FileName>myBootloader.c</FileName>
  1251. <FileType>1</FileType>
  1252. <FilePath>..\app\myBootloader.c</FilePath>
  1253. </File>
  1254. <File>
  1255. <FileName>flash.c</FileName>
  1256. <FileType>1</FileType>
  1257. <FilePath>..\app\flash.c</FilePath>
  1258. </File>
  1259. <File>
  1260. <FileName>at_command.c</FileName>
  1261. <FileType>1</FileType>
  1262. <FilePath>..\project\at_command.c</FilePath>
  1263. </File>
  1264. <File>
  1265. <FileName>gnss_decode.c</FileName>
  1266. <FileType>1</FileType>
  1267. <FilePath>..\app\gnss_decode.c</FilePath>
  1268. </File>
  1269. </Files>
  1270. </Group>
  1271. <Group>
  1272. <GroupName>radio</GroupName>
  1273. <Files>
  1274. <File>
  1275. <FileName>navdata.c</FileName>
  1276. <FileType>1</FileType>
  1277. <FilePath>..\radio\navdata.c</FilePath>
  1278. </File>
  1279. <File>
  1280. <FileName>nmeaparser.c</FileName>
  1281. <FileType>1</FileType>
  1282. <FilePath>..\radio\nmeaparser.c</FilePath>
  1283. </File>
  1284. <File>
  1285. <FileName>nmeardr.c</FileName>
  1286. <FileType>1</FileType>
  1287. <FilePath>..\radio\nmeardr.c</FilePath>
  1288. </File>
  1289. <File>
  1290. <FileName>nmeatknzr.c</FileName>
  1291. <FileType>1</FileType>
  1292. <FilePath>..\radio\nmeatknzr.c</FilePath>
  1293. </File>
  1294. </Files>
  1295. </Group>
  1296. </Groups>
  1297. </Target>
  1298. </Targets>
  1299. <RTE>
  1300. <apis/>
  1301. <components/>
  1302. <files/>
  1303. </RTE>
  1304. <LayerInfo>
  1305. <Layers>
  1306. <Layer>
  1307. <LayName>&lt;Project Info&gt;</LayName>
  1308. <LayDesc></LayDesc>
  1309. <LayUrl></LayUrl>
  1310. <LayKeys></LayKeys>
  1311. <LayCat></LayCat>
  1312. <LayLic></LayLic>
  1313. <LayTarg>0</LayTarg>
  1314. <LayPrjMark>1</LayPrjMark>
  1315. </Layer>
  1316. </Layers>
  1317. </LayerInfo>
  1318. </Project>