Project.uvproj 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167
  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>GD32F350</TargetName>
  8. <ToolsetNumber>0x4</ToolsetNumber>
  9. <ToolsetName>ARM-ADS</ToolsetName>
  10. <TargetOption>
  11. <TargetCommonOption>
  12. <Device>GD32F350RB</Device>
  13. <Vendor>GigaDevice</Vendor>
  14. <Cpu>IRAM(0x20000000-0x20003FFF)IROM(0x08000000-0x0801FFFF) CLOCK(16000000) CPUTYPE("Cortex-M4") </Cpu>
  15. <FlashUtilSpec></FlashUtilSpec>
  16. <StartupFile>"Startup\GD\GD32F3x0\startup_gd32f3x0.s" ("GD32F3x0 Startup Code")</StartupFile>
  17. <FlashDriverDll>UL2CM3(-O207 -S0 -C0 -FO7 -FD20000000 -FC800 -FN1 -FF0GD32F3x0 -FS08000000 -FL080000)</FlashDriverDll>
  18. <DeviceId>0</DeviceId>
  19. <RegisterFile>gd32f3x0.h</RegisterFile>
  20. <MemoryEnv></MemoryEnv>
  21. <Cmp></Cmp>
  22. <Asm></Asm>
  23. <Linker></Linker>
  24. <OHString></OHString>
  25. <InfinionOptionDll></InfinionOptionDll>
  26. <SLE66CMisc></SLE66CMisc>
  27. <SLE66AMisc></SLE66AMisc>
  28. <SLE66LinkerMisc></SLE66LinkerMisc>
  29. <SFDFile>SFD\GD\GD32F3x0\GD32F3x0.SFR</SFDFile>
  30. <bCustSvd>0</bCustSvd>
  31. <UseEnv>0</UseEnv>
  32. <BinPath></BinPath>
  33. <IncludePath></IncludePath>
  34. <LibPath></LibPath>
  35. <RegisterFilePath>GD\GD32F3x0\</RegisterFilePath>
  36. <DBRegisterFilePath>GD\GD32F3x0\</DBRegisterFilePath>
  37. <TargetStatus>
  38. <Error>0</Error>
  39. <ExitCodeStop>0</ExitCodeStop>
  40. <ButtonStop>0</ButtonStop>
  41. <NotGenerated>0</NotGenerated>
  42. <InvalidFlash>1</InvalidFlash>
  43. </TargetStatus>
  44. <OutputDirectory>.\output\</OutputDirectory>
  45. <OutputName>Project</OutputName>
  46. <CreateExecutable>1</CreateExecutable>
  47. <CreateLib>0</CreateLib>
  48. <CreateHexFile>1</CreateHexFile>
  49. <DebugInformation>1</DebugInformation>
  50. <BrowseInformation>1</BrowseInformation>
  51. <ListingPath>.\list\</ListingPath>
  52. <HexFormatSelection>1</HexFormatSelection>
  53. <Merge32K>0</Merge32K>
  54. <CreateBatchFile>0</CreateBatchFile>
  55. <BeforeCompile>
  56. <RunUserProg1>0</RunUserProg1>
  57. <RunUserProg2>0</RunUserProg2>
  58. <UserProg1Name></UserProg1Name>
  59. <UserProg2Name></UserProg2Name>
  60. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  61. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  62. <nStopU1X>0</nStopU1X>
  63. <nStopU2X>0</nStopU2X>
  64. </BeforeCompile>
  65. <BeforeMake>
  66. <RunUserProg1>0</RunUserProg1>
  67. <RunUserProg2>0</RunUserProg2>
  68. <UserProg1Name></UserProg1Name>
  69. <UserProg2Name></UserProg2Name>
  70. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  71. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  72. </BeforeMake>
  73. <AfterMake>
  74. <RunUserProg1>0</RunUserProg1>
  75. <RunUserProg2>0</RunUserProg2>
  76. <UserProg1Name></UserProg1Name>
  77. <UserProg2Name></UserProg2Name>
  78. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  79. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  80. </AfterMake>
  81. <SelectedForBatchBuild>0</SelectedForBatchBuild>
  82. <SVCSIdString></SVCSIdString>
  83. </TargetCommonOption>
  84. <CommonProperty>
  85. <UseCPPCompiler>0</UseCPPCompiler>
  86. <RVCTCodeConst>0</RVCTCodeConst>
  87. <RVCTZI>0</RVCTZI>
  88. <RVCTOtherData>0</RVCTOtherData>
  89. <ModuleSelection>0</ModuleSelection>
  90. <IncludeInBuild>1</IncludeInBuild>
  91. <AlwaysBuild>0</AlwaysBuild>
  92. <GenerateAssemblyFile>0</GenerateAssemblyFile>
  93. <AssembleAssemblyFile>0</AssembleAssemblyFile>
  94. <PublicsOnly>0</PublicsOnly>
  95. <StopOnExitCode>3</StopOnExitCode>
  96. <CustomArgument></CustomArgument>
  97. <IncludeLibraryModules></IncludeLibraryModules>
  98. <ComprImg>1</ComprImg>
  99. </CommonProperty>
  100. <DllOption>
  101. <SimDllName>SARMCM3.DLL</SimDllName>
  102. <SimDllArguments> -REMAP</SimDllArguments>
  103. <SimDlgDll>DCM.DLL</SimDlgDll>
  104. <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
  105. <TargetDllName>SARMCM3.DLL</TargetDllName>
  106. <TargetDllArguments></TargetDllArguments>
  107. <TargetDlgDll>TCM.DLL</TargetDlgDll>
  108. <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
  109. </DllOption>
  110. <DebugOption>
  111. <OPTHX>
  112. <HexSelection>1</HexSelection>
  113. <HexRangeLowAddress>0</HexRangeLowAddress>
  114. <HexRangeHighAddress>0</HexRangeHighAddress>
  115. <HexOffset>0</HexOffset>
  116. <Oh166RecLen>16</Oh166RecLen>
  117. </OPTHX>
  118. <Simulator>
  119. <UseSimulator>0</UseSimulator>
  120. <LoadApplicationAtStartup>1</LoadApplicationAtStartup>
  121. <RunToMain>1</RunToMain>
  122. <RestoreBreakpoints>1</RestoreBreakpoints>
  123. <RestoreWatchpoints>1</RestoreWatchpoints>
  124. <RestoreMemoryDisplay>1</RestoreMemoryDisplay>
  125. <RestoreFunctions>1</RestoreFunctions>
  126. <RestoreToolbox>1</RestoreToolbox>
  127. <LimitSpeedToRealTime>0</LimitSpeedToRealTime>
  128. <RestoreSysVw>1</RestoreSysVw>
  129. </Simulator>
  130. <Target>
  131. <UseTarget>1</UseTarget>
  132. <LoadApplicationAtStartup>1</LoadApplicationAtStartup>
  133. <RunToMain>1</RunToMain>
  134. <RestoreBreakpoints>1</RestoreBreakpoints>
  135. <RestoreWatchpoints>1</RestoreWatchpoints>
  136. <RestoreMemoryDisplay>1</RestoreMemoryDisplay>
  137. <RestoreFunctions>0</RestoreFunctions>
  138. <RestoreToolbox>1</RestoreToolbox>
  139. <RestoreTracepoints>1</RestoreTracepoints>
  140. <RestoreSysVw>1</RestoreSysVw>
  141. <UsePdscDebugDescription>0</UsePdscDebugDescription>
  142. </Target>
  143. <RunDebugAfterBuild>0</RunDebugAfterBuild>
  144. <TargetSelection>7</TargetSelection>
  145. <SimDlls>
  146. <CpuDll></CpuDll>
  147. <CpuDllArguments></CpuDllArguments>
  148. <PeripheralDll></PeripheralDll>
  149. <PeripheralDllArguments></PeripheralDllArguments>
  150. <InitializationFile></InitializationFile>
  151. </SimDlls>
  152. <TargetDlls>
  153. <CpuDll></CpuDll>
  154. <CpuDllArguments></CpuDllArguments>
  155. <PeripheralDll></PeripheralDll>
  156. <PeripheralDllArguments></PeripheralDllArguments>
  157. <InitializationFile></InitializationFile>
  158. <Driver>Segger\JL2CM3.dll</Driver>
  159. </TargetDlls>
  160. </DebugOption>
  161. <Utilities>
  162. <Flash1>
  163. <UseTargetDll>1</UseTargetDll>
  164. <UseExternalTool>0</UseExternalTool>
  165. <RunIndependent>0</RunIndependent>
  166. <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
  167. <Capability>1</Capability>
  168. <DriverSelection>4099</DriverSelection>
  169. </Flash1>
  170. <bUseTDR>0</bUseTDR>
  171. <Flash2>Segger\JL2CM3.dll</Flash2>
  172. <Flash3>"" ()</Flash3>
  173. <Flash4></Flash4>
  174. <pFcarmOut></pFcarmOut>
  175. <pFcarmGrp></pFcarmGrp>
  176. <pFcArmRoot></pFcArmRoot>
  177. <FcArmLst>0</FcArmLst>
  178. </Utilities>
  179. <TargetArmAds>
  180. <ArmAdsMisc>
  181. <GenerateListings>0</GenerateListings>
  182. <asHll>1</asHll>
  183. <asAsm>1</asAsm>
  184. <asMacX>1</asMacX>
  185. <asSyms>1</asSyms>
  186. <asFals>1</asFals>
  187. <asDbgD>1</asDbgD>
  188. <asForm>1</asForm>
  189. <ldLst>0</ldLst>
  190. <ldmm>1</ldmm>
  191. <ldXref>1</ldXref>
  192. <BigEnd>0</BigEnd>
  193. <AdsALst>1</AdsALst>
  194. <AdsACrf>1</AdsACrf>
  195. <AdsANop>0</AdsANop>
  196. <AdsANot>0</AdsANot>
  197. <AdsLLst>1</AdsLLst>
  198. <AdsLmap>1</AdsLmap>
  199. <AdsLcgr>1</AdsLcgr>
  200. <AdsLsym>1</AdsLsym>
  201. <AdsLszi>1</AdsLszi>
  202. <AdsLtoi>1</AdsLtoi>
  203. <AdsLsun>1</AdsLsun>
  204. <AdsLven>1</AdsLven>
  205. <AdsLsxf>1</AdsLsxf>
  206. <RvctClst>0</RvctClst>
  207. <GenPPlst>0</GenPPlst>
  208. <AdsCpuType>"Cortex-M4"</AdsCpuType>
  209. <RvctDeviceName></RvctDeviceName>
  210. <mOS>0</mOS>
  211. <uocRom>0</uocRom>
  212. <uocRam>0</uocRam>
  213. <hadIROM>1</hadIROM>
  214. <hadIRAM>1</hadIRAM>
  215. <hadXRAM>0</hadXRAM>
  216. <uocXRam>0</uocXRam>
  217. <RvdsVP>0</RvdsVP>
  218. <hadIRAM2>0</hadIRAM2>
  219. <hadIROM2>0</hadIROM2>
  220. <StupSel>8</StupSel>
  221. <useUlib>1</useUlib>
  222. <EndSel>0</EndSel>
  223. <uLtcg>0</uLtcg>
  224. <RoSelD>3</RoSelD>
  225. <RwSelD>3</RwSelD>
  226. <CodeSel>0</CodeSel>
  227. <OptFeed>0</OptFeed>
  228. <NoZi1>0</NoZi1>
  229. <NoZi2>0</NoZi2>
  230. <NoZi3>0</NoZi3>
  231. <NoZi4>0</NoZi4>
  232. <NoZi5>0</NoZi5>
  233. <Ro1Chk>0</Ro1Chk>
  234. <Ro2Chk>0</Ro2Chk>
  235. <Ro3Chk>0</Ro3Chk>
  236. <Ir1Chk>1</Ir1Chk>
  237. <Ir2Chk>0</Ir2Chk>
  238. <Ra1Chk>0</Ra1Chk>
  239. <Ra2Chk>0</Ra2Chk>
  240. <Ra3Chk>0</Ra3Chk>
  241. <Im1Chk>1</Im1Chk>
  242. <Im2Chk>0</Im2Chk>
  243. <OnChipMemories>
  244. <Ocm1>
  245. <Type>0</Type>
  246. <StartAddress>0x0</StartAddress>
  247. <Size>0x0</Size>
  248. </Ocm1>
  249. <Ocm2>
  250. <Type>0</Type>
  251. <StartAddress>0x0</StartAddress>
  252. <Size>0x0</Size>
  253. </Ocm2>
  254. <Ocm3>
  255. <Type>0</Type>
  256. <StartAddress>0x0</StartAddress>
  257. <Size>0x0</Size>
  258. </Ocm3>
  259. <Ocm4>
  260. <Type>0</Type>
  261. <StartAddress>0x0</StartAddress>
  262. <Size>0x0</Size>
  263. </Ocm4>
  264. <Ocm5>
  265. <Type>0</Type>
  266. <StartAddress>0x0</StartAddress>
  267. <Size>0x0</Size>
  268. </Ocm5>
  269. <Ocm6>
  270. <Type>0</Type>
  271. <StartAddress>0x0</StartAddress>
  272. <Size>0x0</Size>
  273. </Ocm6>
  274. <IRAM>
  275. <Type>0</Type>
  276. <StartAddress>0x20000000</StartAddress>
  277. <Size>0x4000</Size>
  278. </IRAM>
  279. <IROM>
  280. <Type>1</Type>
  281. <StartAddress>0x8000000</StartAddress>
  282. <Size>0x20000</Size>
  283. </IROM>
  284. <XRAM>
  285. <Type>0</Type>
  286. <StartAddress>0x0</StartAddress>
  287. <Size>0x0</Size>
  288. </XRAM>
  289. <OCR_RVCT1>
  290. <Type>1</Type>
  291. <StartAddress>0x0</StartAddress>
  292. <Size>0x0</Size>
  293. </OCR_RVCT1>
  294. <OCR_RVCT2>
  295. <Type>1</Type>
  296. <StartAddress>0x0</StartAddress>
  297. <Size>0x0</Size>
  298. </OCR_RVCT2>
  299. <OCR_RVCT3>
  300. <Type>1</Type>
  301. <StartAddress>0x0</StartAddress>
  302. <Size>0x0</Size>
  303. </OCR_RVCT3>
  304. <OCR_RVCT4>
  305. <Type>1</Type>
  306. <StartAddress>0x8000000</StartAddress>
  307. <Size>0x20000</Size>
  308. </OCR_RVCT4>
  309. <OCR_RVCT5>
  310. <Type>1</Type>
  311. <StartAddress>0x0</StartAddress>
  312. <Size>0x0</Size>
  313. </OCR_RVCT5>
  314. <OCR_RVCT6>
  315. <Type>0</Type>
  316. <StartAddress>0x0</StartAddress>
  317. <Size>0x0</Size>
  318. </OCR_RVCT6>
  319. <OCR_RVCT7>
  320. <Type>0</Type>
  321. <StartAddress>0x0</StartAddress>
  322. <Size>0x0</Size>
  323. </OCR_RVCT7>
  324. <OCR_RVCT8>
  325. <Type>0</Type>
  326. <StartAddress>0x0</StartAddress>
  327. <Size>0x0</Size>
  328. </OCR_RVCT8>
  329. <OCR_RVCT9>
  330. <Type>0</Type>
  331. <StartAddress>0x20000000</StartAddress>
  332. <Size>0x4000</Size>
  333. </OCR_RVCT9>
  334. <OCR_RVCT10>
  335. <Type>0</Type>
  336. <StartAddress>0x0</StartAddress>
  337. <Size>0x0</Size>
  338. </OCR_RVCT10>
  339. </OnChipMemories>
  340. <RvctStartVector></RvctStartVector>
  341. </ArmAdsMisc>
  342. <Cads>
  343. <interw>1</interw>
  344. <Optim>1</Optim>
  345. <oTime>0</oTime>
  346. <SplitLS>0</SplitLS>
  347. <OneElfS>1</OneElfS>
  348. <Strict>0</Strict>
  349. <EnumInt>0</EnumInt>
  350. <PlainCh>0</PlainCh>
  351. <Ropi>0</Ropi>
  352. <Rwpi>0</Rwpi>
  353. <wLevel>2</wLevel>
  354. <uThumb>0</uThumb>
  355. <uSurpInc>0</uSurpInc>
  356. <uC99>0</uC99>
  357. <useXO>0</useXO>
  358. <VariousControls>
  359. <MiscControls></MiscControls>
  360. <Define>USE_STDPERIPH_DRIVER,GD32F3X0,GD32F350</Define>
  361. <Undefine></Undefine>
  362. <IncludePath>..\..\Firmware\CMSIS\GD\GD32F3x0\Include;..\..\Utilities;..\..\Firmware\CMSIS;..\..\Template;..\..\Firmware\CMSIS\GD\GD32F3x0\Source\ARM;..\..\Firmware\GD32F3x0_standard_peripheral\Include</IncludePath>
  363. </VariousControls>
  364. </Cads>
  365. <Aads>
  366. <interw>1</interw>
  367. <Ropi>0</Ropi>
  368. <Rwpi>0</Rwpi>
  369. <thumb>0</thumb>
  370. <SplitLS>0</SplitLS>
  371. <SwStkChk>0</SwStkChk>
  372. <NoWarn>0</NoWarn>
  373. <uSurpInc>0</uSurpInc>
  374. <useXO>0</useXO>
  375. <VariousControls>
  376. <MiscControls></MiscControls>
  377. <Define></Define>
  378. <Undefine></Undefine>
  379. <IncludePath></IncludePath>
  380. </VariousControls>
  381. </Aads>
  382. <LDads>
  383. <umfTarg>1</umfTarg>
  384. <Ropi>0</Ropi>
  385. <Rwpi>0</Rwpi>
  386. <noStLib>0</noStLib>
  387. <RepFail>1</RepFail>
  388. <useFile>0</useFile>
  389. <TextAddressRange>0x08000000</TextAddressRange>
  390. <DataAddressRange>0x20000000</DataAddressRange>
  391. <pXoBase></pXoBase>
  392. <ScatterFile></ScatterFile>
  393. <IncludeLibs></IncludeLibs>
  394. <IncludeLibsPath></IncludeLibsPath>
  395. <Misc></Misc>
  396. <LinkerInputFile></LinkerInputFile>
  397. <DisabledWarnings></DisabledWarnings>
  398. </LDads>
  399. </TargetArmAds>
  400. </TargetOption>
  401. <Groups>
  402. <Group>
  403. <GroupName>Application</GroupName>
  404. <Files>
  405. <File>
  406. <FileName>gd32f3x0_it.c</FileName>
  407. <FileType>1</FileType>
  408. <FilePath>..\gd32f3x0_it.c</FilePath>
  409. </File>
  410. <File>
  411. <FileName>main.c</FileName>
  412. <FileType>1</FileType>
  413. <FilePath>..\main.c</FilePath>
  414. </File>
  415. <File>
  416. <FileName>systick.c</FileName>
  417. <FileType>1</FileType>
  418. <FilePath>..\systick.c</FilePath>
  419. </File>
  420. </Files>
  421. </Group>
  422. <Group>
  423. <GroupName>CMSIS</GroupName>
  424. <Files>
  425. <File>
  426. <FileName>system_gd32f3x0.c</FileName>
  427. <FileType>1</FileType>
  428. <FilePath>..\..\Firmware\CMSIS\GD\GD32F3x0\Source\system_gd32f3x0.c</FilePath>
  429. </File>
  430. </Files>
  431. </Group>
  432. <Group>
  433. <GroupName>Peripherals</GroupName>
  434. <Files>
  435. <File>
  436. <FileName>gd32f3x0_adc.c</FileName>
  437. <FileType>1</FileType>
  438. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_adc.c</FilePath>
  439. </File>
  440. <File>
  441. <FileName>gd32f3x0_cec.c</FileName>
  442. <FileType>1</FileType>
  443. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_cec.c</FilePath>
  444. </File>
  445. <File>
  446. <FileName>gd32f3x0_cmp.c</FileName>
  447. <FileType>1</FileType>
  448. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_cmp.c</FilePath>
  449. </File>
  450. <File>
  451. <FileName>gd32f3x0_crc.c</FileName>
  452. <FileType>1</FileType>
  453. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_crc.c</FilePath>
  454. </File>
  455. <File>
  456. <FileName>gd32f3x0_ctc.c</FileName>
  457. <FileType>1</FileType>
  458. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_ctc.c</FilePath>
  459. </File>
  460. <File>
  461. <FileName>gd32f3x0_dac.c</FileName>
  462. <FileType>1</FileType>
  463. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_dac.c</FilePath>
  464. </File>
  465. <File>
  466. <FileName>gd32f3x0_dbg.c</FileName>
  467. <FileType>1</FileType>
  468. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_dbg.c</FilePath>
  469. </File>
  470. <File>
  471. <FileName>gd32f3x0_dma.c</FileName>
  472. <FileType>1</FileType>
  473. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_dma.c</FilePath>
  474. </File>
  475. <File>
  476. <FileName>gd32f3x0_exti.c</FileName>
  477. <FileType>1</FileType>
  478. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_exti.c</FilePath>
  479. </File>
  480. <File>
  481. <FileName>gd32f3x0_fmc.c</FileName>
  482. <FileType>1</FileType>
  483. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_fmc.c</FilePath>
  484. </File>
  485. <File>
  486. <FileName>gd32f3x0_fwdgt.c</FileName>
  487. <FileType>1</FileType>
  488. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_fwdgt.c</FilePath>
  489. </File>
  490. <File>
  491. <FileName>gd32f3x0_gpio.c</FileName>
  492. <FileType>1</FileType>
  493. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_gpio.c</FilePath>
  494. </File>
  495. <File>
  496. <FileName>gd32f3x0_i2c.c</FileName>
  497. <FileType>1</FileType>
  498. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_i2c.c</FilePath>
  499. </File>
  500. <File>
  501. <FileName>gd32f3x0_misc.c</FileName>
  502. <FileType>1</FileType>
  503. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_misc.c</FilePath>
  504. </File>
  505. <File>
  506. <FileName>gd32f3x0_pmu.c</FileName>
  507. <FileType>1</FileType>
  508. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_pmu.c</FilePath>
  509. </File>
  510. <File>
  511. <FileName>gd32f3x0_rcu.c</FileName>
  512. <FileType>1</FileType>
  513. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_rcu.c</FilePath>
  514. </File>
  515. <File>
  516. <FileName>gd32f3x0_rtc.c</FileName>
  517. <FileType>1</FileType>
  518. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_rtc.c</FilePath>
  519. </File>
  520. <File>
  521. <FileName>gd32f3x0_spi.c</FileName>
  522. <FileType>1</FileType>
  523. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_spi.c</FilePath>
  524. </File>
  525. <File>
  526. <FileName>gd32f3x0_syscfg.c</FileName>
  527. <FileType>1</FileType>
  528. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_syscfg.c</FilePath>
  529. </File>
  530. <File>
  531. <FileName>gd32f3x0_timer.c</FileName>
  532. <FileType>1</FileType>
  533. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_timer.c</FilePath>
  534. </File>
  535. <File>
  536. <FileName>gd32f3x0_tsi.c</FileName>
  537. <FileType>1</FileType>
  538. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_tsi.c</FilePath>
  539. </File>
  540. <File>
  541. <FileName>gd32f3x0_usart.c</FileName>
  542. <FileType>1</FileType>
  543. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_usart.c</FilePath>
  544. </File>
  545. <File>
  546. <FileName>gd32f3x0_wwdgt.c</FileName>
  547. <FileType>1</FileType>
  548. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_wwdgt.c</FilePath>
  549. </File>
  550. </Files>
  551. </Group>
  552. <Group>
  553. <GroupName>Startup</GroupName>
  554. <Files>
  555. <File>
  556. <FileName>startup_gd32f3x0.s</FileName>
  557. <FileType>2</FileType>
  558. <FilePath>..\..\Firmware\CMSIS\GD\GD32F3x0\Source\ARM\startup_gd32f3x0.s</FilePath>
  559. </File>
  560. </Files>
  561. </Group>
  562. <Group>
  563. <GroupName>Utilities</GroupName>
  564. <Files>
  565. <File>
  566. <FileName>gd32f3x0_eval.c</FileName>
  567. <FileType>1</FileType>
  568. <FilePath>..\..\Utilities\gd32f3x0_eval.c</FilePath>
  569. </File>
  570. </Files>
  571. </Group>
  572. <Group>
  573. <GroupName>Doc</GroupName>
  574. <Files>
  575. <File>
  576. <FileName>readme.txt</FileName>
  577. <FileType>5</FileType>
  578. <FilePath>..\readme.txt</FilePath>
  579. </File>
  580. </Files>
  581. </Group>
  582. </Groups>
  583. </Target>
  584. <Target>
  585. <TargetName>GD32F330</TargetName>
  586. <ToolsetNumber>0x4</ToolsetNumber>
  587. <ToolsetName>ARM-ADS</ToolsetName>
  588. <TargetOption>
  589. <TargetCommonOption>
  590. <Device>GD32F350RB</Device>
  591. <Vendor>GigaDevice</Vendor>
  592. <Cpu>IRAM(0x20000000-0x20003FFF)IROM(0x08000000-0x0801FFFF) CLOCK(16000000) CPUTYPE("Cortex-M4") </Cpu>
  593. <FlashUtilSpec></FlashUtilSpec>
  594. <StartupFile>"Startup\GD\GD32F3x0\startup_gd32f3x0.s" ("GD32F3x0 Startup Code")</StartupFile>
  595. <FlashDriverDll>UL2CM3(-O207 -S0 -C0 -FO7 -FD20000000 -FC800 -FN1 -FF0GD32F3x0 -FS08000000 -FL080000)</FlashDriverDll>
  596. <DeviceId>0</DeviceId>
  597. <RegisterFile>gd32f3x0.h</RegisterFile>
  598. <MemoryEnv></MemoryEnv>
  599. <Cmp></Cmp>
  600. <Asm></Asm>
  601. <Linker></Linker>
  602. <OHString></OHString>
  603. <InfinionOptionDll></InfinionOptionDll>
  604. <SLE66CMisc></SLE66CMisc>
  605. <SLE66AMisc></SLE66AMisc>
  606. <SLE66LinkerMisc></SLE66LinkerMisc>
  607. <SFDFile>SFD\GD\GD32F3x0\GD32F3x0.SFR</SFDFile>
  608. <bCustSvd>0</bCustSvd>
  609. <UseEnv>0</UseEnv>
  610. <BinPath></BinPath>
  611. <IncludePath></IncludePath>
  612. <LibPath></LibPath>
  613. <RegisterFilePath>GD\GD32F3x0\</RegisterFilePath>
  614. <DBRegisterFilePath>GD\GD32F3x0\</DBRegisterFilePath>
  615. <TargetStatus>
  616. <Error>0</Error>
  617. <ExitCodeStop>0</ExitCodeStop>
  618. <ButtonStop>0</ButtonStop>
  619. <NotGenerated>0</NotGenerated>
  620. <InvalidFlash>1</InvalidFlash>
  621. </TargetStatus>
  622. <OutputDirectory>.\output\</OutputDirectory>
  623. <OutputName>Project</OutputName>
  624. <CreateExecutable>1</CreateExecutable>
  625. <CreateLib>0</CreateLib>
  626. <CreateHexFile>1</CreateHexFile>
  627. <DebugInformation>1</DebugInformation>
  628. <BrowseInformation>1</BrowseInformation>
  629. <ListingPath>.\</ListingPath>
  630. <HexFormatSelection>1</HexFormatSelection>
  631. <Merge32K>0</Merge32K>
  632. <CreateBatchFile>0</CreateBatchFile>
  633. <BeforeCompile>
  634. <RunUserProg1>0</RunUserProg1>
  635. <RunUserProg2>0</RunUserProg2>
  636. <UserProg1Name></UserProg1Name>
  637. <UserProg2Name></UserProg2Name>
  638. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  639. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  640. <nStopU1X>0</nStopU1X>
  641. <nStopU2X>0</nStopU2X>
  642. </BeforeCompile>
  643. <BeforeMake>
  644. <RunUserProg1>0</RunUserProg1>
  645. <RunUserProg2>0</RunUserProg2>
  646. <UserProg1Name></UserProg1Name>
  647. <UserProg2Name></UserProg2Name>
  648. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  649. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  650. </BeforeMake>
  651. <AfterMake>
  652. <RunUserProg1>0</RunUserProg1>
  653. <RunUserProg2>0</RunUserProg2>
  654. <UserProg1Name></UserProg1Name>
  655. <UserProg2Name></UserProg2Name>
  656. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  657. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  658. </AfterMake>
  659. <SelectedForBatchBuild>0</SelectedForBatchBuild>
  660. <SVCSIdString></SVCSIdString>
  661. </TargetCommonOption>
  662. <CommonProperty>
  663. <UseCPPCompiler>0</UseCPPCompiler>
  664. <RVCTCodeConst>0</RVCTCodeConst>
  665. <RVCTZI>0</RVCTZI>
  666. <RVCTOtherData>0</RVCTOtherData>
  667. <ModuleSelection>0</ModuleSelection>
  668. <IncludeInBuild>1</IncludeInBuild>
  669. <AlwaysBuild>0</AlwaysBuild>
  670. <GenerateAssemblyFile>0</GenerateAssemblyFile>
  671. <AssembleAssemblyFile>0</AssembleAssemblyFile>
  672. <PublicsOnly>0</PublicsOnly>
  673. <StopOnExitCode>3</StopOnExitCode>
  674. <CustomArgument></CustomArgument>
  675. <IncludeLibraryModules></IncludeLibraryModules>
  676. <ComprImg>1</ComprImg>
  677. </CommonProperty>
  678. <DllOption>
  679. <SimDllName>SARMCM3.DLL</SimDllName>
  680. <SimDllArguments> -REMAP</SimDllArguments>
  681. <SimDlgDll>DCM.DLL</SimDlgDll>
  682. <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
  683. <TargetDllName>SARMCM3.DLL</TargetDllName>
  684. <TargetDllArguments></TargetDllArguments>
  685. <TargetDlgDll>TCM.DLL</TargetDlgDll>
  686. <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
  687. </DllOption>
  688. <DebugOption>
  689. <OPTHX>
  690. <HexSelection>1</HexSelection>
  691. <HexRangeLowAddress>0</HexRangeLowAddress>
  692. <HexRangeHighAddress>0</HexRangeHighAddress>
  693. <HexOffset>0</HexOffset>
  694. <Oh166RecLen>16</Oh166RecLen>
  695. </OPTHX>
  696. <Simulator>
  697. <UseSimulator>0</UseSimulator>
  698. <LoadApplicationAtStartup>1</LoadApplicationAtStartup>
  699. <RunToMain>1</RunToMain>
  700. <RestoreBreakpoints>1</RestoreBreakpoints>
  701. <RestoreWatchpoints>1</RestoreWatchpoints>
  702. <RestoreMemoryDisplay>1</RestoreMemoryDisplay>
  703. <RestoreFunctions>1</RestoreFunctions>
  704. <RestoreToolbox>1</RestoreToolbox>
  705. <LimitSpeedToRealTime>0</LimitSpeedToRealTime>
  706. <RestoreSysVw>1</RestoreSysVw>
  707. </Simulator>
  708. <Target>
  709. <UseTarget>1</UseTarget>
  710. <LoadApplicationAtStartup>1</LoadApplicationAtStartup>
  711. <RunToMain>1</RunToMain>
  712. <RestoreBreakpoints>1</RestoreBreakpoints>
  713. <RestoreWatchpoints>1</RestoreWatchpoints>
  714. <RestoreMemoryDisplay>1</RestoreMemoryDisplay>
  715. <RestoreFunctions>0</RestoreFunctions>
  716. <RestoreToolbox>1</RestoreToolbox>
  717. <RestoreTracepoints>1</RestoreTracepoints>
  718. <RestoreSysVw>1</RestoreSysVw>
  719. <UsePdscDebugDescription>0</UsePdscDebugDescription>
  720. </Target>
  721. <RunDebugAfterBuild>0</RunDebugAfterBuild>
  722. <TargetSelection>7</TargetSelection>
  723. <SimDlls>
  724. <CpuDll></CpuDll>
  725. <CpuDllArguments></CpuDllArguments>
  726. <PeripheralDll></PeripheralDll>
  727. <PeripheralDllArguments></PeripheralDllArguments>
  728. <InitializationFile></InitializationFile>
  729. </SimDlls>
  730. <TargetDlls>
  731. <CpuDll></CpuDll>
  732. <CpuDllArguments></CpuDllArguments>
  733. <PeripheralDll></PeripheralDll>
  734. <PeripheralDllArguments></PeripheralDllArguments>
  735. <InitializationFile></InitializationFile>
  736. <Driver>Segger\JL2CM3.dll</Driver>
  737. </TargetDlls>
  738. </DebugOption>
  739. <Utilities>
  740. <Flash1>
  741. <UseTargetDll>1</UseTargetDll>
  742. <UseExternalTool>0</UseExternalTool>
  743. <RunIndependent>0</RunIndependent>
  744. <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
  745. <Capability>1</Capability>
  746. <DriverSelection>4099</DriverSelection>
  747. </Flash1>
  748. <bUseTDR>0</bUseTDR>
  749. <Flash2>Segger\JL2CM3.dll</Flash2>
  750. <Flash3>"" ()</Flash3>
  751. <Flash4></Flash4>
  752. <pFcarmOut></pFcarmOut>
  753. <pFcarmGrp></pFcarmGrp>
  754. <pFcArmRoot></pFcArmRoot>
  755. <FcArmLst>0</FcArmLst>
  756. </Utilities>
  757. <TargetArmAds>
  758. <ArmAdsMisc>
  759. <GenerateListings>0</GenerateListings>
  760. <asHll>1</asHll>
  761. <asAsm>1</asAsm>
  762. <asMacX>1</asMacX>
  763. <asSyms>1</asSyms>
  764. <asFals>1</asFals>
  765. <asDbgD>1</asDbgD>
  766. <asForm>1</asForm>
  767. <ldLst>0</ldLst>
  768. <ldmm>1</ldmm>
  769. <ldXref>1</ldXref>
  770. <BigEnd>0</BigEnd>
  771. <AdsALst>1</AdsALst>
  772. <AdsACrf>1</AdsACrf>
  773. <AdsANop>0</AdsANop>
  774. <AdsANot>0</AdsANot>
  775. <AdsLLst>1</AdsLLst>
  776. <AdsLmap>1</AdsLmap>
  777. <AdsLcgr>1</AdsLcgr>
  778. <AdsLsym>1</AdsLsym>
  779. <AdsLszi>1</AdsLszi>
  780. <AdsLtoi>1</AdsLtoi>
  781. <AdsLsun>1</AdsLsun>
  782. <AdsLven>1</AdsLven>
  783. <AdsLsxf>1</AdsLsxf>
  784. <RvctClst>0</RvctClst>
  785. <GenPPlst>0</GenPPlst>
  786. <AdsCpuType>"Cortex-M4"</AdsCpuType>
  787. <RvctDeviceName></RvctDeviceName>
  788. <mOS>0</mOS>
  789. <uocRom>0</uocRom>
  790. <uocRam>0</uocRam>
  791. <hadIROM>1</hadIROM>
  792. <hadIRAM>1</hadIRAM>
  793. <hadXRAM>0</hadXRAM>
  794. <uocXRam>0</uocXRam>
  795. <RvdsVP>0</RvdsVP>
  796. <hadIRAM2>0</hadIRAM2>
  797. <hadIROM2>0</hadIROM2>
  798. <StupSel>8</StupSel>
  799. <useUlib>1</useUlib>
  800. <EndSel>0</EndSel>
  801. <uLtcg>0</uLtcg>
  802. <RoSelD>3</RoSelD>
  803. <RwSelD>3</RwSelD>
  804. <CodeSel>0</CodeSel>
  805. <OptFeed>0</OptFeed>
  806. <NoZi1>0</NoZi1>
  807. <NoZi2>0</NoZi2>
  808. <NoZi3>0</NoZi3>
  809. <NoZi4>0</NoZi4>
  810. <NoZi5>0</NoZi5>
  811. <Ro1Chk>0</Ro1Chk>
  812. <Ro2Chk>0</Ro2Chk>
  813. <Ro3Chk>0</Ro3Chk>
  814. <Ir1Chk>1</Ir1Chk>
  815. <Ir2Chk>0</Ir2Chk>
  816. <Ra1Chk>0</Ra1Chk>
  817. <Ra2Chk>0</Ra2Chk>
  818. <Ra3Chk>0</Ra3Chk>
  819. <Im1Chk>1</Im1Chk>
  820. <Im2Chk>0</Im2Chk>
  821. <OnChipMemories>
  822. <Ocm1>
  823. <Type>0</Type>
  824. <StartAddress>0x0</StartAddress>
  825. <Size>0x0</Size>
  826. </Ocm1>
  827. <Ocm2>
  828. <Type>0</Type>
  829. <StartAddress>0x0</StartAddress>
  830. <Size>0x0</Size>
  831. </Ocm2>
  832. <Ocm3>
  833. <Type>0</Type>
  834. <StartAddress>0x0</StartAddress>
  835. <Size>0x0</Size>
  836. </Ocm3>
  837. <Ocm4>
  838. <Type>0</Type>
  839. <StartAddress>0x0</StartAddress>
  840. <Size>0x0</Size>
  841. </Ocm4>
  842. <Ocm5>
  843. <Type>0</Type>
  844. <StartAddress>0x0</StartAddress>
  845. <Size>0x0</Size>
  846. </Ocm5>
  847. <Ocm6>
  848. <Type>0</Type>
  849. <StartAddress>0x0</StartAddress>
  850. <Size>0x0</Size>
  851. </Ocm6>
  852. <IRAM>
  853. <Type>0</Type>
  854. <StartAddress>0x20000000</StartAddress>
  855. <Size>0x4000</Size>
  856. </IRAM>
  857. <IROM>
  858. <Type>1</Type>
  859. <StartAddress>0x8000000</StartAddress>
  860. <Size>0x20000</Size>
  861. </IROM>
  862. <XRAM>
  863. <Type>0</Type>
  864. <StartAddress>0x0</StartAddress>
  865. <Size>0x0</Size>
  866. </XRAM>
  867. <OCR_RVCT1>
  868. <Type>1</Type>
  869. <StartAddress>0x0</StartAddress>
  870. <Size>0x0</Size>
  871. </OCR_RVCT1>
  872. <OCR_RVCT2>
  873. <Type>1</Type>
  874. <StartAddress>0x0</StartAddress>
  875. <Size>0x0</Size>
  876. </OCR_RVCT2>
  877. <OCR_RVCT3>
  878. <Type>1</Type>
  879. <StartAddress>0x0</StartAddress>
  880. <Size>0x0</Size>
  881. </OCR_RVCT3>
  882. <OCR_RVCT4>
  883. <Type>1</Type>
  884. <StartAddress>0x8000000</StartAddress>
  885. <Size>0x20000</Size>
  886. </OCR_RVCT4>
  887. <OCR_RVCT5>
  888. <Type>1</Type>
  889. <StartAddress>0x0</StartAddress>
  890. <Size>0x0</Size>
  891. </OCR_RVCT5>
  892. <OCR_RVCT6>
  893. <Type>0</Type>
  894. <StartAddress>0x0</StartAddress>
  895. <Size>0x0</Size>
  896. </OCR_RVCT6>
  897. <OCR_RVCT7>
  898. <Type>0</Type>
  899. <StartAddress>0x0</StartAddress>
  900. <Size>0x0</Size>
  901. </OCR_RVCT7>
  902. <OCR_RVCT8>
  903. <Type>0</Type>
  904. <StartAddress>0x0</StartAddress>
  905. <Size>0x0</Size>
  906. </OCR_RVCT8>
  907. <OCR_RVCT9>
  908. <Type>0</Type>
  909. <StartAddress>0x20000000</StartAddress>
  910. <Size>0x4000</Size>
  911. </OCR_RVCT9>
  912. <OCR_RVCT10>
  913. <Type>0</Type>
  914. <StartAddress>0x0</StartAddress>
  915. <Size>0x0</Size>
  916. </OCR_RVCT10>
  917. </OnChipMemories>
  918. <RvctStartVector></RvctStartVector>
  919. </ArmAdsMisc>
  920. <Cads>
  921. <interw>1</interw>
  922. <Optim>1</Optim>
  923. <oTime>0</oTime>
  924. <SplitLS>0</SplitLS>
  925. <OneElfS>1</OneElfS>
  926. <Strict>0</Strict>
  927. <EnumInt>0</EnumInt>
  928. <PlainCh>0</PlainCh>
  929. <Ropi>0</Ropi>
  930. <Rwpi>0</Rwpi>
  931. <wLevel>2</wLevel>
  932. <uThumb>0</uThumb>
  933. <uSurpInc>0</uSurpInc>
  934. <uC99>0</uC99>
  935. <useXO>0</useXO>
  936. <VariousControls>
  937. <MiscControls></MiscControls>
  938. <Define>USE_STDPERIPH_DRIVER,GD32F3X0,GD32F330</Define>
  939. <Undefine></Undefine>
  940. <IncludePath>..\..\Firmware\CMSIS\GD\GD32F3x0\Include;..\..\Utilities;..\..\Firmware\CMSIS;..\..\Template;..\..\Firmware\CMSIS\GD\GD32F3x0\Source\ARM;..\..\Firmware\GD32F3x0_standard_peripheral\Include</IncludePath>
  941. </VariousControls>
  942. </Cads>
  943. <Aads>
  944. <interw>1</interw>
  945. <Ropi>0</Ropi>
  946. <Rwpi>0</Rwpi>
  947. <thumb>0</thumb>
  948. <SplitLS>0</SplitLS>
  949. <SwStkChk>0</SwStkChk>
  950. <NoWarn>0</NoWarn>
  951. <uSurpInc>0</uSurpInc>
  952. <useXO>0</useXO>
  953. <VariousControls>
  954. <MiscControls></MiscControls>
  955. <Define></Define>
  956. <Undefine></Undefine>
  957. <IncludePath></IncludePath>
  958. </VariousControls>
  959. </Aads>
  960. <LDads>
  961. <umfTarg>1</umfTarg>
  962. <Ropi>0</Ropi>
  963. <Rwpi>0</Rwpi>
  964. <noStLib>0</noStLib>
  965. <RepFail>1</RepFail>
  966. <useFile>0</useFile>
  967. <TextAddressRange>0x08000000</TextAddressRange>
  968. <DataAddressRange>0x20000000</DataAddressRange>
  969. <pXoBase></pXoBase>
  970. <ScatterFile></ScatterFile>
  971. <IncludeLibs></IncludeLibs>
  972. <IncludeLibsPath></IncludeLibsPath>
  973. <Misc></Misc>
  974. <LinkerInputFile></LinkerInputFile>
  975. <DisabledWarnings></DisabledWarnings>
  976. </LDads>
  977. </TargetArmAds>
  978. </TargetOption>
  979. <Groups>
  980. <Group>
  981. <GroupName>Application</GroupName>
  982. <Files>
  983. <File>
  984. <FileName>gd32f3x0_it.c</FileName>
  985. <FileType>1</FileType>
  986. <FilePath>..\gd32f3x0_it.c</FilePath>
  987. </File>
  988. <File>
  989. <FileName>main.c</FileName>
  990. <FileType>1</FileType>
  991. <FilePath>..\main.c</FilePath>
  992. </File>
  993. <File>
  994. <FileName>systick.c</FileName>
  995. <FileType>1</FileType>
  996. <FilePath>..\systick.c</FilePath>
  997. </File>
  998. </Files>
  999. </Group>
  1000. <Group>
  1001. <GroupName>CMSIS</GroupName>
  1002. <Files>
  1003. <File>
  1004. <FileName>system_gd32f3x0.c</FileName>
  1005. <FileType>1</FileType>
  1006. <FilePath>..\..\Firmware\CMSIS\GD\GD32F3x0\Source\system_gd32f3x0.c</FilePath>
  1007. </File>
  1008. </Files>
  1009. </Group>
  1010. <Group>
  1011. <GroupName>Peripherals</GroupName>
  1012. <Files>
  1013. <File>
  1014. <FileName>gd32f3x0_adc.c</FileName>
  1015. <FileType>1</FileType>
  1016. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_adc.c</FilePath>
  1017. </File>
  1018. <File>
  1019. <FileName>gd32f3x0_cec.c</FileName>
  1020. <FileType>1</FileType>
  1021. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_cec.c</FilePath>
  1022. </File>
  1023. <File>
  1024. <FileName>gd32f3x0_cmp.c</FileName>
  1025. <FileType>1</FileType>
  1026. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_cmp.c</FilePath>
  1027. </File>
  1028. <File>
  1029. <FileName>gd32f3x0_crc.c</FileName>
  1030. <FileType>1</FileType>
  1031. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_crc.c</FilePath>
  1032. </File>
  1033. <File>
  1034. <FileName>gd32f3x0_ctc.c</FileName>
  1035. <FileType>1</FileType>
  1036. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_ctc.c</FilePath>
  1037. </File>
  1038. <File>
  1039. <FileName>gd32f3x0_dac.c</FileName>
  1040. <FileType>1</FileType>
  1041. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_dac.c</FilePath>
  1042. </File>
  1043. <File>
  1044. <FileName>gd32f3x0_dbg.c</FileName>
  1045. <FileType>1</FileType>
  1046. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_dbg.c</FilePath>
  1047. </File>
  1048. <File>
  1049. <FileName>gd32f3x0_dma.c</FileName>
  1050. <FileType>1</FileType>
  1051. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_dma.c</FilePath>
  1052. </File>
  1053. <File>
  1054. <FileName>gd32f3x0_exti.c</FileName>
  1055. <FileType>1</FileType>
  1056. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_exti.c</FilePath>
  1057. </File>
  1058. <File>
  1059. <FileName>gd32f3x0_fmc.c</FileName>
  1060. <FileType>1</FileType>
  1061. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_fmc.c</FilePath>
  1062. </File>
  1063. <File>
  1064. <FileName>gd32f3x0_fwdgt.c</FileName>
  1065. <FileType>1</FileType>
  1066. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_fwdgt.c</FilePath>
  1067. </File>
  1068. <File>
  1069. <FileName>gd32f3x0_gpio.c</FileName>
  1070. <FileType>1</FileType>
  1071. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_gpio.c</FilePath>
  1072. </File>
  1073. <File>
  1074. <FileName>gd32f3x0_i2c.c</FileName>
  1075. <FileType>1</FileType>
  1076. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_i2c.c</FilePath>
  1077. </File>
  1078. <File>
  1079. <FileName>gd32f3x0_misc.c</FileName>
  1080. <FileType>1</FileType>
  1081. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_misc.c</FilePath>
  1082. </File>
  1083. <File>
  1084. <FileName>gd32f3x0_pmu.c</FileName>
  1085. <FileType>1</FileType>
  1086. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_pmu.c</FilePath>
  1087. </File>
  1088. <File>
  1089. <FileName>gd32f3x0_rcu.c</FileName>
  1090. <FileType>1</FileType>
  1091. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_rcu.c</FilePath>
  1092. </File>
  1093. <File>
  1094. <FileName>gd32f3x0_rtc.c</FileName>
  1095. <FileType>1</FileType>
  1096. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_rtc.c</FilePath>
  1097. </File>
  1098. <File>
  1099. <FileName>gd32f3x0_spi.c</FileName>
  1100. <FileType>1</FileType>
  1101. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_spi.c</FilePath>
  1102. </File>
  1103. <File>
  1104. <FileName>gd32f3x0_syscfg.c</FileName>
  1105. <FileType>1</FileType>
  1106. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_syscfg.c</FilePath>
  1107. </File>
  1108. <File>
  1109. <FileName>gd32f3x0_timer.c</FileName>
  1110. <FileType>1</FileType>
  1111. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_timer.c</FilePath>
  1112. </File>
  1113. <File>
  1114. <FileName>gd32f3x0_tsi.c</FileName>
  1115. <FileType>1</FileType>
  1116. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_tsi.c</FilePath>
  1117. </File>
  1118. <File>
  1119. <FileName>gd32f3x0_usart.c</FileName>
  1120. <FileType>1</FileType>
  1121. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_usart.c</FilePath>
  1122. </File>
  1123. <File>
  1124. <FileName>gd32f3x0_wwdgt.c</FileName>
  1125. <FileType>1</FileType>
  1126. <FilePath>..\..\Firmware\GD32F3x0_standard_peripheral\Source\gd32f3x0_wwdgt.c</FilePath>
  1127. </File>
  1128. </Files>
  1129. </Group>
  1130. <Group>
  1131. <GroupName>Startup</GroupName>
  1132. <Files>
  1133. <File>
  1134. <FileName>startup_gd32f3x0.s</FileName>
  1135. <FileType>2</FileType>
  1136. <FilePath>..\..\Firmware\CMSIS\GD\GD32F3x0\Source\ARM\startup_gd32f3x0.s</FilePath>
  1137. </File>
  1138. </Files>
  1139. </Group>
  1140. <Group>
  1141. <GroupName>Utilities</GroupName>
  1142. <Files>
  1143. <File>
  1144. <FileName>gd32f3x0_eval.c</FileName>
  1145. <FileType>1</FileType>
  1146. <FilePath>..\..\Utilities\gd32f3x0_eval.c</FilePath>
  1147. </File>
  1148. </Files>
  1149. </Group>
  1150. <Group>
  1151. <GroupName>Doc</GroupName>
  1152. <Files>
  1153. <File>
  1154. <FileName>readme.txt</FileName>
  1155. <FileType>5</FileType>
  1156. <FilePath>..\readme.txt</FilePath>
  1157. </File>
  1158. </Files>
  1159. </Group>
  1160. </Groups>
  1161. </Target>
  1162. </Targets>
  1163. </Project>