Box.uvproj.saved_uv4 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946
  1. <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  2. <Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_proj.xsd">
  3. <SchemaVersion>1.1</SchemaVersion>
  4. <Header>### uVision Project, (C) Keil Software</Header>
  5. <Targets>
  6. <Target>
  7. <TargetName>Target 1</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>STM32F105RB</Device>
  15. <Vendor>STMicroelectronics</Vendor>
  16. <Cpu>IRAM(0x20000000-0x2000FFFF) IROM(0x8000000-0x801FFFF) CLOCK(25000000) CPUTYPE("Cortex-M3")</Cpu>
  17. <FlashUtilSpec></FlashUtilSpec>
  18. <StartupFile>"STARTUP\ST\STM32F10x\startup_stm32f10x_cl.s" ("STM32 Connectivity Line Startup Code")</StartupFile>
  19. <FlashDriverDll>UL2CM3(-O14 -S0 -C0 -N00("ARM Cortex-M3") -D00(1BA00477) -L00(4) -FO7 -FD20000000 -FC800 -FN1 -FF0STM32F10x_CL -FS08000000 -FL020000)</FlashDriverDll>
  20. <DeviceId>4884</DeviceId>
  21. <RegisterFile>stm32f10x.h</RegisterFile>
  22. <MemoryEnv></MemoryEnv>
  23. <Cmp></Cmp>
  24. <Asm></Asm>
  25. <Linker></Linker>
  26. <OHString></OHString>
  27. <InfinionOptionDll></InfinionOptionDll>
  28. <SLE66CMisc></SLE66CMisc>
  29. <SLE66AMisc></SLE66AMisc>
  30. <SLE66LinkerMisc></SLE66LinkerMisc>
  31. <SFDFile>SFD\ST\STM32F1xx\STM32F105xx.sfr</SFDFile>
  32. <bCustSvd>0</bCustSvd>
  33. <UseEnv>0</UseEnv>
  34. <BinPath></BinPath>
  35. <IncludePath></IncludePath>
  36. <LibPath></LibPath>
  37. <RegisterFilePath>ST\STM32F10x\</RegisterFilePath>
  38. <DBRegisterFilePath>ST\STM32F10x\</DBRegisterFilePath>
  39. <TargetStatus>
  40. <Error>0</Error>
  41. <ExitCodeStop>0</ExitCodeStop>
  42. <ButtonStop>0</ButtonStop>
  43. <NotGenerated>0</NotGenerated>
  44. <InvalidFlash>1</InvalidFlash>
  45. </TargetStatus>
  46. <OutputDirectory>.\Object\</OutputDirectory>
  47. <OutputName>Box</OutputName>
  48. <CreateExecutable>1</CreateExecutable>
  49. <CreateLib>0</CreateLib>
  50. <CreateHexFile>1</CreateHexFile>
  51. <DebugInformation>1</DebugInformation>
  52. <BrowseInformation>1</BrowseInformation>
  53. <ListingPath>.\Object\</ListingPath>
  54. <HexFormatSelection>1</HexFormatSelection>
  55. <Merge32K>0</Merge32K>
  56. <CreateBatchFile>0</CreateBatchFile>
  57. <BeforeCompile>
  58. <RunUserProg1>0</RunUserProg1>
  59. <RunUserProg2>0</RunUserProg2>
  60. <UserProg1Name></UserProg1Name>
  61. <UserProg2Name></UserProg2Name>
  62. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  63. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  64. <nStopU1X>0</nStopU1X>
  65. <nStopU2X>0</nStopU2X>
  66. </BeforeCompile>
  67. <BeforeMake>
  68. <RunUserProg1>0</RunUserProg1>
  69. <RunUserProg2>0</RunUserProg2>
  70. <UserProg1Name></UserProg1Name>
  71. <UserProg2Name></UserProg2Name>
  72. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  73. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  74. <nStopB1X>0</nStopB1X>
  75. <nStopB2X>0</nStopB2X>
  76. </BeforeMake>
  77. <AfterMake>
  78. <RunUserProg1>0</RunUserProg1>
  79. <RunUserProg2>0</RunUserProg2>
  80. <UserProg1Name></UserProg1Name>
  81. <UserProg2Name></UserProg2Name>
  82. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  83. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  84. <nStopA1X>0</nStopA1X>
  85. <nStopA2X>0</nStopA2X>
  86. </AfterMake>
  87. <SelectedForBatchBuild>0</SelectedForBatchBuild>
  88. <SVCSIdString></SVCSIdString>
  89. </TargetCommonOption>
  90. <CommonProperty>
  91. <UseCPPCompiler>0</UseCPPCompiler>
  92. <RVCTCodeConst>0</RVCTCodeConst>
  93. <RVCTZI>0</RVCTZI>
  94. <RVCTOtherData>0</RVCTOtherData>
  95. <ModuleSelection>0</ModuleSelection>
  96. <IncludeInBuild>1</IncludeInBuild>
  97. <AlwaysBuild>0</AlwaysBuild>
  98. <GenerateAssemblyFile>0</GenerateAssemblyFile>
  99. <AssembleAssemblyFile>0</AssembleAssemblyFile>
  100. <PublicsOnly>0</PublicsOnly>
  101. <StopOnExitCode>3</StopOnExitCode>
  102. <CustomArgument></CustomArgument>
  103. <IncludeLibraryModules></IncludeLibraryModules>
  104. <ComprImg>1</ComprImg>
  105. </CommonProperty>
  106. <DllOption>
  107. <SimDllName>SARMCM3.DLL</SimDllName>
  108. <SimDllArguments>-REMAP</SimDllArguments>
  109. <SimDlgDll>DCM.DLL</SimDlgDll>
  110. <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
  111. <TargetDllName>SARMCM3.DLL</TargetDllName>
  112. <TargetDllArguments></TargetDllArguments>
  113. <TargetDlgDll>TCM.DLL</TargetDlgDll>
  114. <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
  115. </DllOption>
  116. <DebugOption>
  117. <OPTHX>
  118. <HexSelection>1</HexSelection>
  119. <HexRangeLowAddress>0</HexRangeLowAddress>
  120. <HexRangeHighAddress>0</HexRangeHighAddress>
  121. <HexOffset>0</HexOffset>
  122. <Oh166RecLen>16</Oh166RecLen>
  123. </OPTHX>
  124. <Simulator>
  125. <UseSimulator>0</UseSimulator>
  126. <LoadApplicationAtStartup>1</LoadApplicationAtStartup>
  127. <RunToMain>1</RunToMain>
  128. <RestoreBreakpoints>1</RestoreBreakpoints>
  129. <RestoreWatchpoints>1</RestoreWatchpoints>
  130. <RestoreMemoryDisplay>1</RestoreMemoryDisplay>
  131. <RestoreFunctions>1</RestoreFunctions>
  132. <RestoreToolbox>1</RestoreToolbox>
  133. <LimitSpeedToRealTime>0</LimitSpeedToRealTime>
  134. <RestoreSysVw>1</RestoreSysVw>
  135. </Simulator>
  136. <Target>
  137. <UseTarget>1</UseTarget>
  138. <LoadApplicationAtStartup>1</LoadApplicationAtStartup>
  139. <RunToMain>1</RunToMain>
  140. <RestoreBreakpoints>1</RestoreBreakpoints>
  141. <RestoreWatchpoints>1</RestoreWatchpoints>
  142. <RestoreMemoryDisplay>1</RestoreMemoryDisplay>
  143. <RestoreFunctions>0</RestoreFunctions>
  144. <RestoreToolbox>1</RestoreToolbox>
  145. <RestoreTracepoints>1</RestoreTracepoints>
  146. <RestoreSysVw>1</RestoreSysVw>
  147. </Target>
  148. <RunDebugAfterBuild>0</RunDebugAfterBuild>
  149. <TargetSelection>6</TargetSelection>
  150. <SimDlls>
  151. <CpuDll></CpuDll>
  152. <CpuDllArguments></CpuDllArguments>
  153. <PeripheralDll></PeripheralDll>
  154. <PeripheralDllArguments></PeripheralDllArguments>
  155. <InitializationFile></InitializationFile>
  156. </SimDlls>
  157. <TargetDlls>
  158. <CpuDll></CpuDll>
  159. <CpuDllArguments></CpuDllArguments>
  160. <PeripheralDll></PeripheralDll>
  161. <PeripheralDllArguments></PeripheralDllArguments>
  162. <InitializationFile></InitializationFile>
  163. <Driver>STLink\ST-LINKIII-KEIL_SWO.dll</Driver>
  164. </TargetDlls>
  165. </DebugOption>
  166. <Utilities>
  167. <Flash1>
  168. <UseTargetDll>1</UseTargetDll>
  169. <UseExternalTool>0</UseExternalTool>
  170. <RunIndependent>0</RunIndependent>
  171. <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
  172. <Capability>1</Capability>
  173. <DriverSelection>4104</DriverSelection>
  174. </Flash1>
  175. <bUseTDR>0</bUseTDR>
  176. <Flash2>STLink\ST-LINKIII-KEIL_SWO.dll</Flash2>
  177. <Flash3>"" ()</Flash3>
  178. <Flash4></Flash4>
  179. <pFcarmOut></pFcarmOut>
  180. <pFcarmGrp></pFcarmGrp>
  181. <pFcArmRoot></pFcArmRoot>
  182. <FcArmLst>0</FcArmLst>
  183. </Utilities>
  184. <TargetArmAds>
  185. <ArmAdsMisc>
  186. <GenerateListings>0</GenerateListings>
  187. <asHll>1</asHll>
  188. <asAsm>1</asAsm>
  189. <asMacX>1</asMacX>
  190. <asSyms>1</asSyms>
  191. <asFals>1</asFals>
  192. <asDbgD>1</asDbgD>
  193. <asForm>1</asForm>
  194. <ldLst>0</ldLst>
  195. <ldmm>1</ldmm>
  196. <ldXref>1</ldXref>
  197. <BigEnd>0</BigEnd>
  198. <AdsALst>1</AdsALst>
  199. <AdsACrf>1</AdsACrf>
  200. <AdsANop>0</AdsANop>
  201. <AdsANot>0</AdsANot>
  202. <AdsLLst>1</AdsLLst>
  203. <AdsLmap>1</AdsLmap>
  204. <AdsLcgr>1</AdsLcgr>
  205. <AdsLsym>1</AdsLsym>
  206. <AdsLszi>1</AdsLszi>
  207. <AdsLtoi>1</AdsLtoi>
  208. <AdsLsun>1</AdsLsun>
  209. <AdsLven>1</AdsLven>
  210. <AdsLsxf>1</AdsLsxf>
  211. <RvctClst>0</RvctClst>
  212. <GenPPlst>0</GenPPlst>
  213. <AdsCpuType>"Cortex-M3"</AdsCpuType>
  214. <RvctDeviceName></RvctDeviceName>
  215. <mOS>0</mOS>
  216. <uocRom>0</uocRom>
  217. <uocRam>0</uocRam>
  218. <hadIROM>1</hadIROM>
  219. <hadIRAM>1</hadIRAM>
  220. <hadXRAM>0</hadXRAM>
  221. <uocXRam>0</uocXRam>
  222. <RvdsVP>0</RvdsVP>
  223. <RvdsMve>0</RvdsMve>
  224. <hadIRAM2>0</hadIRAM2>
  225. <hadIROM2>0</hadIROM2>
  226. <StupSel>8</StupSel>
  227. <useUlib>0</useUlib>
  228. <EndSel>0</EndSel>
  229. <uLtcg>0</uLtcg>
  230. <nSecure>0</nSecure>
  231. <RoSelD>3</RoSelD>
  232. <RwSelD>3</RwSelD>
  233. <CodeSel>0</CodeSel>
  234. <OptFeed>0</OptFeed>
  235. <NoZi1>0</NoZi1>
  236. <NoZi2>0</NoZi2>
  237. <NoZi3>0</NoZi3>
  238. <NoZi4>0</NoZi4>
  239. <NoZi5>0</NoZi5>
  240. <Ro1Chk>0</Ro1Chk>
  241. <Ro2Chk>0</Ro2Chk>
  242. <Ro3Chk>0</Ro3Chk>
  243. <Ir1Chk>1</Ir1Chk>
  244. <Ir2Chk>0</Ir2Chk>
  245. <Ra1Chk>0</Ra1Chk>
  246. <Ra2Chk>0</Ra2Chk>
  247. <Ra3Chk>0</Ra3Chk>
  248. <Im1Chk>1</Im1Chk>
  249. <Im2Chk>0</Im2Chk>
  250. <OnChipMemories>
  251. <Ocm1>
  252. <Type>0</Type>
  253. <StartAddress>0x0</StartAddress>
  254. <Size>0x0</Size>
  255. </Ocm1>
  256. <Ocm2>
  257. <Type>0</Type>
  258. <StartAddress>0x0</StartAddress>
  259. <Size>0x0</Size>
  260. </Ocm2>
  261. <Ocm3>
  262. <Type>0</Type>
  263. <StartAddress>0x0</StartAddress>
  264. <Size>0x0</Size>
  265. </Ocm3>
  266. <Ocm4>
  267. <Type>0</Type>
  268. <StartAddress>0x0</StartAddress>
  269. <Size>0x0</Size>
  270. </Ocm4>
  271. <Ocm5>
  272. <Type>0</Type>
  273. <StartAddress>0x0</StartAddress>
  274. <Size>0x0</Size>
  275. </Ocm5>
  276. <Ocm6>
  277. <Type>0</Type>
  278. <StartAddress>0x0</StartAddress>
  279. <Size>0x0</Size>
  280. </Ocm6>
  281. <IRAM>
  282. <Type>0</Type>
  283. <StartAddress>0x20000000</StartAddress>
  284. <Size>0x10000</Size>
  285. </IRAM>
  286. <IROM>
  287. <Type>1</Type>
  288. <StartAddress>0x8000000</StartAddress>
  289. <Size>0x20000</Size>
  290. </IROM>
  291. <XRAM>
  292. <Type>0</Type>
  293. <StartAddress>0x0</StartAddress>
  294. <Size>0x0</Size>
  295. </XRAM>
  296. <OCR_RVCT1>
  297. <Type>1</Type>
  298. <StartAddress>0x0</StartAddress>
  299. <Size>0x0</Size>
  300. </OCR_RVCT1>
  301. <OCR_RVCT2>
  302. <Type>1</Type>
  303. <StartAddress>0x0</StartAddress>
  304. <Size>0x0</Size>
  305. </OCR_RVCT2>
  306. <OCR_RVCT3>
  307. <Type>1</Type>
  308. <StartAddress>0x0</StartAddress>
  309. <Size>0x0</Size>
  310. </OCR_RVCT3>
  311. <OCR_RVCT4>
  312. <Type>1</Type>
  313. <StartAddress>0x8000000</StartAddress>
  314. <Size>0x20000</Size>
  315. </OCR_RVCT4>
  316. <OCR_RVCT5>
  317. <Type>1</Type>
  318. <StartAddress>0x0</StartAddress>
  319. <Size>0x0</Size>
  320. </OCR_RVCT5>
  321. <OCR_RVCT6>
  322. <Type>0</Type>
  323. <StartAddress>0x0</StartAddress>
  324. <Size>0x0</Size>
  325. </OCR_RVCT6>
  326. <OCR_RVCT7>
  327. <Type>0</Type>
  328. <StartAddress>0x0</StartAddress>
  329. <Size>0x0</Size>
  330. </OCR_RVCT7>
  331. <OCR_RVCT8>
  332. <Type>0</Type>
  333. <StartAddress>0x0</StartAddress>
  334. <Size>0x0</Size>
  335. </OCR_RVCT8>
  336. <OCR_RVCT9>
  337. <Type>0</Type>
  338. <StartAddress>0x20000000</StartAddress>
  339. <Size>0x10000</Size>
  340. </OCR_RVCT9>
  341. <OCR_RVCT10>
  342. <Type>0</Type>
  343. <StartAddress>0x0</StartAddress>
  344. <Size>0x0</Size>
  345. </OCR_RVCT10>
  346. </OnChipMemories>
  347. <RvctStartVector></RvctStartVector>
  348. </ArmAdsMisc>
  349. <Cads>
  350. <interw>1</interw>
  351. <Optim>1</Optim>
  352. <oTime>0</oTime>
  353. <SplitLS>0</SplitLS>
  354. <OneElfS>0</OneElfS>
  355. <Strict>0</Strict>
  356. <EnumInt>0</EnumInt>
  357. <PlainCh>0</PlainCh>
  358. <Ropi>0</Ropi>
  359. <Rwpi>0</Rwpi>
  360. <wLevel>0</wLevel>
  361. <uThumb>0</uThumb>
  362. <uSurpInc>0</uSurpInc>
  363. <uC99>0</uC99>
  364. <uGnu>0</uGnu>
  365. <useXO>0</useXO>
  366. <v6Lang>1</v6Lang>
  367. <v6LangP>1</v6LangP>
  368. <vShortEn>1</vShortEn>
  369. <vShortWch>1</vShortWch>
  370. <v6Lto>0</v6Lto>
  371. <v6WtE>0</v6WtE>
  372. <v6Rtti>0</v6Rtti>
  373. <VariousControls>
  374. <MiscControls></MiscControls>
  375. <Define>USE_STDPERIPH_DRIVER,STM32F10X_CL</Define>
  376. <Undefine></Undefine>
  377. <IncludePath>.\Libraries\STM32F10x_StdPeriph_Driver\inc;.\BSP;.\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x;.\User</IncludePath>
  378. </VariousControls>
  379. </Cads>
  380. <Aads>
  381. <interw>1</interw>
  382. <Ropi>0</Ropi>
  383. <Rwpi>0</Rwpi>
  384. <thumb>0</thumb>
  385. <SplitLS>0</SplitLS>
  386. <SwStkChk>0</SwStkChk>
  387. <NoWarn>0</NoWarn>
  388. <uSurpInc>0</uSurpInc>
  389. <useXO>0</useXO>
  390. <uClangAs>0</uClangAs>
  391. <VariousControls>
  392. <MiscControls></MiscControls>
  393. <Define></Define>
  394. <Undefine></Undefine>
  395. <IncludePath></IncludePath>
  396. </VariousControls>
  397. </Aads>
  398. <LDads>
  399. <umfTarg>1</umfTarg>
  400. <Ropi>0</Ropi>
  401. <Rwpi>0</Rwpi>
  402. <noStLib>0</noStLib>
  403. <RepFail>1</RepFail>
  404. <useFile>0</useFile>
  405. <TextAddressRange>0x08000000</TextAddressRange>
  406. <DataAddressRange>0x20000000</DataAddressRange>
  407. <pXoBase></pXoBase>
  408. <ScatterFile></ScatterFile>
  409. <IncludeLibs></IncludeLibs>
  410. <IncludeLibsPath></IncludeLibsPath>
  411. <Misc></Misc>
  412. <LinkerInputFile></LinkerInputFile>
  413. <DisabledWarnings></DisabledWarnings>
  414. </LDads>
  415. </TargetArmAds>
  416. </TargetOption>
  417. <Groups>
  418. <Group>
  419. <GroupName>Libraries</GroupName>
  420. <Files>
  421. <File>
  422. <FileName>misc.c</FileName>
  423. <FileType>1</FileType>
  424. <FilePath>.\Libraries\STM32F10x_StdPeriph_Driver\src\misc.c</FilePath>
  425. </File>
  426. <File>
  427. <FileName>stm32f10x_adc.c</FileName>
  428. <FileType>1</FileType>
  429. <FilePath>.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_adc.c</FilePath>
  430. </File>
  431. <File>
  432. <FileName>stm32f10x_bkp.c</FileName>
  433. <FileType>1</FileType>
  434. <FilePath>.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_bkp.c</FilePath>
  435. </File>
  436. <File>
  437. <FileName>stm32f10x_can.c</FileName>
  438. <FileType>1</FileType>
  439. <FilePath>.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_can.c</FilePath>
  440. </File>
  441. <File>
  442. <FileName>stm32f10x_cec.c</FileName>
  443. <FileType>1</FileType>
  444. <FilePath>.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_cec.c</FilePath>
  445. </File>
  446. <File>
  447. <FileName>stm32f10x_crc.c</FileName>
  448. <FileType>1</FileType>
  449. <FilePath>.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_crc.c</FilePath>
  450. </File>
  451. <File>
  452. <FileName>stm32f10x_dac.c</FileName>
  453. <FileType>1</FileType>
  454. <FilePath>.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dac.c</FilePath>
  455. </File>
  456. <File>
  457. <FileName>stm32f10x_dbgmcu.c</FileName>
  458. <FileType>1</FileType>
  459. <FilePath>.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dbgmcu.c</FilePath>
  460. </File>
  461. <File>
  462. <FileName>stm32f10x_dma.c</FileName>
  463. <FileType>1</FileType>
  464. <FilePath>.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dma.c</FilePath>
  465. </File>
  466. <File>
  467. <FileName>stm32f10x_exti.c</FileName>
  468. <FileType>1</FileType>
  469. <FilePath>.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_exti.c</FilePath>
  470. </File>
  471. <File>
  472. <FileName>stm32f10x_flash.c</FileName>
  473. <FileType>1</FileType>
  474. <FilePath>.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_flash.c</FilePath>
  475. </File>
  476. <File>
  477. <FileName>stm32f10x_fsmc.c</FileName>
  478. <FileType>1</FileType>
  479. <FilePath>.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_fsmc.c</FilePath>
  480. </File>
  481. <File>
  482. <FileName>stm32f10x_gpio.c</FileName>
  483. <FileType>1</FileType>
  484. <FilePath>.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_gpio.c</FilePath>
  485. </File>
  486. <File>
  487. <FileName>stm32f10x_i2c.c</FileName>
  488. <FileType>1</FileType>
  489. <FilePath>.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_i2c.c</FilePath>
  490. </File>
  491. <File>
  492. <FileName>stm32f10x_iwdg.c</FileName>
  493. <FileType>1</FileType>
  494. <FilePath>.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_iwdg.c</FilePath>
  495. </File>
  496. <File>
  497. <FileName>stm32f10x_pwr.c</FileName>
  498. <FileType>1</FileType>
  499. <FilePath>.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_pwr.c</FilePath>
  500. </File>
  501. <File>
  502. <FileName>stm32f10x_rcc.c</FileName>
  503. <FileType>1</FileType>
  504. <FilePath>.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c</FilePath>
  505. </File>
  506. <File>
  507. <FileName>stm32f10x_rtc.c</FileName>
  508. <FileType>1</FileType>
  509. <FilePath>.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rtc.c</FilePath>
  510. </File>
  511. <File>
  512. <FileName>stm32f10x_sdio.c</FileName>
  513. <FileType>1</FileType>
  514. <FilePath>.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_sdio.c</FilePath>
  515. </File>
  516. <File>
  517. <FileName>stm32f10x_spi.c</FileName>
  518. <FileType>1</FileType>
  519. <FilePath>.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_spi.c</FilePath>
  520. </File>
  521. <File>
  522. <FileName>stm32f10x_tim.c</FileName>
  523. <FileType>1</FileType>
  524. <FilePath>.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_tim.c</FilePath>
  525. </File>
  526. <File>
  527. <FileName>stm32f10x_usart.c</FileName>
  528. <FileType>1</FileType>
  529. <FilePath>.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c</FilePath>
  530. </File>
  531. <File>
  532. <FileName>stm32f10x_wwdg.c</FileName>
  533. <FileType>1</FileType>
  534. <FilePath>.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_wwdg.c</FilePath>
  535. </File>
  536. </Files>
  537. </Group>
  538. <Group>
  539. <GroupName>CISS</GroupName>
  540. <Files>
  541. <File>
  542. <FileName>system_stm32f10x.c</FileName>
  543. <FileType>1</FileType>
  544. <FilePath>.\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.c</FilePath>
  545. </File>
  546. <File>
  547. <FileName>startup_stm32f10x_cl.s</FileName>
  548. <FileType>2</FileType>
  549. <FilePath>.\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_cl.s</FilePath>
  550. </File>
  551. <File>
  552. <FileName>startup_stm32f10x_hd.s</FileName>
  553. <FileType>2</FileType>
  554. <FilePath>.\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_hd.s</FilePath>
  555. <FileOption>
  556. <CommonProperty>
  557. <UseCPPCompiler>2</UseCPPCompiler>
  558. <RVCTCodeConst>0</RVCTCodeConst>
  559. <RVCTZI>0</RVCTZI>
  560. <RVCTOtherData>0</RVCTOtherData>
  561. <ModuleSelection>0</ModuleSelection>
  562. <IncludeInBuild>0</IncludeInBuild>
  563. <AlwaysBuild>0</AlwaysBuild>
  564. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  565. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  566. <PublicsOnly>2</PublicsOnly>
  567. <StopOnExitCode>11</StopOnExitCode>
  568. <CustomArgument></CustomArgument>
  569. <IncludeLibraryModules></IncludeLibraryModules>
  570. <ComprImg>1</ComprImg>
  571. </CommonProperty>
  572. <FileArmAds>
  573. <Aads>
  574. <interw>2</interw>
  575. <Ropi>2</Ropi>
  576. <Rwpi>2</Rwpi>
  577. <thumb>2</thumb>
  578. <SplitLS>2</SplitLS>
  579. <SwStkChk>2</SwStkChk>
  580. <NoWarn>2</NoWarn>
  581. <uSurpInc>2</uSurpInc>
  582. <useXO>2</useXO>
  583. <uClangAs>2</uClangAs>
  584. <VariousControls>
  585. <MiscControls></MiscControls>
  586. <Define></Define>
  587. <Undefine></Undefine>
  588. <IncludePath></IncludePath>
  589. </VariousControls>
  590. </Aads>
  591. </FileArmAds>
  592. </FileOption>
  593. </File>
  594. <File>
  595. <FileName>startup_stm32f10x_hd_vl.s</FileName>
  596. <FileType>2</FileType>
  597. <FilePath>.\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_hd_vl.s</FilePath>
  598. <FileOption>
  599. <CommonProperty>
  600. <UseCPPCompiler>2</UseCPPCompiler>
  601. <RVCTCodeConst>0</RVCTCodeConst>
  602. <RVCTZI>0</RVCTZI>
  603. <RVCTOtherData>0</RVCTOtherData>
  604. <ModuleSelection>0</ModuleSelection>
  605. <IncludeInBuild>0</IncludeInBuild>
  606. <AlwaysBuild>0</AlwaysBuild>
  607. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  608. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  609. <PublicsOnly>2</PublicsOnly>
  610. <StopOnExitCode>11</StopOnExitCode>
  611. <CustomArgument></CustomArgument>
  612. <IncludeLibraryModules></IncludeLibraryModules>
  613. <ComprImg>1</ComprImg>
  614. </CommonProperty>
  615. <FileArmAds>
  616. <Aads>
  617. <interw>2</interw>
  618. <Ropi>2</Ropi>
  619. <Rwpi>2</Rwpi>
  620. <thumb>2</thumb>
  621. <SplitLS>2</SplitLS>
  622. <SwStkChk>2</SwStkChk>
  623. <NoWarn>2</NoWarn>
  624. <uSurpInc>2</uSurpInc>
  625. <useXO>2</useXO>
  626. <uClangAs>2</uClangAs>
  627. <VariousControls>
  628. <MiscControls></MiscControls>
  629. <Define></Define>
  630. <Undefine></Undefine>
  631. <IncludePath></IncludePath>
  632. </VariousControls>
  633. </Aads>
  634. </FileArmAds>
  635. </FileOption>
  636. </File>
  637. <File>
  638. <FileName>startup_stm32f10x_ld.s</FileName>
  639. <FileType>2</FileType>
  640. <FilePath>.\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_ld.s</FilePath>
  641. <FileOption>
  642. <CommonProperty>
  643. <UseCPPCompiler>2</UseCPPCompiler>
  644. <RVCTCodeConst>0</RVCTCodeConst>
  645. <RVCTZI>0</RVCTZI>
  646. <RVCTOtherData>0</RVCTOtherData>
  647. <ModuleSelection>0</ModuleSelection>
  648. <IncludeInBuild>0</IncludeInBuild>
  649. <AlwaysBuild>0</AlwaysBuild>
  650. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  651. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  652. <PublicsOnly>2</PublicsOnly>
  653. <StopOnExitCode>11</StopOnExitCode>
  654. <CustomArgument></CustomArgument>
  655. <IncludeLibraryModules></IncludeLibraryModules>
  656. <ComprImg>1</ComprImg>
  657. </CommonProperty>
  658. <FileArmAds>
  659. <Aads>
  660. <interw>2</interw>
  661. <Ropi>2</Ropi>
  662. <Rwpi>2</Rwpi>
  663. <thumb>2</thumb>
  664. <SplitLS>2</SplitLS>
  665. <SwStkChk>2</SwStkChk>
  666. <NoWarn>2</NoWarn>
  667. <uSurpInc>2</uSurpInc>
  668. <useXO>2</useXO>
  669. <uClangAs>2</uClangAs>
  670. <VariousControls>
  671. <MiscControls></MiscControls>
  672. <Define></Define>
  673. <Undefine></Undefine>
  674. <IncludePath></IncludePath>
  675. </VariousControls>
  676. </Aads>
  677. </FileArmAds>
  678. </FileOption>
  679. </File>
  680. <File>
  681. <FileName>startup_stm32f10x_ld_vl.s</FileName>
  682. <FileType>2</FileType>
  683. <FilePath>.\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_ld_vl.s</FilePath>
  684. <FileOption>
  685. <CommonProperty>
  686. <UseCPPCompiler>2</UseCPPCompiler>
  687. <RVCTCodeConst>0</RVCTCodeConst>
  688. <RVCTZI>0</RVCTZI>
  689. <RVCTOtherData>0</RVCTOtherData>
  690. <ModuleSelection>0</ModuleSelection>
  691. <IncludeInBuild>0</IncludeInBuild>
  692. <AlwaysBuild>0</AlwaysBuild>
  693. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  694. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  695. <PublicsOnly>2</PublicsOnly>
  696. <StopOnExitCode>11</StopOnExitCode>
  697. <CustomArgument></CustomArgument>
  698. <IncludeLibraryModules></IncludeLibraryModules>
  699. <ComprImg>1</ComprImg>
  700. </CommonProperty>
  701. <FileArmAds>
  702. <Aads>
  703. <interw>2</interw>
  704. <Ropi>2</Ropi>
  705. <Rwpi>2</Rwpi>
  706. <thumb>2</thumb>
  707. <SplitLS>2</SplitLS>
  708. <SwStkChk>2</SwStkChk>
  709. <NoWarn>2</NoWarn>
  710. <uSurpInc>2</uSurpInc>
  711. <useXO>2</useXO>
  712. <uClangAs>2</uClangAs>
  713. <VariousControls>
  714. <MiscControls></MiscControls>
  715. <Define></Define>
  716. <Undefine></Undefine>
  717. <IncludePath></IncludePath>
  718. </VariousControls>
  719. </Aads>
  720. </FileArmAds>
  721. </FileOption>
  722. </File>
  723. <File>
  724. <FileName>startup_stm32f10x_md.s</FileName>
  725. <FileType>2</FileType>
  726. <FilePath>.\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_md.s</FilePath>
  727. <FileOption>
  728. <CommonProperty>
  729. <UseCPPCompiler>2</UseCPPCompiler>
  730. <RVCTCodeConst>0</RVCTCodeConst>
  731. <RVCTZI>0</RVCTZI>
  732. <RVCTOtherData>0</RVCTOtherData>
  733. <ModuleSelection>0</ModuleSelection>
  734. <IncludeInBuild>0</IncludeInBuild>
  735. <AlwaysBuild>0</AlwaysBuild>
  736. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  737. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  738. <PublicsOnly>2</PublicsOnly>
  739. <StopOnExitCode>11</StopOnExitCode>
  740. <CustomArgument></CustomArgument>
  741. <IncludeLibraryModules></IncludeLibraryModules>
  742. <ComprImg>1</ComprImg>
  743. </CommonProperty>
  744. <FileArmAds>
  745. <Aads>
  746. <interw>2</interw>
  747. <Ropi>2</Ropi>
  748. <Rwpi>2</Rwpi>
  749. <thumb>2</thumb>
  750. <SplitLS>2</SplitLS>
  751. <SwStkChk>2</SwStkChk>
  752. <NoWarn>2</NoWarn>
  753. <uSurpInc>2</uSurpInc>
  754. <useXO>2</useXO>
  755. <uClangAs>2</uClangAs>
  756. <VariousControls>
  757. <MiscControls></MiscControls>
  758. <Define></Define>
  759. <Undefine></Undefine>
  760. <IncludePath></IncludePath>
  761. </VariousControls>
  762. </Aads>
  763. </FileArmAds>
  764. </FileOption>
  765. </File>
  766. <File>
  767. <FileName>startup_stm32f10x_md_vl.s</FileName>
  768. <FileType>2</FileType>
  769. <FilePath>.\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_md_vl.s</FilePath>
  770. <FileOption>
  771. <CommonProperty>
  772. <UseCPPCompiler>2</UseCPPCompiler>
  773. <RVCTCodeConst>0</RVCTCodeConst>
  774. <RVCTZI>0</RVCTZI>
  775. <RVCTOtherData>0</RVCTOtherData>
  776. <ModuleSelection>0</ModuleSelection>
  777. <IncludeInBuild>0</IncludeInBuild>
  778. <AlwaysBuild>0</AlwaysBuild>
  779. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  780. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  781. <PublicsOnly>2</PublicsOnly>
  782. <StopOnExitCode>11</StopOnExitCode>
  783. <CustomArgument></CustomArgument>
  784. <IncludeLibraryModules></IncludeLibraryModules>
  785. <ComprImg>1</ComprImg>
  786. </CommonProperty>
  787. <FileArmAds>
  788. <Aads>
  789. <interw>2</interw>
  790. <Ropi>2</Ropi>
  791. <Rwpi>2</Rwpi>
  792. <thumb>2</thumb>
  793. <SplitLS>2</SplitLS>
  794. <SwStkChk>2</SwStkChk>
  795. <NoWarn>2</NoWarn>
  796. <uSurpInc>2</uSurpInc>
  797. <useXO>2</useXO>
  798. <uClangAs>2</uClangAs>
  799. <VariousControls>
  800. <MiscControls></MiscControls>
  801. <Define></Define>
  802. <Undefine></Undefine>
  803. <IncludePath></IncludePath>
  804. </VariousControls>
  805. </Aads>
  806. </FileArmAds>
  807. </FileOption>
  808. </File>
  809. <File>
  810. <FileName>startup_stm32f10x_xl.s</FileName>
  811. <FileType>2</FileType>
  812. <FilePath>.\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_xl.s</FilePath>
  813. <FileOption>
  814. <CommonProperty>
  815. <UseCPPCompiler>2</UseCPPCompiler>
  816. <RVCTCodeConst>0</RVCTCodeConst>
  817. <RVCTZI>0</RVCTZI>
  818. <RVCTOtherData>0</RVCTOtherData>
  819. <ModuleSelection>0</ModuleSelection>
  820. <IncludeInBuild>0</IncludeInBuild>
  821. <AlwaysBuild>0</AlwaysBuild>
  822. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  823. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  824. <PublicsOnly>2</PublicsOnly>
  825. <StopOnExitCode>11</StopOnExitCode>
  826. <CustomArgument></CustomArgument>
  827. <IncludeLibraryModules></IncludeLibraryModules>
  828. <ComprImg>1</ComprImg>
  829. </CommonProperty>
  830. <FileArmAds>
  831. <Aads>
  832. <interw>2</interw>
  833. <Ropi>2</Ropi>
  834. <Rwpi>2</Rwpi>
  835. <thumb>2</thumb>
  836. <SplitLS>2</SplitLS>
  837. <SwStkChk>2</SwStkChk>
  838. <NoWarn>2</NoWarn>
  839. <uSurpInc>2</uSurpInc>
  840. <useXO>2</useXO>
  841. <uClangAs>2</uClangAs>
  842. <VariousControls>
  843. <MiscControls></MiscControls>
  844. <Define></Define>
  845. <Undefine></Undefine>
  846. <IncludePath></IncludePath>
  847. </VariousControls>
  848. </Aads>
  849. </FileArmAds>
  850. </FileOption>
  851. </File>
  852. </Files>
  853. </Group>
  854. <Group>
  855. <GroupName>BSP</GroupName>
  856. <Files>
  857. <File>
  858. <FileName>BSP.c</FileName>
  859. <FileType>1</FileType>
  860. <FilePath>.\BSP\BSP.c</FilePath>
  861. </File>
  862. <File>
  863. <FileName>GPIO_Audio.c</FileName>
  864. <FileType>1</FileType>
  865. <FilePath>.\BSP\GPIO_Audio.c</FilePath>
  866. </File>
  867. <File>
  868. <FileName>TIM1_CAP.c</FileName>
  869. <FileType>1</FileType>
  870. <FilePath>.\BSP\TIM1_CAP.c</FilePath>
  871. </File>
  872. <File>
  873. <FileName>TIM6_1MS.c</FileName>
  874. <FileType>1</FileType>
  875. <FilePath>.\BSP\TIM6_1MS.c</FilePath>
  876. </File>
  877. <File>
  878. <FileName>UART_ARM.c</FileName>
  879. <FileType>1</FileType>
  880. <FilePath>.\BSP\UART_ARM.c</FilePath>
  881. </File>
  882. <File>
  883. <FileName>GPIO_LED.c</FileName>
  884. <FileType>1</FileType>
  885. <FilePath>.\BSP\GPIO_LED.c</FilePath>
  886. </File>
  887. <File>
  888. <FileName>WDG.c</FileName>
  889. <FileType>1</FileType>
  890. <FilePath>.\BSP\WDG.c</FilePath>
  891. </File>
  892. <File>
  893. <FileName>GPIO_SYS.c</FileName>
  894. <FileType>1</FileType>
  895. <FilePath>.\BSP\GPIO_SYS.c</FilePath>
  896. </File>
  897. <File>
  898. <FileName>GPIO_NET.c</FileName>
  899. <FileType>1</FileType>
  900. <FilePath>.\BSP\GPIO_NET.c</FilePath>
  901. </File>
  902. <File>
  903. <FileName>GPIO_FM1288.c</FileName>
  904. <FileType>1</FileType>
  905. <FilePath>.\BSP\GPIO_FM1288.c</FilePath>
  906. </File>
  907. <File>
  908. <FileName>GPIO_KEY.c</FileName>
  909. <FileType>1</FileType>
  910. <FilePath>.\BSP\GPIO_KEY.c</FilePath>
  911. </File>
  912. <File>
  913. <FileName>app_msg.c</FileName>
  914. <FileType>1</FileType>
  915. <FilePath>.\BSP\app_msg.c</FilePath>
  916. </File>
  917. <File>
  918. <FileName>GPIO_IIC_Drv.c</FileName>
  919. <FileType>1</FileType>
  920. <FilePath>.\BSP\GPIO_IIC_Drv.c</FilePath>
  921. </File>
  922. <File>
  923. <FileName>IIC_FM1288.c</FileName>
  924. <FileType>1</FileType>
  925. <FilePath>.\BSP\IIC_FM1288.c</FilePath>
  926. </File>
  927. </Files>
  928. </Group>
  929. <Group>
  930. <GroupName>User</GroupName>
  931. <Files>
  932. <File>
  933. <FileName>Main.c</FileName>
  934. <FileType>1</FileType>
  935. <FilePath>.\User\Main.c</FilePath>
  936. </File>
  937. </Files>
  938. </Group>
  939. </Groups>
  940. </Target>
  941. </Targets>
  942. </Project>