adapterBoardDriver.uvprojx 46 KB

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