HC32_4G04.uvoptx 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389
  1. <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  2. <ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
  3. <SchemaVersion>1.0</SchemaVersion>
  4. <Header>### uVision Project, (C) Keil Software</Header>
  5. <Extensions>
  6. <cExt>*.c</cExt>
  7. <aExt>*.s*; *.src; *.a*</aExt>
  8. <oExt>*.obj; *.o</oExt>
  9. <lExt>*.lib</lExt>
  10. <tExt>*.txt; *.h; *.inc; *.md</tExt>
  11. <pExt>*.plm</pExt>
  12. <CppX>*.cpp</CppX>
  13. <nMigrate>0</nMigrate>
  14. </Extensions>
  15. <DaveTm>
  16. <dwLowDateTime>0</dwLowDateTime>
  17. <dwHighDateTime>0</dwHighDateTime>
  18. </DaveTm>
  19. <Target>
  20. <TargetName>HC32</TargetName>
  21. <ToolsetNumber>0x4</ToolsetNumber>
  22. <ToolsetName>ARM-ADS</ToolsetName>
  23. <TargetOption>
  24. <CLKADS>16000000</CLKADS>
  25. <OPTTT>
  26. <gFlags>1</gFlags>
  27. <BeepAtEnd>1</BeepAtEnd>
  28. <RunSim>0</RunSim>
  29. <RunTarget>1</RunTarget>
  30. <RunAbUc>1</RunAbUc>
  31. </OPTTT>
  32. <OPTHX>
  33. <HexSelection>1</HexSelection>
  34. <FlashByte>65535</FlashByte>
  35. <HexRangeLowAddress>0</HexRangeLowAddress>
  36. <HexRangeHighAddress>0</HexRangeHighAddress>
  37. <HexOffset>0</HexOffset>
  38. </OPTHX>
  39. <OPTLEX>
  40. <PageWidth>79</PageWidth>
  41. <PageLength>66</PageLength>
  42. <TabStop>8</TabStop>
  43. <ListingPath>.\Listings\</ListingPath>
  44. </OPTLEX>
  45. <ListingPage>
  46. <CreateCListing>1</CreateCListing>
  47. <CreateAListing>1</CreateAListing>
  48. <CreateLListing>1</CreateLListing>
  49. <CreateIListing>0</CreateIListing>
  50. <AsmCond>1</AsmCond>
  51. <AsmSymb>1</AsmSymb>
  52. <AsmXref>0</AsmXref>
  53. <CCond>1</CCond>
  54. <CCode>0</CCode>
  55. <CListInc>0</CListInc>
  56. <CSymb>0</CSymb>
  57. <LinkerCodeListing>0</LinkerCodeListing>
  58. </ListingPage>
  59. <OPTXL>
  60. <LMap>1</LMap>
  61. <LComments>1</LComments>
  62. <LGenerateSymbols>1</LGenerateSymbols>
  63. <LLibSym>1</LLibSym>
  64. <LLines>1</LLines>
  65. <LLocSym>1</LLocSym>
  66. <LPubSym>1</LPubSym>
  67. <LXref>0</LXref>
  68. <LExpSel>0</LExpSel>
  69. </OPTXL>
  70. <OPTFL>
  71. <tvExp>1</tvExp>
  72. <tvExpOptDlg>0</tvExpOptDlg>
  73. <IsCurrentTarget>1</IsCurrentTarget>
  74. </OPTFL>
  75. <CpuCode>255</CpuCode>
  76. <DebugOpt>
  77. <uSim>0</uSim>
  78. <uTrg>1</uTrg>
  79. <sLdApp>1</sLdApp>
  80. <sGomain>1</sGomain>
  81. <sRbreak>1</sRbreak>
  82. <sRwatch>1</sRwatch>
  83. <sRmem>1</sRmem>
  84. <sRfunc>1</sRfunc>
  85. <sRbox>1</sRbox>
  86. <tLdApp>1</tLdApp>
  87. <tGomain>1</tGomain>
  88. <tRbreak>1</tRbreak>
  89. <tRwatch>1</tRwatch>
  90. <tRmem>1</tRmem>
  91. <tRfunc>0</tRfunc>
  92. <tRbox>1</tRbox>
  93. <tRtrace>1</tRtrace>
  94. <sRSysVw>1</sRSysVw>
  95. <tRSysVw>1</tRSysVw>
  96. <sRunDeb>0</sRunDeb>
  97. <sLrtime>0</sLrtime>
  98. <bEvRecOn>1</bEvRecOn>
  99. <bSchkAxf>0</bSchkAxf>
  100. <bTchkAxf>0</bTchkAxf>
  101. <nTsel>4</nTsel>
  102. <sDll></sDll>
  103. <sDllPa></sDllPa>
  104. <sDlgDll></sDlgDll>
  105. <sDlgPa></sDlgPa>
  106. <sIfile></sIfile>
  107. <tDll></tDll>
  108. <tDllPa></tDllPa>
  109. <tDlgDll></tDlgDll>
  110. <tDlgPa></tDlgPa>
  111. <tIfile></tIfile>
  112. <pMon>Segger\JL2CM3.dll</pMon>
  113. </DebugOpt>
  114. <TargetDriverDllRegistry>
  115. <SetRegEntry>
  116. <Number>0</Number>
  117. <Key>DLGUARM</Key>
  118. <Name> </Name> </SetRegEntry>
  119. <SetRegEntry>
  120. <Number>0</Number>
  121. <Key>CMSIS_AGDI</Key>
  122. <Name>-X"" -U-O206 -O206 -S0 -C0 -P00000000 -N00("") -D00(00000000) -L00(0) -TO65554 -TC10000000 -TT10000000 -TP20 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD1FFF8000 -FC4000 -FN1 -FF0HC32F448_256K.FLM -FS00 -FL040000 -FP0($$Device:HC32F448MCTI$FlashARM\HC32F448_256K.FLM)</Name>
  123. </SetRegEntry>
  124. <SetRegEntry>
  125. <Number>0</Number>
  126. <Key>DLGTARM</Key>
  127. <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
  128. </SetRegEntry>
  129. <SetRegEntry>
  130. <Number>0</Number>
  131. <Key>JL2CM3</Key>
  132. <Name>-U941000024 -O206 -S2 -ZTIFSpeedSel5000 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO65554 -TC10000000 -TP21 -TDS8006 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD1FFF8000 -FC4000 -FN2 -FF0HC32F448_256K.FLM -FS08000 -FL026000 -FP0($$Device:HC32F448MCTI$FlashARM\HC32F448_256K.FLM) -FF1HC32F448_otp.FLM -FS13000C00 -FL1400 -FP1($$Device:HC32F448MCTI$FlashARM\HC32F448_otp.FLM)</Name>
  133. </SetRegEntry>
  134. <SetRegEntry>
  135. <Number>0</Number>
  136. <Key>ARMRTXEVENTFLAGS</Key>
  137. <Name>-L70 -Z18 -C0 -M0 -T1</Name>
  138. </SetRegEntry>
  139. <SetRegEntry>
  140. <Number>0</Number>
  141. <Key>DLGDARM</Key>
  142. <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
  143. </SetRegEntry>
  144. <SetRegEntry>
  145. <Number>0</Number>
  146. <Key>ARMDBGFLAGS</Key>
  147. <Name>-T0</Name>
  148. </SetRegEntry>
  149. <SetRegEntry>
  150. <Number>0</Number>
  151. <Key>UL2CM3</Key>
  152. <Name>-U -O206 -S0 -C0 -P00 -N00("") -D00(00000000) -L00(0) -TO65554 -TC10000000 -TT10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD1FFF8000 -FC4000 -FN1 -FF0HC32F448_256K.FLM -FS00 -FL040000 -FP0($$Device:HC32F448MCTI$FlashARM\HC32F448_256K.FLM)</Name>
  153. </SetRegEntry>
  154. </TargetDriverDllRegistry>
  155. <Breakpoint/>
  156. <WatchWindow1>
  157. <Ww>
  158. <count>0</count>
  159. <WinNumber>1</WinNumber>
  160. <ItemText>u8RxBuf</ItemText>
  161. </Ww>
  162. <Ww>
  163. <count>1</count>
  164. <WinNumber>1</WinNumber>
  165. <ItemText>u16RxIndex</ItemText>
  166. </Ww>
  167. <Ww>
  168. <count>2</count>
  169. <WinNumber>1</WinNumber>
  170. <ItemText>m_apfnIrqHandler</ItemText>
  171. </Ww>
  172. <Ww>
  173. <count>3</count>
  174. <WinNumber>1</WinNumber>
  175. <ItemText>m_apfnIrqHandler[pstcIrqSignConfig-&gt;enIRQn],0x0A</ItemText>
  176. </Ww>
  177. <Ww>
  178. <count>4</count>
  179. <WinNumber>1</WinNumber>
  180. <ItemText>u8TxSPIBuf</ItemText>
  181. </Ww>
  182. <Ww>
  183. <count>5</count>
  184. <WinNumber>1</WinNumber>
  185. <ItemText>u8RxSPIBuf,0x10</ItemText>
  186. </Ww>
  187. <Ww>
  188. <count>6</count>
  189. <WinNumber>1</WinNumber>
  190. <ItemText>u16RxIndex,0x0A</ItemText>
  191. </Ww>
  192. <Ww>
  193. <count>7</count>
  194. <WinNumber>1</WinNumber>
  195. <ItemText>reg,0x10</ItemText>
  196. </Ww>
  197. <Ww>
  198. <count>8</count>
  199. <WinNumber>1</WinNumber>
  200. <ItemText>batt_voltage,0x0A</ItemText>
  201. </Ww>
  202. <Ww>
  203. <count>9</count>
  204. <WinNumber>1</WinNumber>
  205. <ItemText>sys_voltage,0x0A</ItemText>
  206. </Ww>
  207. <Ww>
  208. <count>10</count>
  209. <WinNumber>1</WinNumber>
  210. <ItemText>charge_status,0x0A</ItemText>
  211. </Ww>
  212. <Ww>
  213. <count>11</count>
  214. <WinNumber>1</WinNumber>
  215. <ItemText>charge_current_read,0x0A</ItemText>
  216. </Ww>
  217. <Ww>
  218. <count>12</count>
  219. <WinNumber>1</WinNumber>
  220. <ItemText>u8TxSPIBuf</ItemText>
  221. </Ww>
  222. <Ww>
  223. <count>13</count>
  224. <WinNumber>1</WinNumber>
  225. <ItemText>rxflag_od</ItemText>
  226. </Ww>
  227. <Ww>
  228. <count>14</count>
  229. <WinNumber>1</WinNumber>
  230. <ItemText>txflag_od</ItemText>
  231. </Ww>
  232. <Ww>
  233. <count>15</count>
  234. <WinNumber>1</WinNumber>
  235. <ItemText>txF</ItemText>
  236. </Ww>
  237. <Ww>
  238. <count>16</count>
  239. <WinNumber>1</WinNumber>
  240. <ItemText>input_data</ItemText>
  241. </Ww>
  242. <Ww>
  243. <count>17</count>
  244. <WinNumber>1</WinNumber>
  245. <ItemText>output_data_len_hc,0x0A</ItemText>
  246. </Ww>
  247. <Ww>
  248. <count>18</count>
  249. <WinNumber>1</WinNumber>
  250. <ItemText>output_data_len,0x0A</ItemText>
  251. </Ww>
  252. <Ww>
  253. <count>19</count>
  254. <WinNumber>1</WinNumber>
  255. <ItemText>output_data_len,0x0A</ItemText>
  256. </Ww>
  257. <Ww>
  258. <count>20</count>
  259. <WinNumber>1</WinNumber>
  260. <ItemText>input_data</ItemText>
  261. </Ww>
  262. <Ww>
  263. <count>21</count>
  264. <WinNumber>1</WinNumber>
  265. <ItemText>frame_start</ItemText>
  266. </Ww>
  267. <Ww>
  268. <count>22</count>
  269. <WinNumber>1</WinNumber>
  270. <ItemText>FRAME_CMD_INDEX</ItemText>
  271. </Ww>
  272. <Ww>
  273. <count>23</count>
  274. <WinNumber>1</WinNumber>
  275. <ItemText>u8RxSPIBuf</ItemText>
  276. </Ww>
  277. <Ww>
  278. <count>24</count>
  279. <WinNumber>1</WinNumber>
  280. <ItemText>flash_index</ItemText>
  281. </Ww>
  282. <Ww>
  283. <count>25</count>
  284. <WinNumber>1</WinNumber>
  285. <ItemText>flash_write_read_data</ItemText>
  286. </Ww>
  287. <Ww>
  288. <count>26</count>
  289. <WinNumber>1</WinNumber>
  290. <ItemText>srcdata</ItemText>
  291. </Ww>
  292. <Ww>
  293. <count>27</count>
  294. <WinNumber>1</WinNumber>
  295. <ItemText>frame_tmp_read</ItemText>
  296. </Ww>
  297. <Ww>
  298. <count>28</count>
  299. <WinNumber>1</WinNumber>
  300. <ItemText>dataLen,0x0A</ItemText>
  301. </Ww>
  302. <Ww>
  303. <count>29</count>
  304. <WinNumber>1</WinNumber>
  305. <ItemText>u16RxIndex,0x0A</ItemText>
  306. </Ww>
  307. <Ww>
  308. <count>30</count>
  309. <WinNumber>1</WinNumber>
  310. <ItemText>SPI_SEND_INDEX,0x0A</ItemText>
  311. </Ww>
  312. <Ww>
  313. <count>31</count>
  314. <WinNumber>1</WinNumber>
  315. <ItemText>flash_index</ItemText>
  316. </Ww>
  317. </WatchWindow1>
  318. <MemoryWindow1>
  319. <Mm>
  320. <WinNumber>1</WinNumber>
  321. <SubType>1</SubType>
  322. <ItemText>0x1FFFC7A0</ItemText>
  323. <AccSizeX>0</AccSizeX>
  324. </Mm>
  325. </MemoryWindow1>
  326. <Tracepoint>
  327. <THDelay>0</THDelay>
  328. </Tracepoint>
  329. <DebugFlag>
  330. <trace>0</trace>
  331. <periodic>1</periodic>
  332. <aLwin>1</aLwin>
  333. <aCover>0</aCover>
  334. <aSer1>0</aSer1>
  335. <aSer2>0</aSer2>
  336. <aPa>0</aPa>
  337. <viewmode>1</viewmode>
  338. <vrSel>0</vrSel>
  339. <aSym>0</aSym>
  340. <aTbox>0</aTbox>
  341. <AscS1>0</AscS1>
  342. <AscS2>0</AscS2>
  343. <AscS3>0</AscS3>
  344. <aSer3>0</aSer3>
  345. <eProf>0</eProf>
  346. <aLa>0</aLa>
  347. <aPa1>0</aPa1>
  348. <AscS4>0</AscS4>
  349. <aSer4>0</aSer4>
  350. <StkLoc>1</StkLoc>
  351. <TrcWin>0</TrcWin>
  352. <newCpu>0</newCpu>
  353. <uProt>0</uProt>
  354. </DebugFlag>
  355. <LintExecutable></LintExecutable>
  356. <LintConfigFile></LintConfigFile>
  357. <bLintAuto>0</bLintAuto>
  358. <bAutoGenD>0</bAutoGenD>
  359. <LntExFlags>0</LntExFlags>
  360. <pMisraName></pMisraName>
  361. <pszMrule></pszMrule>
  362. <pSingCmds></pSingCmds>
  363. <pMultCmds></pMultCmds>
  364. <pMisraNamep></pMisraNamep>
  365. <pszMrulep></pszMrulep>
  366. <pSingCmdsp></pSingCmdsp>
  367. <pMultCmdsp></pMultCmdsp>
  368. <SystemViewers>
  369. <Entry>
  370. <Name>System Viewer\SPI3</Name>
  371. <WinId>35905</WinId>
  372. </Entry>
  373. </SystemViewers>
  374. <DebugDescription>
  375. <Enable>1</Enable>
  376. <EnableFlashSeq>0</EnableFlashSeq>
  377. <EnableLog>0</EnableLog>
  378. <Protocol>2</Protocol>
  379. <DbgClock>1000000</DbgClock>
  380. </DebugDescription>
  381. </TargetOption>
  382. </Target>
  383. <Group>
  384. <GroupName>core</GroupName>
  385. <tvExp>1</tvExp>
  386. <tvExpOptDlg>0</tvExpOptDlg>
  387. <cbSel>0</cbSel>
  388. <RteFlg>0</RteFlg>
  389. <File>
  390. <GroupNumber>1</GroupNumber>
  391. <FileNumber>1</FileNumber>
  392. <FileType>2</FileType>
  393. <tvExp>0</tvExp>
  394. <tvExpOptDlg>0</tvExpOptDlg>
  395. <bDave2>0</bDave2>
  396. <PathWithFileName>.\common\startup_hc32f448mcti.s</PathWithFileName>
  397. <FilenameWithoutPath>startup_hc32f448mcti.s</FilenameWithoutPath>
  398. <RteFlg>0</RteFlg>
  399. <bShared>0</bShared>
  400. </File>
  401. <File>
  402. <GroupNumber>1</GroupNumber>
  403. <FileNumber>2</FileNumber>
  404. <FileType>1</FileType>
  405. <tvExp>0</tvExp>
  406. <tvExpOptDlg>0</tvExpOptDlg>
  407. <bDave2>0</bDave2>
  408. <PathWithFileName>.\common\system_hc32f448mcti.c</PathWithFileName>
  409. <FilenameWithoutPath>system_hc32f448mcti.c</FilenameWithoutPath>
  410. <RteFlg>0</RteFlg>
  411. <bShared>0</bShared>
  412. </File>
  413. </Group>
  414. <Group>
  415. <GroupName>app</GroupName>
  416. <tvExp>1</tvExp>
  417. <tvExpOptDlg>0</tvExpOptDlg>
  418. <cbSel>0</cbSel>
  419. <RteFlg>0</RteFlg>
  420. <File>
  421. <GroupNumber>2</GroupNumber>
  422. <FileNumber>3</FileNumber>
  423. <FileType>1</FileType>
  424. <tvExp>0</tvExp>
  425. <tvExpOptDlg>0</tvExpOptDlg>
  426. <bDave2>0</bDave2>
  427. <PathWithFileName>.\app\main.c</PathWithFileName>
  428. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  429. <RteFlg>0</RteFlg>
  430. <bShared>0</bShared>
  431. </File>
  432. <File>
  433. <GroupNumber>2</GroupNumber>
  434. <FileNumber>4</FileNumber>
  435. <FileType>1</FileType>
  436. <tvExp>0</tvExp>
  437. <tvExpOptDlg>0</tvExpOptDlg>
  438. <bDave2>0</bDave2>
  439. <PathWithFileName>.\app\app_protocol.c</PathWithFileName>
  440. <FilenameWithoutPath>app_protocol.c</FilenameWithoutPath>
  441. <RteFlg>0</RteFlg>
  442. <bShared>0</bShared>
  443. </File>
  444. <File>
  445. <GroupNumber>2</GroupNumber>
  446. <FileNumber>5</FileNumber>
  447. <FileType>1</FileType>
  448. <tvExp>0</tvExp>
  449. <tvExpOptDlg>0</tvExpOptDlg>
  450. <bDave2>0</bDave2>
  451. <PathWithFileName>.\app\app_backup_pwr.c</PathWithFileName>
  452. <FilenameWithoutPath>app_backup_pwr.c</FilenameWithoutPath>
  453. <RteFlg>0</RteFlg>
  454. <bShared>0</bShared>
  455. </File>
  456. <File>
  457. <GroupNumber>2</GroupNumber>
  458. <FileNumber>6</FileNumber>
  459. <FileType>1</FileType>
  460. <tvExp>0</tvExp>
  461. <tvExpOptDlg>0</tvExpOptDlg>
  462. <bDave2>0</bDave2>
  463. <PathWithFileName>.\app\app_gps.c</PathWithFileName>
  464. <FilenameWithoutPath>app_gps.c</FilenameWithoutPath>
  465. <RteFlg>0</RteFlg>
  466. <bShared>0</bShared>
  467. </File>
  468. <File>
  469. <GroupNumber>2</GroupNumber>
  470. <FileNumber>7</FileNumber>
  471. <FileType>1</FileType>
  472. <tvExp>0</tvExp>
  473. <tvExpOptDlg>0</tvExpOptDlg>
  474. <bDave2>0</bDave2>
  475. <PathWithFileName>.\app\app_fft.c</PathWithFileName>
  476. <FilenameWithoutPath>app_fft.c</FilenameWithoutPath>
  477. <RteFlg>0</RteFlg>
  478. <bShared>0</bShared>
  479. </File>
  480. </Group>
  481. <Group>
  482. <GroupName>driver</GroupName>
  483. <tvExp>0</tvExp>
  484. <tvExpOptDlg>0</tvExpOptDlg>
  485. <cbSel>0</cbSel>
  486. <RteFlg>0</RteFlg>
  487. <File>
  488. <GroupNumber>3</GroupNumber>
  489. <FileNumber>8</FileNumber>
  490. <FileType>1</FileType>
  491. <tvExp>0</tvExp>
  492. <tvExpOptDlg>0</tvExpOptDlg>
  493. <bDave2>0</bDave2>
  494. <PathWithFileName>.\driver\hal_spi.c</PathWithFileName>
  495. <FilenameWithoutPath>hal_spi.c</FilenameWithoutPath>
  496. <RteFlg>0</RteFlg>
  497. <bShared>0</bShared>
  498. </File>
  499. <File>
  500. <GroupNumber>3</GroupNumber>
  501. <FileNumber>9</FileNumber>
  502. <FileType>1</FileType>
  503. <tvExp>0</tvExp>
  504. <tvExpOptDlg>0</tvExpOptDlg>
  505. <bDave2>0</bDave2>
  506. <PathWithFileName>.\driver\hal_flash.c</PathWithFileName>
  507. <FilenameWithoutPath>hal_flash.c</FilenameWithoutPath>
  508. <RteFlg>0</RteFlg>
  509. <bShared>0</bShared>
  510. </File>
  511. <File>
  512. <GroupNumber>3</GroupNumber>
  513. <FileNumber>10</FileNumber>
  514. <FileType>1</FileType>
  515. <tvExp>0</tvExp>
  516. <tvExpOptDlg>0</tvExpOptDlg>
  517. <bDave2>0</bDave2>
  518. <PathWithFileName>.\driver\hal_uart.c</PathWithFileName>
  519. <FilenameWithoutPath>hal_uart.c</FilenameWithoutPath>
  520. <RteFlg>0</RteFlg>
  521. <bShared>0</bShared>
  522. </File>
  523. <File>
  524. <GroupNumber>3</GroupNumber>
  525. <FileNumber>11</FileNumber>
  526. <FileType>1</FileType>
  527. <tvExp>0</tvExp>
  528. <tvExpOptDlg>0</tvExpOptDlg>
  529. <bDave2>0</bDave2>
  530. <PathWithFileName>.\driver\hal_can.c</PathWithFileName>
  531. <FilenameWithoutPath>hal_can.c</FilenameWithoutPath>
  532. <RteFlg>0</RteFlg>
  533. <bShared>0</bShared>
  534. </File>
  535. <File>
  536. <GroupNumber>3</GroupNumber>
  537. <FileNumber>12</FileNumber>
  538. <FileType>1</FileType>
  539. <tvExp>0</tvExp>
  540. <tvExpOptDlg>0</tvExpOptDlg>
  541. <bDave2>0</bDave2>
  542. <PathWithFileName>.\driver\hal_pwm.c</PathWithFileName>
  543. <FilenameWithoutPath>hal_pwm.c</FilenameWithoutPath>
  544. <RteFlg>0</RteFlg>
  545. <bShared>0</bShared>
  546. </File>
  547. <File>
  548. <GroupNumber>3</GroupNumber>
  549. <FileNumber>13</FileNumber>
  550. <FileType>1</FileType>
  551. <tvExp>0</tvExp>
  552. <tvExpOptDlg>0</tvExpOptDlg>
  553. <bDave2>0</bDave2>
  554. <PathWithFileName>.\driver\hal_adc.c</PathWithFileName>
  555. <FilenameWithoutPath>hal_adc.c</FilenameWithoutPath>
  556. <RteFlg>0</RteFlg>
  557. <bShared>0</bShared>
  558. </File>
  559. <File>
  560. <GroupNumber>3</GroupNumber>
  561. <FileNumber>14</FileNumber>
  562. <FileType>1</FileType>
  563. <tvExp>0</tvExp>
  564. <tvExpOptDlg>0</tvExpOptDlg>
  565. <bDave2>0</bDave2>
  566. <PathWithFileName>.\driver\hal_gpio.c</PathWithFileName>
  567. <FilenameWithoutPath>hal_gpio.c</FilenameWithoutPath>
  568. <RteFlg>0</RteFlg>
  569. <bShared>0</bShared>
  570. </File>
  571. <File>
  572. <GroupNumber>3</GroupNumber>
  573. <FileNumber>15</FileNumber>
  574. <FileType>1</FileType>
  575. <tvExp>0</tvExp>
  576. <tvExpOptDlg>0</tvExpOptDlg>
  577. <bDave2>0</bDave2>
  578. <PathWithFileName>.\driver\hal_low_pwoer.c</PathWithFileName>
  579. <FilenameWithoutPath>hal_low_pwoer.c</FilenameWithoutPath>
  580. <RteFlg>0</RteFlg>
  581. <bShared>0</bShared>
  582. </File>
  583. <File>
  584. <GroupNumber>3</GroupNumber>
  585. <FileNumber>16</FileNumber>
  586. <FileType>1</FileType>
  587. <tvExp>0</tvExp>
  588. <tvExpOptDlg>0</tvExpOptDlg>
  589. <bDave2>0</bDave2>
  590. <PathWithFileName>.\driver\hal_w25qxx.c</PathWithFileName>
  591. <FilenameWithoutPath>hal_w25qxx.c</FilenameWithoutPath>
  592. <RteFlg>0</RteFlg>
  593. <bShared>0</bShared>
  594. </File>
  595. <File>
  596. <GroupNumber>3</GroupNumber>
  597. <FileNumber>17</FileNumber>
  598. <FileType>1</FileType>
  599. <tvExp>0</tvExp>
  600. <tvExpOptDlg>0</tvExpOptDlg>
  601. <bDave2>0</bDave2>
  602. <PathWithFileName>.\driver\hal_nca9555.c</PathWithFileName>
  603. <FilenameWithoutPath>hal_nca9555.c</FilenameWithoutPath>
  604. <RteFlg>0</RteFlg>
  605. <bShared>0</bShared>
  606. </File>
  607. <File>
  608. <GroupNumber>3</GroupNumber>
  609. <FileNumber>18</FileNumber>
  610. <FileType>1</FileType>
  611. <tvExp>0</tvExp>
  612. <tvExpOptDlg>0</tvExpOptDlg>
  613. <bDave2>0</bDave2>
  614. <PathWithFileName>.\driver\hal_pca8565.c</PathWithFileName>
  615. <FilenameWithoutPath>hal_pca8565.c</FilenameWithoutPath>
  616. <RteFlg>0</RteFlg>
  617. <bShared>0</bShared>
  618. </File>
  619. <File>
  620. <GroupNumber>3</GroupNumber>
  621. <FileNumber>19</FileNumber>
  622. <FileType>1</FileType>
  623. <tvExp>0</tvExp>
  624. <tvExpOptDlg>0</tvExpOptDlg>
  625. <bDave2>0</bDave2>
  626. <PathWithFileName>.\driver\hal_sc7a20.c</PathWithFileName>
  627. <FilenameWithoutPath>hal_sc7a20.c</FilenameWithoutPath>
  628. <RteFlg>0</RteFlg>
  629. <bShared>0</bShared>
  630. </File>
  631. <File>
  632. <GroupNumber>3</GroupNumber>
  633. <FileNumber>20</FileNumber>
  634. <FileType>1</FileType>
  635. <tvExp>0</tvExp>
  636. <tvExpOptDlg>0</tvExpOptDlg>
  637. <bDave2>0</bDave2>
  638. <PathWithFileName>.\driver\hal_sy6970.c</PathWithFileName>
  639. <FilenameWithoutPath>hal_sy6970.c</FilenameWithoutPath>
  640. <RteFlg>0</RteFlg>
  641. <bShared>0</bShared>
  642. </File>
  643. <File>
  644. <GroupNumber>3</GroupNumber>
  645. <FileNumber>21</FileNumber>
  646. <FileType>1</FileType>
  647. <tvExp>0</tvExp>
  648. <tvExpOptDlg>0</tvExpOptDlg>
  649. <bDave2>0</bDave2>
  650. <PathWithFileName>.\driver\ring_buf.c</PathWithFileName>
  651. <FilenameWithoutPath>ring_buf.c</FilenameWithoutPath>
  652. <RteFlg>0</RteFlg>
  653. <bShared>0</bShared>
  654. </File>
  655. <File>
  656. <GroupNumber>3</GroupNumber>
  657. <FileNumber>22</FileNumber>
  658. <FileType>1</FileType>
  659. <tvExp>0</tvExp>
  660. <tvExpOptDlg>0</tvExpOptDlg>
  661. <bDave2>0</bDave2>
  662. <PathWithFileName>.\driver\hal_clk_func.c</PathWithFileName>
  663. <FilenameWithoutPath>hal_clk_func.c</FilenameWithoutPath>
  664. <RteFlg>0</RteFlg>
  665. <bShared>0</bShared>
  666. </File>
  667. <File>
  668. <GroupNumber>3</GroupNumber>
  669. <FileNumber>23</FileNumber>
  670. <FileType>1</FileType>
  671. <tvExp>0</tvExp>
  672. <tvExpOptDlg>0</tvExpOptDlg>
  673. <bDave2>0</bDave2>
  674. <PathWithFileName>.\driver\hal_ec600g.c</PathWithFileName>
  675. <FilenameWithoutPath>hal_ec600g.c</FilenameWithoutPath>
  676. <RteFlg>0</RteFlg>
  677. <bShared>0</bShared>
  678. </File>
  679. </Group>
  680. <Group>
  681. <GroupName>firmware_upgrade</GroupName>
  682. <tvExp>1</tvExp>
  683. <tvExpOptDlg>0</tvExpOptDlg>
  684. <cbSel>0</cbSel>
  685. <RteFlg>0</RteFlg>
  686. <File>
  687. <GroupNumber>4</GroupNumber>
  688. <FileNumber>24</FileNumber>
  689. <FileType>1</FileType>
  690. <tvExp>0</tvExp>
  691. <tvExpOptDlg>0</tvExpOptDlg>
  692. <bDave2>0</bDave2>
  693. <PathWithFileName>.\firmware_upgrade\firmware_upgrade.c</PathWithFileName>
  694. <FilenameWithoutPath>firmware_upgrade.c</FilenameWithoutPath>
  695. <RteFlg>0</RteFlg>
  696. <bShared>0</bShared>
  697. </File>
  698. </Group>
  699. <Group>
  700. <GroupName>lib</GroupName>
  701. <tvExp>0</tvExp>
  702. <tvExpOptDlg>0</tvExpOptDlg>
  703. <cbSel>0</cbSel>
  704. <RteFlg>0</RteFlg>
  705. <File>
  706. <GroupNumber>5</GroupNumber>
  707. <FileNumber>25</FileNumber>
  708. <FileType>1</FileType>
  709. <tvExp>0</tvExp>
  710. <tvExpOptDlg>0</tvExpOptDlg>
  711. <bDave2>0</bDave2>
  712. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll.c</PathWithFileName>
  713. <FilenameWithoutPath>hc32_ll.c</FilenameWithoutPath>
  714. <RteFlg>0</RteFlg>
  715. <bShared>0</bShared>
  716. </File>
  717. <File>
  718. <GroupNumber>5</GroupNumber>
  719. <FileNumber>26</FileNumber>
  720. <FileType>1</FileType>
  721. <tvExp>0</tvExp>
  722. <tvExpOptDlg>0</tvExpOptDlg>
  723. <bDave2>0</bDave2>
  724. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_adc.c</PathWithFileName>
  725. <FilenameWithoutPath>hc32_ll_adc.c</FilenameWithoutPath>
  726. <RteFlg>0</RteFlg>
  727. <bShared>0</bShared>
  728. </File>
  729. <File>
  730. <GroupNumber>5</GroupNumber>
  731. <FileNumber>27</FileNumber>
  732. <FileType>1</FileType>
  733. <tvExp>0</tvExp>
  734. <tvExpOptDlg>0</tvExpOptDlg>
  735. <bDave2>0</bDave2>
  736. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_aes.c</PathWithFileName>
  737. <FilenameWithoutPath>hc32_ll_aes.c</FilenameWithoutPath>
  738. <RteFlg>0</RteFlg>
  739. <bShared>0</bShared>
  740. </File>
  741. <File>
  742. <GroupNumber>5</GroupNumber>
  743. <FileNumber>28</FileNumber>
  744. <FileType>1</FileType>
  745. <tvExp>0</tvExp>
  746. <tvExpOptDlg>0</tvExpOptDlg>
  747. <bDave2>0</bDave2>
  748. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_aos.c</PathWithFileName>
  749. <FilenameWithoutPath>hc32_ll_aos.c</FilenameWithoutPath>
  750. <RteFlg>0</RteFlg>
  751. <bShared>0</bShared>
  752. </File>
  753. <File>
  754. <GroupNumber>5</GroupNumber>
  755. <FileNumber>29</FileNumber>
  756. <FileType>1</FileType>
  757. <tvExp>0</tvExp>
  758. <tvExpOptDlg>0</tvExpOptDlg>
  759. <bDave2>0</bDave2>
  760. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_clk.c</PathWithFileName>
  761. <FilenameWithoutPath>hc32_ll_clk.c</FilenameWithoutPath>
  762. <RteFlg>0</RteFlg>
  763. <bShared>0</bShared>
  764. </File>
  765. <File>
  766. <GroupNumber>5</GroupNumber>
  767. <FileNumber>30</FileNumber>
  768. <FileType>1</FileType>
  769. <tvExp>0</tvExp>
  770. <tvExpOptDlg>0</tvExpOptDlg>
  771. <bDave2>0</bDave2>
  772. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_cmp.c</PathWithFileName>
  773. <FilenameWithoutPath>hc32_ll_cmp.c</FilenameWithoutPath>
  774. <RteFlg>0</RteFlg>
  775. <bShared>0</bShared>
  776. </File>
  777. <File>
  778. <GroupNumber>5</GroupNumber>
  779. <FileNumber>31</FileNumber>
  780. <FileType>1</FileType>
  781. <tvExp>0</tvExp>
  782. <tvExpOptDlg>0</tvExpOptDlg>
  783. <bDave2>0</bDave2>
  784. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_crc.c</PathWithFileName>
  785. <FilenameWithoutPath>hc32_ll_crc.c</FilenameWithoutPath>
  786. <RteFlg>0</RteFlg>
  787. <bShared>0</bShared>
  788. </File>
  789. <File>
  790. <GroupNumber>5</GroupNumber>
  791. <FileNumber>32</FileNumber>
  792. <FileType>1</FileType>
  793. <tvExp>0</tvExp>
  794. <tvExpOptDlg>0</tvExpOptDlg>
  795. <bDave2>0</bDave2>
  796. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_ctc.c</PathWithFileName>
  797. <FilenameWithoutPath>hc32_ll_ctc.c</FilenameWithoutPath>
  798. <RteFlg>0</RteFlg>
  799. <bShared>0</bShared>
  800. </File>
  801. <File>
  802. <GroupNumber>5</GroupNumber>
  803. <FileNumber>33</FileNumber>
  804. <FileType>1</FileType>
  805. <tvExp>0</tvExp>
  806. <tvExpOptDlg>0</tvExpOptDlg>
  807. <bDave2>0</bDave2>
  808. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_dac.c</PathWithFileName>
  809. <FilenameWithoutPath>hc32_ll_dac.c</FilenameWithoutPath>
  810. <RteFlg>0</RteFlg>
  811. <bShared>0</bShared>
  812. </File>
  813. <File>
  814. <GroupNumber>5</GroupNumber>
  815. <FileNumber>34</FileNumber>
  816. <FileType>1</FileType>
  817. <tvExp>0</tvExp>
  818. <tvExpOptDlg>0</tvExpOptDlg>
  819. <bDave2>0</bDave2>
  820. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_dbgc.c</PathWithFileName>
  821. <FilenameWithoutPath>hc32_ll_dbgc.c</FilenameWithoutPath>
  822. <RteFlg>0</RteFlg>
  823. <bShared>0</bShared>
  824. </File>
  825. <File>
  826. <GroupNumber>5</GroupNumber>
  827. <FileNumber>35</FileNumber>
  828. <FileType>1</FileType>
  829. <tvExp>0</tvExp>
  830. <tvExpOptDlg>0</tvExpOptDlg>
  831. <bDave2>0</bDave2>
  832. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_dcu.c</PathWithFileName>
  833. <FilenameWithoutPath>hc32_ll_dcu.c</FilenameWithoutPath>
  834. <RteFlg>0</RteFlg>
  835. <bShared>0</bShared>
  836. </File>
  837. <File>
  838. <GroupNumber>5</GroupNumber>
  839. <FileNumber>36</FileNumber>
  840. <FileType>1</FileType>
  841. <tvExp>0</tvExp>
  842. <tvExpOptDlg>0</tvExpOptDlg>
  843. <bDave2>0</bDave2>
  844. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_dma.c</PathWithFileName>
  845. <FilenameWithoutPath>hc32_ll_dma.c</FilenameWithoutPath>
  846. <RteFlg>0</RteFlg>
  847. <bShared>0</bShared>
  848. </File>
  849. <File>
  850. <GroupNumber>5</GroupNumber>
  851. <FileNumber>37</FileNumber>
  852. <FileType>1</FileType>
  853. <tvExp>0</tvExp>
  854. <tvExpOptDlg>0</tvExpOptDlg>
  855. <bDave2>0</bDave2>
  856. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_efm.c</PathWithFileName>
  857. <FilenameWithoutPath>hc32_ll_efm.c</FilenameWithoutPath>
  858. <RteFlg>0</RteFlg>
  859. <bShared>0</bShared>
  860. </File>
  861. <File>
  862. <GroupNumber>5</GroupNumber>
  863. <FileNumber>38</FileNumber>
  864. <FileType>1</FileType>
  865. <tvExp>0</tvExp>
  866. <tvExpOptDlg>0</tvExpOptDlg>
  867. <bDave2>0</bDave2>
  868. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_emb.c</PathWithFileName>
  869. <FilenameWithoutPath>hc32_ll_emb.c</FilenameWithoutPath>
  870. <RteFlg>0</RteFlg>
  871. <bShared>0</bShared>
  872. </File>
  873. <File>
  874. <GroupNumber>5</GroupNumber>
  875. <FileNumber>39</FileNumber>
  876. <FileType>1</FileType>
  877. <tvExp>0</tvExp>
  878. <tvExpOptDlg>0</tvExpOptDlg>
  879. <bDave2>0</bDave2>
  880. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_event_port.c</PathWithFileName>
  881. <FilenameWithoutPath>hc32_ll_event_port.c</FilenameWithoutPath>
  882. <RteFlg>0</RteFlg>
  883. <bShared>0</bShared>
  884. </File>
  885. <File>
  886. <GroupNumber>5</GroupNumber>
  887. <FileNumber>40</FileNumber>
  888. <FileType>1</FileType>
  889. <tvExp>0</tvExp>
  890. <tvExpOptDlg>0</tvExpOptDlg>
  891. <bDave2>0</bDave2>
  892. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_fcg.c</PathWithFileName>
  893. <FilenameWithoutPath>hc32_ll_fcg.c</FilenameWithoutPath>
  894. <RteFlg>0</RteFlg>
  895. <bShared>0</bShared>
  896. </File>
  897. <File>
  898. <GroupNumber>5</GroupNumber>
  899. <FileNumber>41</FileNumber>
  900. <FileType>1</FileType>
  901. <tvExp>0</tvExp>
  902. <tvExpOptDlg>0</tvExpOptDlg>
  903. <bDave2>0</bDave2>
  904. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_fcm.c</PathWithFileName>
  905. <FilenameWithoutPath>hc32_ll_fcm.c</FilenameWithoutPath>
  906. <RteFlg>0</RteFlg>
  907. <bShared>0</bShared>
  908. </File>
  909. <File>
  910. <GroupNumber>5</GroupNumber>
  911. <FileNumber>42</FileNumber>
  912. <FileType>1</FileType>
  913. <tvExp>0</tvExp>
  914. <tvExpOptDlg>0</tvExpOptDlg>
  915. <bDave2>0</bDave2>
  916. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_gpio.c</PathWithFileName>
  917. <FilenameWithoutPath>hc32_ll_gpio.c</FilenameWithoutPath>
  918. <RteFlg>0</RteFlg>
  919. <bShared>0</bShared>
  920. </File>
  921. <File>
  922. <GroupNumber>5</GroupNumber>
  923. <FileNumber>43</FileNumber>
  924. <FileType>1</FileType>
  925. <tvExp>0</tvExp>
  926. <tvExpOptDlg>0</tvExpOptDlg>
  927. <bDave2>0</bDave2>
  928. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_hash.c</PathWithFileName>
  929. <FilenameWithoutPath>hc32_ll_hash.c</FilenameWithoutPath>
  930. <RteFlg>0</RteFlg>
  931. <bShared>0</bShared>
  932. </File>
  933. <File>
  934. <GroupNumber>5</GroupNumber>
  935. <FileNumber>44</FileNumber>
  936. <FileType>1</FileType>
  937. <tvExp>0</tvExp>
  938. <tvExpOptDlg>0</tvExpOptDlg>
  939. <bDave2>0</bDave2>
  940. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_i2c.c</PathWithFileName>
  941. <FilenameWithoutPath>hc32_ll_i2c.c</FilenameWithoutPath>
  942. <RteFlg>0</RteFlg>
  943. <bShared>0</bShared>
  944. </File>
  945. <File>
  946. <GroupNumber>5</GroupNumber>
  947. <FileNumber>45</FileNumber>
  948. <FileType>1</FileType>
  949. <tvExp>0</tvExp>
  950. <tvExpOptDlg>0</tvExpOptDlg>
  951. <bDave2>0</bDave2>
  952. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_icg.c</PathWithFileName>
  953. <FilenameWithoutPath>hc32_ll_icg.c</FilenameWithoutPath>
  954. <RteFlg>0</RteFlg>
  955. <bShared>0</bShared>
  956. </File>
  957. <File>
  958. <GroupNumber>5</GroupNumber>
  959. <FileNumber>46</FileNumber>
  960. <FileType>1</FileType>
  961. <tvExp>0</tvExp>
  962. <tvExpOptDlg>0</tvExpOptDlg>
  963. <bDave2>0</bDave2>
  964. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_interrupts.c</PathWithFileName>
  965. <FilenameWithoutPath>hc32_ll_interrupts.c</FilenameWithoutPath>
  966. <RteFlg>0</RteFlg>
  967. <bShared>0</bShared>
  968. </File>
  969. <File>
  970. <GroupNumber>5</GroupNumber>
  971. <FileNumber>47</FileNumber>
  972. <FileType>1</FileType>
  973. <tvExp>0</tvExp>
  974. <tvExpOptDlg>0</tvExpOptDlg>
  975. <bDave2>0</bDave2>
  976. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_keyscan.c</PathWithFileName>
  977. <FilenameWithoutPath>hc32_ll_keyscan.c</FilenameWithoutPath>
  978. <RteFlg>0</RteFlg>
  979. <bShared>0</bShared>
  980. </File>
  981. <File>
  982. <GroupNumber>5</GroupNumber>
  983. <FileNumber>48</FileNumber>
  984. <FileType>1</FileType>
  985. <tvExp>0</tvExp>
  986. <tvExpOptDlg>0</tvExpOptDlg>
  987. <bDave2>0</bDave2>
  988. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_mcan.c</PathWithFileName>
  989. <FilenameWithoutPath>hc32_ll_mcan.c</FilenameWithoutPath>
  990. <RteFlg>0</RteFlg>
  991. <bShared>0</bShared>
  992. </File>
  993. <File>
  994. <GroupNumber>5</GroupNumber>
  995. <FileNumber>49</FileNumber>
  996. <FileType>1</FileType>
  997. <tvExp>0</tvExp>
  998. <tvExpOptDlg>0</tvExpOptDlg>
  999. <bDave2>0</bDave2>
  1000. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_mpu.c</PathWithFileName>
  1001. <FilenameWithoutPath>hc32_ll_mpu.c</FilenameWithoutPath>
  1002. <RteFlg>0</RteFlg>
  1003. <bShared>0</bShared>
  1004. </File>
  1005. <File>
  1006. <GroupNumber>5</GroupNumber>
  1007. <FileNumber>50</FileNumber>
  1008. <FileType>1</FileType>
  1009. <tvExp>0</tvExp>
  1010. <tvExpOptDlg>0</tvExpOptDlg>
  1011. <bDave2>0</bDave2>
  1012. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_pwc.c</PathWithFileName>
  1013. <FilenameWithoutPath>hc32_ll_pwc.c</FilenameWithoutPath>
  1014. <RteFlg>0</RteFlg>
  1015. <bShared>0</bShared>
  1016. </File>
  1017. <File>
  1018. <GroupNumber>5</GroupNumber>
  1019. <FileNumber>51</FileNumber>
  1020. <FileType>1</FileType>
  1021. <tvExp>0</tvExp>
  1022. <tvExpOptDlg>0</tvExpOptDlg>
  1023. <bDave2>0</bDave2>
  1024. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_qspi.c</PathWithFileName>
  1025. <FilenameWithoutPath>hc32_ll_qspi.c</FilenameWithoutPath>
  1026. <RteFlg>0</RteFlg>
  1027. <bShared>0</bShared>
  1028. </File>
  1029. <File>
  1030. <GroupNumber>5</GroupNumber>
  1031. <FileNumber>52</FileNumber>
  1032. <FileType>1</FileType>
  1033. <tvExp>0</tvExp>
  1034. <tvExpOptDlg>0</tvExpOptDlg>
  1035. <bDave2>0</bDave2>
  1036. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_rmu.c</PathWithFileName>
  1037. <FilenameWithoutPath>hc32_ll_rmu.c</FilenameWithoutPath>
  1038. <RteFlg>0</RteFlg>
  1039. <bShared>0</bShared>
  1040. </File>
  1041. <File>
  1042. <GroupNumber>5</GroupNumber>
  1043. <FileNumber>53</FileNumber>
  1044. <FileType>1</FileType>
  1045. <tvExp>0</tvExp>
  1046. <tvExpOptDlg>0</tvExpOptDlg>
  1047. <bDave2>0</bDave2>
  1048. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_rtc.c</PathWithFileName>
  1049. <FilenameWithoutPath>hc32_ll_rtc.c</FilenameWithoutPath>
  1050. <RteFlg>0</RteFlg>
  1051. <bShared>0</bShared>
  1052. </File>
  1053. <File>
  1054. <GroupNumber>5</GroupNumber>
  1055. <FileNumber>54</FileNumber>
  1056. <FileType>1</FileType>
  1057. <tvExp>0</tvExp>
  1058. <tvExpOptDlg>0</tvExpOptDlg>
  1059. <bDave2>0</bDave2>
  1060. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_smc.c</PathWithFileName>
  1061. <FilenameWithoutPath>hc32_ll_smc.c</FilenameWithoutPath>
  1062. <RteFlg>0</RteFlg>
  1063. <bShared>0</bShared>
  1064. </File>
  1065. <File>
  1066. <GroupNumber>5</GroupNumber>
  1067. <FileNumber>55</FileNumber>
  1068. <FileType>1</FileType>
  1069. <tvExp>0</tvExp>
  1070. <tvExpOptDlg>0</tvExpOptDlg>
  1071. <bDave2>0</bDave2>
  1072. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_spi.c</PathWithFileName>
  1073. <FilenameWithoutPath>hc32_ll_spi.c</FilenameWithoutPath>
  1074. <RteFlg>0</RteFlg>
  1075. <bShared>0</bShared>
  1076. </File>
  1077. <File>
  1078. <GroupNumber>5</GroupNumber>
  1079. <FileNumber>56</FileNumber>
  1080. <FileType>1</FileType>
  1081. <tvExp>0</tvExp>
  1082. <tvExpOptDlg>0</tvExpOptDlg>
  1083. <bDave2>0</bDave2>
  1084. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_sram.c</PathWithFileName>
  1085. <FilenameWithoutPath>hc32_ll_sram.c</FilenameWithoutPath>
  1086. <RteFlg>0</RteFlg>
  1087. <bShared>0</bShared>
  1088. </File>
  1089. <File>
  1090. <GroupNumber>5</GroupNumber>
  1091. <FileNumber>57</FileNumber>
  1092. <FileType>1</FileType>
  1093. <tvExp>0</tvExp>
  1094. <tvExpOptDlg>0</tvExpOptDlg>
  1095. <bDave2>0</bDave2>
  1096. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_swdt.c</PathWithFileName>
  1097. <FilenameWithoutPath>hc32_ll_swdt.c</FilenameWithoutPath>
  1098. <RteFlg>0</RteFlg>
  1099. <bShared>0</bShared>
  1100. </File>
  1101. <File>
  1102. <GroupNumber>5</GroupNumber>
  1103. <FileNumber>58</FileNumber>
  1104. <FileType>1</FileType>
  1105. <tvExp>0</tvExp>
  1106. <tvExpOptDlg>0</tvExpOptDlg>
  1107. <bDave2>0</bDave2>
  1108. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_tmr0.c</PathWithFileName>
  1109. <FilenameWithoutPath>hc32_ll_tmr0.c</FilenameWithoutPath>
  1110. <RteFlg>0</RteFlg>
  1111. <bShared>0</bShared>
  1112. </File>
  1113. <File>
  1114. <GroupNumber>5</GroupNumber>
  1115. <FileNumber>59</FileNumber>
  1116. <FileType>1</FileType>
  1117. <tvExp>0</tvExp>
  1118. <tvExpOptDlg>0</tvExpOptDlg>
  1119. <bDave2>0</bDave2>
  1120. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_tmr4.c</PathWithFileName>
  1121. <FilenameWithoutPath>hc32_ll_tmr4.c</FilenameWithoutPath>
  1122. <RteFlg>0</RteFlg>
  1123. <bShared>0</bShared>
  1124. </File>
  1125. <File>
  1126. <GroupNumber>5</GroupNumber>
  1127. <FileNumber>60</FileNumber>
  1128. <FileType>1</FileType>
  1129. <tvExp>0</tvExp>
  1130. <tvExpOptDlg>0</tvExpOptDlg>
  1131. <bDave2>0</bDave2>
  1132. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_tmr6.c</PathWithFileName>
  1133. <FilenameWithoutPath>hc32_ll_tmr6.c</FilenameWithoutPath>
  1134. <RteFlg>0</RteFlg>
  1135. <bShared>0</bShared>
  1136. </File>
  1137. <File>
  1138. <GroupNumber>5</GroupNumber>
  1139. <FileNumber>61</FileNumber>
  1140. <FileType>1</FileType>
  1141. <tvExp>0</tvExp>
  1142. <tvExpOptDlg>0</tvExpOptDlg>
  1143. <bDave2>0</bDave2>
  1144. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_tmra.c</PathWithFileName>
  1145. <FilenameWithoutPath>hc32_ll_tmra.c</FilenameWithoutPath>
  1146. <RteFlg>0</RteFlg>
  1147. <bShared>0</bShared>
  1148. </File>
  1149. <File>
  1150. <GroupNumber>5</GroupNumber>
  1151. <FileNumber>62</FileNumber>
  1152. <FileType>1</FileType>
  1153. <tvExp>0</tvExp>
  1154. <tvExpOptDlg>0</tvExpOptDlg>
  1155. <bDave2>0</bDave2>
  1156. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_trng.c</PathWithFileName>
  1157. <FilenameWithoutPath>hc32_ll_trng.c</FilenameWithoutPath>
  1158. <RteFlg>0</RteFlg>
  1159. <bShared>0</bShared>
  1160. </File>
  1161. <File>
  1162. <GroupNumber>5</GroupNumber>
  1163. <FileNumber>63</FileNumber>
  1164. <FileType>1</FileType>
  1165. <tvExp>0</tvExp>
  1166. <tvExpOptDlg>0</tvExpOptDlg>
  1167. <bDave2>0</bDave2>
  1168. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_usart.c</PathWithFileName>
  1169. <FilenameWithoutPath>hc32_ll_usart.c</FilenameWithoutPath>
  1170. <RteFlg>0</RteFlg>
  1171. <bShared>0</bShared>
  1172. </File>
  1173. <File>
  1174. <GroupNumber>5</GroupNumber>
  1175. <FileNumber>64</FileNumber>
  1176. <FileType>1</FileType>
  1177. <tvExp>0</tvExp>
  1178. <tvExpOptDlg>0</tvExpOptDlg>
  1179. <bDave2>0</bDave2>
  1180. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_utility.c</PathWithFileName>
  1181. <FilenameWithoutPath>hc32_ll_utility.c</FilenameWithoutPath>
  1182. <RteFlg>0</RteFlg>
  1183. <bShared>0</bShared>
  1184. </File>
  1185. <File>
  1186. <GroupNumber>5</GroupNumber>
  1187. <FileNumber>65</FileNumber>
  1188. <FileType>1</FileType>
  1189. <tvExp>0</tvExp>
  1190. <tvExpOptDlg>0</tvExpOptDlg>
  1191. <bDave2>0</bDave2>
  1192. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_wdt.c</PathWithFileName>
  1193. <FilenameWithoutPath>hc32_ll_wdt.c</FilenameWithoutPath>
  1194. <RteFlg>0</RteFlg>
  1195. <bShared>0</bShared>
  1196. </File>
  1197. </Group>
  1198. <Group>
  1199. <GroupName>rtos</GroupName>
  1200. <tvExp>0</tvExp>
  1201. <tvExpOptDlg>0</tvExpOptDlg>
  1202. <cbSel>0</cbSel>
  1203. <RteFlg>0</RteFlg>
  1204. <File>
  1205. <GroupNumber>6</GroupNumber>
  1206. <FileNumber>66</FileNumber>
  1207. <FileType>1</FileType>
  1208. <tvExp>0</tvExp>
  1209. <tvExpOptDlg>0</tvExpOptDlg>
  1210. <bDave2>0</bDave2>
  1211. <PathWithFileName>.\rtos\src\croutine.c</PathWithFileName>
  1212. <FilenameWithoutPath>croutine.c</FilenameWithoutPath>
  1213. <RteFlg>0</RteFlg>
  1214. <bShared>0</bShared>
  1215. </File>
  1216. <File>
  1217. <GroupNumber>6</GroupNumber>
  1218. <FileNumber>67</FileNumber>
  1219. <FileType>1</FileType>
  1220. <tvExp>0</tvExp>
  1221. <tvExpOptDlg>0</tvExpOptDlg>
  1222. <bDave2>0</bDave2>
  1223. <PathWithFileName>.\rtos\src\event_groups.c</PathWithFileName>
  1224. <FilenameWithoutPath>event_groups.c</FilenameWithoutPath>
  1225. <RteFlg>0</RteFlg>
  1226. <bShared>0</bShared>
  1227. </File>
  1228. <File>
  1229. <GroupNumber>6</GroupNumber>
  1230. <FileNumber>68</FileNumber>
  1231. <FileType>1</FileType>
  1232. <tvExp>0</tvExp>
  1233. <tvExpOptDlg>0</tvExpOptDlg>
  1234. <bDave2>0</bDave2>
  1235. <PathWithFileName>.\rtos\src\list.c</PathWithFileName>
  1236. <FilenameWithoutPath>list.c</FilenameWithoutPath>
  1237. <RteFlg>0</RteFlg>
  1238. <bShared>0</bShared>
  1239. </File>
  1240. <File>
  1241. <GroupNumber>6</GroupNumber>
  1242. <FileNumber>69</FileNumber>
  1243. <FileType>1</FileType>
  1244. <tvExp>0</tvExp>
  1245. <tvExpOptDlg>0</tvExpOptDlg>
  1246. <bDave2>0</bDave2>
  1247. <PathWithFileName>.\rtos\src\queue.c</PathWithFileName>
  1248. <FilenameWithoutPath>queue.c</FilenameWithoutPath>
  1249. <RteFlg>0</RteFlg>
  1250. <bShared>0</bShared>
  1251. </File>
  1252. <File>
  1253. <GroupNumber>6</GroupNumber>
  1254. <FileNumber>70</FileNumber>
  1255. <FileType>1</FileType>
  1256. <tvExp>0</tvExp>
  1257. <tvExpOptDlg>0</tvExpOptDlg>
  1258. <bDave2>0</bDave2>
  1259. <PathWithFileName>.\rtos\src\stream_buffer.c</PathWithFileName>
  1260. <FilenameWithoutPath>stream_buffer.c</FilenameWithoutPath>
  1261. <RteFlg>0</RteFlg>
  1262. <bShared>0</bShared>
  1263. </File>
  1264. <File>
  1265. <GroupNumber>6</GroupNumber>
  1266. <FileNumber>71</FileNumber>
  1267. <FileType>1</FileType>
  1268. <tvExp>0</tvExp>
  1269. <tvExpOptDlg>0</tvExpOptDlg>
  1270. <bDave2>0</bDave2>
  1271. <PathWithFileName>.\rtos\src\tasks.c</PathWithFileName>
  1272. <FilenameWithoutPath>tasks.c</FilenameWithoutPath>
  1273. <RteFlg>0</RteFlg>
  1274. <bShared>0</bShared>
  1275. </File>
  1276. <File>
  1277. <GroupNumber>6</GroupNumber>
  1278. <FileNumber>72</FileNumber>
  1279. <FileType>1</FileType>
  1280. <tvExp>0</tvExp>
  1281. <tvExpOptDlg>0</tvExpOptDlg>
  1282. <bDave2>0</bDave2>
  1283. <PathWithFileName>.\rtos\src\timers.c</PathWithFileName>
  1284. <FilenameWithoutPath>timers.c</FilenameWithoutPath>
  1285. <RteFlg>0</RteFlg>
  1286. <bShared>0</bShared>
  1287. </File>
  1288. <File>
  1289. <GroupNumber>6</GroupNumber>
  1290. <FileNumber>73</FileNumber>
  1291. <FileType>1</FileType>
  1292. <tvExp>0</tvExp>
  1293. <tvExpOptDlg>0</tvExpOptDlg>
  1294. <bDave2>0</bDave2>
  1295. <PathWithFileName>.\rtos\portable\MemMang\heap_4.c</PathWithFileName>
  1296. <FilenameWithoutPath>heap_4.c</FilenameWithoutPath>
  1297. <RteFlg>0</RteFlg>
  1298. <bShared>0</bShared>
  1299. </File>
  1300. <File>
  1301. <GroupNumber>6</GroupNumber>
  1302. <FileNumber>74</FileNumber>
  1303. <FileType>1</FileType>
  1304. <tvExp>0</tvExp>
  1305. <tvExpOptDlg>0</tvExpOptDlg>
  1306. <bDave2>0</bDave2>
  1307. <PathWithFileName>.\rtos\portable\RVDS\ARM_CM4F\port.c</PathWithFileName>
  1308. <FilenameWithoutPath>port.c</FilenameWithoutPath>
  1309. <RteFlg>0</RteFlg>
  1310. <bShared>0</bShared>
  1311. </File>
  1312. </Group>
  1313. <Group>
  1314. <GroupName>readme</GroupName>
  1315. <tvExp>1</tvExp>
  1316. <tvExpOptDlg>0</tvExpOptDlg>
  1317. <cbSel>0</cbSel>
  1318. <RteFlg>0</RteFlg>
  1319. <File>
  1320. <GroupNumber>7</GroupNumber>
  1321. <FileNumber>75</FileNumber>
  1322. <FileType>5</FileType>
  1323. <tvExp>0</tvExp>
  1324. <tvExpOptDlg>0</tvExpOptDlg>
  1325. <bDave2>0</bDave2>
  1326. <PathWithFileName>.\readme.txt</PathWithFileName>
  1327. <FilenameWithoutPath>readme.txt</FilenameWithoutPath>
  1328. <RteFlg>0</RteFlg>
  1329. <bShared>0</bShared>
  1330. </File>
  1331. </Group>
  1332. <Group>
  1333. <GroupName>config</GroupName>
  1334. <tvExp>1</tvExp>
  1335. <tvExpOptDlg>0</tvExpOptDlg>
  1336. <cbSel>0</cbSel>
  1337. <RteFlg>0</RteFlg>
  1338. <File>
  1339. <GroupNumber>8</GroupNumber>
  1340. <FileNumber>76</FileNumber>
  1341. <FileType>5</FileType>
  1342. <tvExp>0</tvExp>
  1343. <tvExpOptDlg>0</tvExpOptDlg>
  1344. <bDave2>0</bDave2>
  1345. <PathWithFileName>.\app\project_config.h</PathWithFileName>
  1346. <FilenameWithoutPath>project_config.h</FilenameWithoutPath>
  1347. <RteFlg>0</RteFlg>
  1348. <bShared>0</bShared>
  1349. </File>
  1350. <File>
  1351. <GroupNumber>8</GroupNumber>
  1352. <FileNumber>77</FileNumber>
  1353. <FileType>1</FileType>
  1354. <tvExp>0</tvExp>
  1355. <tvExpOptDlg>0</tvExpOptDlg>
  1356. <bDave2>0</bDave2>
  1357. <PathWithFileName>.\app\glo_var.c</PathWithFileName>
  1358. <FilenameWithoutPath>glo_var.c</FilenameWithoutPath>
  1359. <RteFlg>0</RteFlg>
  1360. <bShared>0</bShared>
  1361. </File>
  1362. <File>
  1363. <GroupNumber>8</GroupNumber>
  1364. <FileNumber>78</FileNumber>
  1365. <FileType>5</FileType>
  1366. <tvExp>0</tvExp>
  1367. <tvExpOptDlg>0</tvExpOptDlg>
  1368. <bDave2>0</bDave2>
  1369. <PathWithFileName>.\app\glo_var.h</PathWithFileName>
  1370. <FilenameWithoutPath>glo_var.h</FilenameWithoutPath>
  1371. <RteFlg>0</RteFlg>
  1372. <bShared>0</bShared>
  1373. </File>
  1374. </Group>
  1375. </ProjectOpt>