PS100.uvoptx 43 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402
  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</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>PS100</TargetName>
  21. <ToolsetNumber>0x4</ToolsetNumber>
  22. <ToolsetName>ARM-ADS</ToolsetName>
  23. <TargetOption>
  24. <CLKADS>12000000</CLKADS>
  25. <OPTTT>
  26. <gFlags>1</gFlags>
  27. <BeepAtEnd>1</BeepAtEnd>
  28. <RunSim>0</RunSim>
  29. <RunTarget>1</RunTarget>
  30. <RunAbUc>0</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>.\app\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>
  119. </SetRegEntry>
  120. <SetRegEntry>
  121. <Number>0</Number>
  122. <Key>ARMRTXEVENTFLAGS</Key>
  123. <Name>-L70 -Z18 -C0 -M0 -T1</Name>
  124. </SetRegEntry>
  125. <SetRegEntry>
  126. <Number>0</Number>
  127. <Key>DLGTARM</Key>
  128. <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)</Name>
  129. </SetRegEntry>
  130. <SetRegEntry>
  131. <Number>0</Number>
  132. <Key>ARMDBGFLAGS</Key>
  133. <Name></Name>
  134. </SetRegEntry>
  135. <SetRegEntry>
  136. <Number>0</Number>
  137. <Key>JL2CM3</Key>
  138. <Name>-U69650959 -O78 -S8 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(1BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8004 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC1000 -FN1 -FF0GD32F10x_MD -FS08000000 -FL020000</Name>
  139. </SetRegEntry>
  140. <SetRegEntry>
  141. <Number>0</Number>
  142. <Key>UL2CM3</Key>
  143. <Name>UL2CM3(-S0 -C0 -P0 ) -FN1 -FC1000 -FD20000000 -FF0GD32F10x_MD -FL020000 -FS08000000 -FP0($$Device:GD32F103RB$Flash\GD32F10x_MD.FLM)</Name>
  144. </SetRegEntry>
  145. </TargetDriverDllRegistry>
  146. <Breakpoint/>
  147. <WatchWindow1>
  148. <Ww>
  149. <count>0</count>
  150. <WinNumber>1</WinNumber>
  151. <ItemText>app_rs485_buf</ItemText>
  152. </Ww>
  153. <Ww>
  154. <count>1</count>
  155. <WinNumber>1</WinNumber>
  156. <ItemText>end_ctr_rsp</ItemText>
  157. </Ww>
  158. <Ww>
  159. <count>2</count>
  160. <WinNumber>1</WinNumber>
  161. <ItemText>can_tx_frame</ItemText>
  162. </Ww>
  163. <Ww>
  164. <count>3</count>
  165. <WinNumber>1</WinNumber>
  166. <ItemText>can_tx_buf</ItemText>
  167. </Ww>
  168. <Ww>
  169. <count>4</count>
  170. <WinNumber>1</WinNumber>
  171. <ItemText>can_ctr_bro</ItemText>
  172. </Ww>
  173. <Ww>
  174. <count>5</count>
  175. <WinNumber>1</WinNumber>
  176. <ItemText>can_rx_ctr_bro_buf</ItemText>
  177. </Ww>
  178. <Ww>
  179. <count>6</count>
  180. <WinNumber>1</WinNumber>
  181. <ItemText>can_ctr_self</ItemText>
  182. </Ww>
  183. <Ww>
  184. <count>7</count>
  185. <WinNumber>1</WinNumber>
  186. <ItemText>end_ctr_self_ss_new</ItemText>
  187. </Ww>
  188. <Ww>
  189. <count>8</count>
  190. <WinNumber>1</WinNumber>
  191. <ItemText>Next_Series_delay</ItemText>
  192. </Ww>
  193. <Ww>
  194. <count>9</count>
  195. <WinNumber>1</WinNumber>
  196. <ItemText>can_test_bro,0x10</ItemText>
  197. </Ww>
  198. <Ww>
  199. <count>10</count>
  200. <WinNumber>1</WinNumber>
  201. <ItemText>ctr_temperature</ItemText>
  202. </Ww>
  203. <Ww>
  204. <count>11</count>
  205. <WinNumber>1</WinNumber>
  206. <ItemText>cb_operate_state</ItemText>
  207. </Ww>
  208. </WatchWindow1>
  209. <WatchWindow2>
  210. <Ww>
  211. <count>0</count>
  212. <WinNumber>2</WinNumber>
  213. <ItemText>ctr_temperature</ItemText>
  214. </Ww>
  215. <Ww>
  216. <count>1</count>
  217. <WinNumber>2</WinNumber>
  218. <ItemText>sub_bms_info_1,0x0A</ItemText>
  219. </Ww>
  220. <Ww>
  221. <count>2</count>
  222. <WinNumber>2</WinNumber>
  223. <ItemText>sub_bms_info_2,0x0A</ItemText>
  224. </Ww>
  225. <Ww>
  226. <count>3</count>
  227. <WinNumber>2</WinNumber>
  228. <ItemText>end_ctr_rsp</ItemText>
  229. </Ww>
  230. <Ww>
  231. <count>4</count>
  232. <WinNumber>2</WinNumber>
  233. <ItemText>array_juli</ItemText>
  234. </Ww>
  235. <Ww>
  236. <count>5</count>
  237. <WinNumber>2</WinNumber>
  238. <ItemText>sub_rs485_time_out_1</ItemText>
  239. </Ww>
  240. <Ww>
  241. <count>6</count>
  242. <WinNumber>2</WinNumber>
  243. <ItemText>sub_rs485_time_out_2</ItemText>
  244. </Ww>
  245. <Ww>
  246. <count>7</count>
  247. <WinNumber>2</WinNumber>
  248. <ItemText>end_ctr_self_stimeout</ItemText>
  249. </Ww>
  250. <Ww>
  251. <count>8</count>
  252. <WinNumber>2</WinNumber>
  253. <ItemText>soft_version</ItemText>
  254. </Ww>
  255. <Ww>
  256. <count>9</count>
  257. <WinNumber>2</WinNumber>
  258. <ItemText>sn</ItemText>
  259. </Ww>
  260. <Ww>
  261. <count>10</count>
  262. <WinNumber>2</WinNumber>
  263. <ItemText>update_bat,0x10</ItemText>
  264. </Ww>
  265. <Ww>
  266. <count>11</count>
  267. <WinNumber>2</WinNumber>
  268. <ItemText>enter_sleep_delay</ItemText>
  269. </Ww>
  270. <Ww>
  271. <count>12</count>
  272. <WinNumber>2</WinNumber>
  273. <ItemText>sheng_yu_li_cheng,0x0A</ItemText>
  274. </Ww>
  275. </WatchWindow2>
  276. <MemoryWindow1>
  277. <Mm>
  278. <WinNumber>1</WinNumber>
  279. <SubType>0</SubType>
  280. <ItemText>0x801F400</ItemText>
  281. <AccSizeX>0</AccSizeX>
  282. </Mm>
  283. </MemoryWindow1>
  284. <Tracepoint>
  285. <THDelay>0</THDelay>
  286. </Tracepoint>
  287. <DebugFlag>
  288. <trace>0</trace>
  289. <periodic>1</periodic>
  290. <aLwin>1</aLwin>
  291. <aCover>0</aCover>
  292. <aSer1>0</aSer1>
  293. <aSer2>0</aSer2>
  294. <aPa>0</aPa>
  295. <viewmode>1</viewmode>
  296. <vrSel>0</vrSel>
  297. <aSym>0</aSym>
  298. <aTbox>0</aTbox>
  299. <AscS1>0</AscS1>
  300. <AscS2>0</AscS2>
  301. <AscS3>0</AscS3>
  302. <aSer3>0</aSer3>
  303. <eProf>0</eProf>
  304. <aLa>0</aLa>
  305. <aPa1>0</aPa1>
  306. <AscS4>0</AscS4>
  307. <aSer4>0</aSer4>
  308. <StkLoc>0</StkLoc>
  309. <TrcWin>0</TrcWin>
  310. <newCpu>0</newCpu>
  311. <uProt>0</uProt>
  312. </DebugFlag>
  313. <LintExecutable></LintExecutable>
  314. <LintConfigFile></LintConfigFile>
  315. <bLintAuto>0</bLintAuto>
  316. <bAutoGenD>0</bAutoGenD>
  317. <LntExFlags>0</LntExFlags>
  318. <pMisraName></pMisraName>
  319. <pszMrule></pszMrule>
  320. <pSingCmds></pSingCmds>
  321. <pMultCmds></pMultCmds>
  322. <pMisraNamep></pMisraNamep>
  323. <pszMrulep></pszMrulep>
  324. <pSingCmdsp></pSingCmdsp>
  325. <pMultCmdsp></pMultCmdsp>
  326. <DebugDescription>
  327. <Enable>1</Enable>
  328. <EnableLog>0</EnableLog>
  329. <Protocol>2</Protocol>
  330. <DbgClock>10000000</DbgClock>
  331. </DebugDescription>
  332. </TargetOption>
  333. </Target>
  334. <Target>
  335. <TargetName>Boot_Loader</TargetName>
  336. <ToolsetNumber>0x4</ToolsetNumber>
  337. <ToolsetName>ARM-ADS</ToolsetName>
  338. <TargetOption>
  339. <CLKADS>12000000</CLKADS>
  340. <OPTTT>
  341. <gFlags>1</gFlags>
  342. <BeepAtEnd>1</BeepAtEnd>
  343. <RunSim>0</RunSim>
  344. <RunTarget>1</RunTarget>
  345. <RunAbUc>0</RunAbUc>
  346. </OPTTT>
  347. <OPTHX>
  348. <HexSelection>1</HexSelection>
  349. <FlashByte>65535</FlashByte>
  350. <HexRangeLowAddress>0</HexRangeLowAddress>
  351. <HexRangeHighAddress>0</HexRangeHighAddress>
  352. <HexOffset>0</HexOffset>
  353. </OPTHX>
  354. <OPTLEX>
  355. <PageWidth>79</PageWidth>
  356. <PageLength>66</PageLength>
  357. <TabStop>8</TabStop>
  358. <ListingPath>.\bootloader\</ListingPath>
  359. </OPTLEX>
  360. <ListingPage>
  361. <CreateCListing>1</CreateCListing>
  362. <CreateAListing>1</CreateAListing>
  363. <CreateLListing>1</CreateLListing>
  364. <CreateIListing>0</CreateIListing>
  365. <AsmCond>1</AsmCond>
  366. <AsmSymb>1</AsmSymb>
  367. <AsmXref>0</AsmXref>
  368. <CCond>1</CCond>
  369. <CCode>0</CCode>
  370. <CListInc>0</CListInc>
  371. <CSymb>0</CSymb>
  372. <LinkerCodeListing>0</LinkerCodeListing>
  373. </ListingPage>
  374. <OPTXL>
  375. <LMap>1</LMap>
  376. <LComments>1</LComments>
  377. <LGenerateSymbols>1</LGenerateSymbols>
  378. <LLibSym>1</LLibSym>
  379. <LLines>1</LLines>
  380. <LLocSym>1</LLocSym>
  381. <LPubSym>1</LPubSym>
  382. <LXref>0</LXref>
  383. <LExpSel>0</LExpSel>
  384. </OPTXL>
  385. <OPTFL>
  386. <tvExp>1</tvExp>
  387. <tvExpOptDlg>0</tvExpOptDlg>
  388. <IsCurrentTarget>0</IsCurrentTarget>
  389. </OPTFL>
  390. <CpuCode>255</CpuCode>
  391. <DebugOpt>
  392. <uSim>0</uSim>
  393. <uTrg>1</uTrg>
  394. <sLdApp>1</sLdApp>
  395. <sGomain>1</sGomain>
  396. <sRbreak>1</sRbreak>
  397. <sRwatch>1</sRwatch>
  398. <sRmem>1</sRmem>
  399. <sRfunc>1</sRfunc>
  400. <sRbox>1</sRbox>
  401. <tLdApp>1</tLdApp>
  402. <tGomain>1</tGomain>
  403. <tRbreak>1</tRbreak>
  404. <tRwatch>1</tRwatch>
  405. <tRmem>1</tRmem>
  406. <tRfunc>0</tRfunc>
  407. <tRbox>1</tRbox>
  408. <tRtrace>1</tRtrace>
  409. <sRSysVw>1</sRSysVw>
  410. <tRSysVw>1</tRSysVw>
  411. <sRunDeb>0</sRunDeb>
  412. <sLrtime>0</sLrtime>
  413. <bEvRecOn>1</bEvRecOn>
  414. <bSchkAxf>0</bSchkAxf>
  415. <bTchkAxf>0</bTchkAxf>
  416. <nTsel>6</nTsel>
  417. <sDll></sDll>
  418. <sDllPa></sDllPa>
  419. <sDlgDll></sDlgDll>
  420. <sDlgPa></sDlgPa>
  421. <sIfile></sIfile>
  422. <tDll></tDll>
  423. <tDllPa></tDllPa>
  424. <tDlgDll></tDlgDll>
  425. <tDlgPa></tDlgPa>
  426. <tIfile></tIfile>
  427. <pMon>Segger\JL2CM3.dll</pMon>
  428. </DebugOpt>
  429. <TargetDriverDllRegistry>
  430. <SetRegEntry>
  431. <Number>0</Number>
  432. <Key>DLGUARM</Key>
  433. <Name></Name>
  434. </SetRegEntry>
  435. <SetRegEntry>
  436. <Number>0</Number>
  437. <Key>ARMRTXEVENTFLAGS</Key>
  438. <Name>-L70 -Z18 -C0 -M0 -T1</Name>
  439. </SetRegEntry>
  440. <SetRegEntry>
  441. <Number>0</Number>
  442. <Key>DLGTARM</Key>
  443. <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)</Name>
  444. </SetRegEntry>
  445. <SetRegEntry>
  446. <Number>0</Number>
  447. <Key>ARMDBGFLAGS</Key>
  448. <Name></Name>
  449. </SetRegEntry>
  450. <SetRegEntry>
  451. <Number>0</Number>
  452. <Key>JL2CM3</Key>
  453. <Name>-U20080643 -O78 -S0 -ZTIFSpeedSel20000 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(1BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8004 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC1000 -FN1 -FF0STM32F10x_128.FLM -FS08000000 -FL020000 -FP0($$Device:STM32F103VB$Flash\STM32F10x_128.FLM)</Name>
  454. </SetRegEntry>
  455. <SetRegEntry>
  456. <Number>0</Number>
  457. <Key>UL2CM3</Key>
  458. <Name>UL2CM3(-S0 -C0 -P0 ) -FN1 -FC1000 -FD20000000 -FF0GD32F10x_MD -FL020000 -FS08000000 -FP0($$Device:GD32F103RB$Flash\GD32F10x_MD.FLM)</Name>
  459. </SetRegEntry>
  460. </TargetDriverDllRegistry>
  461. <Breakpoint>
  462. <Bp>
  463. <Number>0</Number>
  464. <Type>0</Type>
  465. <LineNumber>162</LineNumber>
  466. <EnabledFlag>1</EnabledFlag>
  467. <Address>134224132</Address>
  468. <ByteObject>0</ByteObject>
  469. <HtxType>0</HtxType>
  470. <ManyObjects>0</ManyObjects>
  471. <SizeOfObject>0</SizeOfObject>
  472. <BreakByAccess>0</BreakByAccess>
  473. <BreakIfRCount>1</BreakIfRCount>
  474. <Filename>..\bootloader\s600_iap.c</Filename>
  475. <ExecCommand></ExecCommand>
  476. <Expression>\\PS100_bootloader\../bootloader/s600_iap.c\162</Expression>
  477. </Bp>
  478. <Bp>
  479. <Number>1</Number>
  480. <Type>0</Type>
  481. <LineNumber>82</LineNumber>
  482. <EnabledFlag>1</EnabledFlag>
  483. <Address>0</Address>
  484. <ByteObject>0</ByteObject>
  485. <HtxType>0</HtxType>
  486. <ManyObjects>0</ManyObjects>
  487. <SizeOfObject>0</SizeOfObject>
  488. <BreakByAccess>0</BreakByAccess>
  489. <BreakIfRCount>0</BreakIfRCount>
  490. <Filename>..\Source\drv_can.c</Filename>
  491. <ExecCommand></ExecCommand>
  492. <Expression></Expression>
  493. </Bp>
  494. <Bp>
  495. <Number>2</Number>
  496. <Type>0</Type>
  497. <LineNumber>403</LineNumber>
  498. <EnabledFlag>1</EnabledFlag>
  499. <Address>0</Address>
  500. <ByteObject>0</ByteObject>
  501. <HtxType>0</HtxType>
  502. <ManyObjects>0</ManyObjects>
  503. <SizeOfObject>0</SizeOfObject>
  504. <BreakByAccess>0</BreakByAccess>
  505. <BreakIfRCount>0</BreakIfRCount>
  506. <Filename>..\Source\app_rs485_2.c</Filename>
  507. <ExecCommand></ExecCommand>
  508. <Expression></Expression>
  509. </Bp>
  510. </Breakpoint>
  511. <WatchWindow1>
  512. <Ww>
  513. <count>0</count>
  514. <WinNumber>1</WinNumber>
  515. <ItemText>app_rs485_buf</ItemText>
  516. </Ww>
  517. <Ww>
  518. <count>1</count>
  519. <WinNumber>1</WinNumber>
  520. <ItemText>cb_operate_state</ItemText>
  521. </Ww>
  522. <Ww>
  523. <count>2</count>
  524. <WinNumber>1</WinNumber>
  525. <ItemText>end_ctr_rsp</ItemText>
  526. </Ww>
  527. <Ww>
  528. <count>3</count>
  529. <WinNumber>1</WinNumber>
  530. <ItemText>can_tx_frame</ItemText>
  531. </Ww>
  532. <Ww>
  533. <count>4</count>
  534. <WinNumber>1</WinNumber>
  535. <ItemText>can_tx_buf</ItemText>
  536. </Ww>
  537. <Ww>
  538. <count>5</count>
  539. <WinNumber>1</WinNumber>
  540. <ItemText>can_ctr_bro</ItemText>
  541. </Ww>
  542. <Ww>
  543. <count>6</count>
  544. <WinNumber>1</WinNumber>
  545. <ItemText>can_rx_ctr_bro_buf</ItemText>
  546. </Ww>
  547. <Ww>
  548. <count>7</count>
  549. <WinNumber>1</WinNumber>
  550. <ItemText>can_ctr_self</ItemText>
  551. </Ww>
  552. <Ww>
  553. <count>8</count>
  554. <WinNumber>1</WinNumber>
  555. <ItemText>sub_bms_2_lt_state</ItemText>
  556. </Ww>
  557. </WatchWindow1>
  558. <WatchWindow2>
  559. <Ww>
  560. <count>0</count>
  561. <WinNumber>2</WinNumber>
  562. <ItemText>ctr_temperature</ItemText>
  563. </Ww>
  564. <Ww>
  565. <count>1</count>
  566. <WinNumber>2</WinNumber>
  567. <ItemText>sub_bms_info_1,0x0A</ItemText>
  568. </Ww>
  569. <Ww>
  570. <count>2</count>
  571. <WinNumber>2</WinNumber>
  572. <ItemText>sub_bms_info_2,0x0A</ItemText>
  573. </Ww>
  574. <Ww>
  575. <count>3</count>
  576. <WinNumber>2</WinNumber>
  577. <ItemText>sub_bms_2_lt_state</ItemText>
  578. </Ww>
  579. <Ww>
  580. <count>4</count>
  581. <WinNumber>2</WinNumber>
  582. <ItemText>sub_bms_1_lt_state</ItemText>
  583. </Ww>
  584. <Ww>
  585. <count>5</count>
  586. <WinNumber>2</WinNumber>
  587. <ItemText>end_ctr_rsp</ItemText>
  588. </Ww>
  589. <Ww>
  590. <count>6</count>
  591. <WinNumber>2</WinNumber>
  592. <ItemText>ju_li_1,0x0A</ItemText>
  593. </Ww>
  594. <Ww>
  595. <count>7</count>
  596. <WinNumber>2</WinNumber>
  597. <ItemText>ju_li_2,0x0A</ItemText>
  598. </Ww>
  599. <Ww>
  600. <count>8</count>
  601. <WinNumber>2</WinNumber>
  602. <ItemText>array_juli</ItemText>
  603. </Ww>
  604. </WatchWindow2>
  605. <MemoryWindow1>
  606. <Mm>
  607. <WinNumber>1</WinNumber>
  608. <SubType>0</SubType>
  609. <ItemText>RxBuffer[i]</ItemText>
  610. <AccSizeX>0</AccSizeX>
  611. </Mm>
  612. </MemoryWindow1>
  613. <Tracepoint>
  614. <THDelay>0</THDelay>
  615. </Tracepoint>
  616. <DebugFlag>
  617. <trace>0</trace>
  618. <periodic>1</periodic>
  619. <aLwin>0</aLwin>
  620. <aCover>0</aCover>
  621. <aSer1>0</aSer1>
  622. <aSer2>0</aSer2>
  623. <aPa>0</aPa>
  624. <viewmode>1</viewmode>
  625. <vrSel>0</vrSel>
  626. <aSym>0</aSym>
  627. <aTbox>0</aTbox>
  628. <AscS1>0</AscS1>
  629. <AscS2>0</AscS2>
  630. <AscS3>0</AscS3>
  631. <aSer3>0</aSer3>
  632. <eProf>0</eProf>
  633. <aLa>0</aLa>
  634. <aPa1>0</aPa1>
  635. <AscS4>0</AscS4>
  636. <aSer4>0</aSer4>
  637. <StkLoc>0</StkLoc>
  638. <TrcWin>0</TrcWin>
  639. <newCpu>0</newCpu>
  640. <uProt>0</uProt>
  641. </DebugFlag>
  642. <LintExecutable></LintExecutable>
  643. <LintConfigFile></LintConfigFile>
  644. <bLintAuto>0</bLintAuto>
  645. <bAutoGenD>0</bAutoGenD>
  646. <LntExFlags>0</LntExFlags>
  647. <pMisraName></pMisraName>
  648. <pszMrule></pszMrule>
  649. <pSingCmds></pSingCmds>
  650. <pMultCmds></pMultCmds>
  651. <pMisraNamep></pMisraNamep>
  652. <pszMrulep></pszMrulep>
  653. <pSingCmdsp></pSingCmdsp>
  654. <pMultCmdsp></pMultCmdsp>
  655. <DebugDescription>
  656. <Enable>1</Enable>
  657. <EnableLog>0</EnableLog>
  658. <Protocol>2</Protocol>
  659. <DbgClock>10000000</DbgClock>
  660. </DebugDescription>
  661. </TargetOption>
  662. </Target>
  663. <Group>
  664. <GroupName>App</GroupName>
  665. <tvExp>1</tvExp>
  666. <tvExpOptDlg>0</tvExpOptDlg>
  667. <cbSel>0</cbSel>
  668. <RteFlg>0</RteFlg>
  669. <File>
  670. <GroupNumber>1</GroupNumber>
  671. <FileNumber>1</FileNumber>
  672. <FileType>1</FileType>
  673. <tvExp>0</tvExp>
  674. <tvExpOptDlg>0</tvExpOptDlg>
  675. <bDave2>0</bDave2>
  676. <PathWithFileName>..\Source\main.c</PathWithFileName>
  677. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  678. <RteFlg>0</RteFlg>
  679. <bShared>0</bShared>
  680. </File>
  681. <File>
  682. <GroupNumber>1</GroupNumber>
  683. <FileNumber>2</FileNumber>
  684. <FileType>1</FileType>
  685. <tvExp>0</tvExp>
  686. <tvExpOptDlg>0</tvExpOptDlg>
  687. <bDave2>0</bDave2>
  688. <PathWithFileName>..\Source\app.c</PathWithFileName>
  689. <FilenameWithoutPath>app.c</FilenameWithoutPath>
  690. <RteFlg>0</RteFlg>
  691. <bShared>0</bShared>
  692. </File>
  693. <File>
  694. <GroupNumber>1</GroupNumber>
  695. <FileNumber>3</FileNumber>
  696. <FileType>1</FileType>
  697. <tvExp>0</tvExp>
  698. <tvExpOptDlg>0</tvExpOptDlg>
  699. <bDave2>0</bDave2>
  700. <PathWithFileName>..\Source\app_can.c</PathWithFileName>
  701. <FilenameWithoutPath>app_can.c</FilenameWithoutPath>
  702. <RteFlg>0</RteFlg>
  703. <bShared>0</bShared>
  704. </File>
  705. <File>
  706. <GroupNumber>1</GroupNumber>
  707. <FileNumber>4</FileNumber>
  708. <FileType>1</FileType>
  709. <tvExp>0</tvExp>
  710. <tvExpOptDlg>0</tvExpOptDlg>
  711. <bDave2>0</bDave2>
  712. <PathWithFileName>..\Source\app_rs485_1.c</PathWithFileName>
  713. <FilenameWithoutPath>app_rs485_1.c</FilenameWithoutPath>
  714. <RteFlg>0</RteFlg>
  715. <bShared>0</bShared>
  716. </File>
  717. <File>
  718. <GroupNumber>1</GroupNumber>
  719. <FileNumber>5</FileNumber>
  720. <FileType>1</FileType>
  721. <tvExp>0</tvExp>
  722. <tvExpOptDlg>0</tvExpOptDlg>
  723. <bDave2>0</bDave2>
  724. <PathWithFileName>..\Source\app_rs485_2.c</PathWithFileName>
  725. <FilenameWithoutPath>app_rs485_2.c</FilenameWithoutPath>
  726. <RteFlg>0</RteFlg>
  727. <bShared>0</bShared>
  728. </File>
  729. <File>
  730. <GroupNumber>1</GroupNumber>
  731. <FileNumber>6</FileNumber>
  732. <FileType>1</FileType>
  733. <tvExp>0</tvExp>
  734. <tvExpOptDlg>0</tvExpOptDlg>
  735. <bDave2>0</bDave2>
  736. <PathWithFileName>..\Source\measure_temprature.c</PathWithFileName>
  737. <FilenameWithoutPath>measure_temprature.c</FilenameWithoutPath>
  738. <RteFlg>0</RteFlg>
  739. <bShared>0</bShared>
  740. </File>
  741. <File>
  742. <GroupNumber>1</GroupNumber>
  743. <FileNumber>7</FileNumber>
  744. <FileType>1</FileType>
  745. <tvExp>0</tvExp>
  746. <tvExpOptDlg>0</tvExpOptDlg>
  747. <bDave2>0</bDave2>
  748. <PathWithFileName>..\Source\measure_vol.c</PathWithFileName>
  749. <FilenameWithoutPath>measure_vol.c</FilenameWithoutPath>
  750. <RteFlg>0</RteFlg>
  751. <bShared>0</bShared>
  752. </File>
  753. <File>
  754. <GroupNumber>1</GroupNumber>
  755. <FileNumber>8</FileNumber>
  756. <FileType>1</FileType>
  757. <tvExp>0</tvExp>
  758. <tvExpOptDlg>0</tvExpOptDlg>
  759. <bDave2>0</bDave2>
  760. <PathWithFileName>..\Source\app_end_ctr.c</PathWithFileName>
  761. <FilenameWithoutPath>app_end_ctr.c</FilenameWithoutPath>
  762. <RteFlg>0</RteFlg>
  763. <bShared>0</bShared>
  764. </File>
  765. <File>
  766. <GroupNumber>1</GroupNumber>
  767. <FileNumber>9</FileNumber>
  768. <FileType>1</FileType>
  769. <tvExp>0</tvExp>
  770. <tvExpOptDlg>0</tvExpOptDlg>
  771. <bDave2>0</bDave2>
  772. <PathWithFileName>..\Source\app_adas.c</PathWithFileName>
  773. <FilenameWithoutPath>app_adas.c</FilenameWithoutPath>
  774. <RteFlg>0</RteFlg>
  775. <bShared>0</bShared>
  776. </File>
  777. <File>
  778. <GroupNumber>1</GroupNumber>
  779. <FileNumber>10</FileNumber>
  780. <FileType>1</FileType>
  781. <tvExp>0</tvExp>
  782. <tvExpOptDlg>0</tvExpOptDlg>
  783. <bDave2>0</bDave2>
  784. <PathWithFileName>..\Source\app_bms_1.c</PathWithFileName>
  785. <FilenameWithoutPath>app_bms_1.c</FilenameWithoutPath>
  786. <RteFlg>0</RteFlg>
  787. <bShared>0</bShared>
  788. </File>
  789. <File>
  790. <GroupNumber>1</GroupNumber>
  791. <FileNumber>11</FileNumber>
  792. <FileType>1</FileType>
  793. <tvExp>0</tvExp>
  794. <tvExpOptDlg>0</tvExpOptDlg>
  795. <bDave2>0</bDave2>
  796. <PathWithFileName>..\Source\app_bms_2.c</PathWithFileName>
  797. <FilenameWithoutPath>app_bms_2.c</FilenameWithoutPath>
  798. <RteFlg>0</RteFlg>
  799. <bShared>0</bShared>
  800. </File>
  801. <File>
  802. <GroupNumber>1</GroupNumber>
  803. <FileNumber>12</FileNumber>
  804. <FileType>1</FileType>
  805. <tvExp>0</tvExp>
  806. <tvExpOptDlg>0</tvExpOptDlg>
  807. <bDave2>0</bDave2>
  808. <PathWithFileName>..\Source\hardware_test.c</PathWithFileName>
  809. <FilenameWithoutPath>hardware_test.c</FilenameWithoutPath>
  810. <RteFlg>0</RteFlg>
  811. <bShared>0</bShared>
  812. </File>
  813. <File>
  814. <GroupNumber>1</GroupNumber>
  815. <FileNumber>13</FileNumber>
  816. <FileType>1</FileType>
  817. <tvExp>0</tvExp>
  818. <tvExpOptDlg>0</tvExpOptDlg>
  819. <bDave2>0</bDave2>
  820. <PathWithFileName>..\Source\low_power.c</PathWithFileName>
  821. <FilenameWithoutPath>low_power.c</FilenameWithoutPath>
  822. <RteFlg>0</RteFlg>
  823. <bShared>0</bShared>
  824. </File>
  825. <File>
  826. <GroupNumber>1</GroupNumber>
  827. <FileNumber>14</FileNumber>
  828. <FileType>1</FileType>
  829. <tvExp>0</tvExp>
  830. <tvExpOptDlg>0</tvExpOptDlg>
  831. <bDave2>0</bDave2>
  832. <PathWithFileName>..\Source\shark_xl.c</PathWithFileName>
  833. <FilenameWithoutPath>shark_xl.c</FilenameWithoutPath>
  834. <RteFlg>0</RteFlg>
  835. <bShared>0</bShared>
  836. </File>
  837. </Group>
  838. <Group>
  839. <GroupName>Drv</GroupName>
  840. <tvExp>1</tvExp>
  841. <tvExpOptDlg>0</tvExpOptDlg>
  842. <cbSel>0</cbSel>
  843. <RteFlg>0</RteFlg>
  844. <File>
  845. <GroupNumber>2</GroupNumber>
  846. <FileNumber>15</FileNumber>
  847. <FileType>1</FileType>
  848. <tvExp>0</tvExp>
  849. <tvExpOptDlg>0</tvExpOptDlg>
  850. <bDave2>0</bDave2>
  851. <PathWithFileName>..\Source\delay.c</PathWithFileName>
  852. <FilenameWithoutPath>delay.c</FilenameWithoutPath>
  853. <RteFlg>0</RteFlg>
  854. <bShared>0</bShared>
  855. </File>
  856. <File>
  857. <GroupNumber>2</GroupNumber>
  858. <FileNumber>16</FileNumber>
  859. <FileType>1</FileType>
  860. <tvExp>0</tvExp>
  861. <tvExpOptDlg>0</tvExpOptDlg>
  862. <bDave2>0</bDave2>
  863. <PathWithFileName>..\Source\drv_can.c</PathWithFileName>
  864. <FilenameWithoutPath>drv_can.c</FilenameWithoutPath>
  865. <RteFlg>0</RteFlg>
  866. <bShared>0</bShared>
  867. </File>
  868. <File>
  869. <GroupNumber>2</GroupNumber>
  870. <FileNumber>17</FileNumber>
  871. <FileType>1</FileType>
  872. <tvExp>0</tvExp>
  873. <tvExpOptDlg>0</tvExpOptDlg>
  874. <bDave2>0</bDave2>
  875. <PathWithFileName>..\Source\drv_usart.c</PathWithFileName>
  876. <FilenameWithoutPath>drv_usart.c</FilenameWithoutPath>
  877. <RteFlg>0</RteFlg>
  878. <bShared>0</bShared>
  879. </File>
  880. <File>
  881. <GroupNumber>2</GroupNumber>
  882. <FileNumber>18</FileNumber>
  883. <FileType>1</FileType>
  884. <tvExp>0</tvExp>
  885. <tvExpOptDlg>0</tvExpOptDlg>
  886. <bDave2>0</bDave2>
  887. <PathWithFileName>..\Source\drv_io.c</PathWithFileName>
  888. <FilenameWithoutPath>drv_io.c</FilenameWithoutPath>
  889. <RteFlg>0</RteFlg>
  890. <bShared>0</bShared>
  891. </File>
  892. <File>
  893. <GroupNumber>2</GroupNumber>
  894. <FileNumber>19</FileNumber>
  895. <FileType>1</FileType>
  896. <tvExp>0</tvExp>
  897. <tvExpOptDlg>0</tvExpOptDlg>
  898. <bDave2>0</bDave2>
  899. <PathWithFileName>..\Source\drv_adc.c</PathWithFileName>
  900. <FilenameWithoutPath>drv_adc.c</FilenameWithoutPath>
  901. <RteFlg>0</RteFlg>
  902. <bShared>0</bShared>
  903. </File>
  904. <File>
  905. <GroupNumber>2</GroupNumber>
  906. <FileNumber>20</FileNumber>
  907. <FileType>1</FileType>
  908. <tvExp>0</tvExp>
  909. <tvExpOptDlg>0</tvExpOptDlg>
  910. <bDave2>0</bDave2>
  911. <PathWithFileName>..\Source\drv_usart_2.c</PathWithFileName>
  912. <FilenameWithoutPath>drv_usart_2.c</FilenameWithoutPath>
  913. <RteFlg>0</RteFlg>
  914. <bShared>0</bShared>
  915. </File>
  916. <File>
  917. <GroupNumber>2</GroupNumber>
  918. <FileNumber>21</FileNumber>
  919. <FileType>1</FileType>
  920. <tvExp>0</tvExp>
  921. <tvExpOptDlg>0</tvExpOptDlg>
  922. <bDave2>0</bDave2>
  923. <PathWithFileName>..\Source\gd32f10x_it.c</PathWithFileName>
  924. <FilenameWithoutPath>gd32f10x_it.c</FilenameWithoutPath>
  925. <RteFlg>0</RteFlg>
  926. <bShared>0</bShared>
  927. </File>
  928. <File>
  929. <GroupNumber>2</GroupNumber>
  930. <FileNumber>22</FileNumber>
  931. <FileType>1</FileType>
  932. <tvExp>0</tvExp>
  933. <tvExpOptDlg>0</tvExpOptDlg>
  934. <bDave2>0</bDave2>
  935. <PathWithFileName>..\Source\drv_adas.c</PathWithFileName>
  936. <FilenameWithoutPath>drv_adas.c</FilenameWithoutPath>
  937. <RteFlg>0</RteFlg>
  938. <bShared>0</bShared>
  939. </File>
  940. <File>
  941. <GroupNumber>2</GroupNumber>
  942. <FileNumber>23</FileNumber>
  943. <FileType>1</FileType>
  944. <tvExp>0</tvExp>
  945. <tvExpOptDlg>0</tvExpOptDlg>
  946. <bDave2>0</bDave2>
  947. <PathWithFileName>..\Source\drv_watch_dog.c</PathWithFileName>
  948. <FilenameWithoutPath>drv_watch_dog.c</FilenameWithoutPath>
  949. <RteFlg>0</RteFlg>
  950. <bShared>0</bShared>
  951. </File>
  952. </Group>
  953. <Group>
  954. <GroupName>Startup</GroupName>
  955. <tvExp>0</tvExp>
  956. <tvExpOptDlg>0</tvExpOptDlg>
  957. <cbSel>0</cbSel>
  958. <RteFlg>0</RteFlg>
  959. <File>
  960. <GroupNumber>3</GroupNumber>
  961. <FileNumber>24</FileNumber>
  962. <FileType>5</FileType>
  963. <tvExp>0</tvExp>
  964. <tvExpOptDlg>0</tvExpOptDlg>
  965. <bDave2>0</bDave2>
  966. <PathWithFileName>..\Libraries\CMSIS\GD\GD32F10x\Include\gd32f10x.h</PathWithFileName>
  967. <FilenameWithoutPath>gd32f10x.h</FilenameWithoutPath>
  968. <RteFlg>0</RteFlg>
  969. <bShared>0</bShared>
  970. </File>
  971. <File>
  972. <GroupNumber>3</GroupNumber>
  973. <FileNumber>25</FileNumber>
  974. <FileType>1</FileType>
  975. <tvExp>0</tvExp>
  976. <tvExpOptDlg>0</tvExpOptDlg>
  977. <bDave2>0</bDave2>
  978. <PathWithFileName>..\Libraries\CMSIS\GD\GD32F10x\Source\system_gd32f10x.c</PathWithFileName>
  979. <FilenameWithoutPath>system_gd32f10x.c</FilenameWithoutPath>
  980. <RteFlg>0</RteFlg>
  981. <bShared>0</bShared>
  982. </File>
  983. <File>
  984. <GroupNumber>3</GroupNumber>
  985. <FileNumber>26</FileNumber>
  986. <FileType>5</FileType>
  987. <tvExp>0</tvExp>
  988. <tvExpOptDlg>0</tvExpOptDlg>
  989. <bDave2>0</bDave2>
  990. <PathWithFileName>..\Libraries\CMSIS\GD\GD32F10x\Include\system_gd32f10x.h</PathWithFileName>
  991. <FilenameWithoutPath>system_gd32f10x.h</FilenameWithoutPath>
  992. <RteFlg>0</RteFlg>
  993. <bShared>0</bShared>
  994. </File>
  995. <File>
  996. <GroupNumber>3</GroupNumber>
  997. <FileNumber>27</FileNumber>
  998. <FileType>2</FileType>
  999. <tvExp>0</tvExp>
  1000. <tvExpOptDlg>0</tvExpOptDlg>
  1001. <bDave2>0</bDave2>
  1002. <PathWithFileName>..\Libraries\CMSIS\GD\GD32F10x\Source\ARM\startup_gd32f10x_md.s</PathWithFileName>
  1003. <FilenameWithoutPath>startup_gd32f10x_md.s</FilenameWithoutPath>
  1004. <RteFlg>0</RteFlg>
  1005. <bShared>0</bShared>
  1006. </File>
  1007. </Group>
  1008. <Group>
  1009. <GroupName>GD32F10x_standard_peripheral</GroupName>
  1010. <tvExp>0</tvExp>
  1011. <tvExpOptDlg>0</tvExpOptDlg>
  1012. <cbSel>0</cbSel>
  1013. <RteFlg>0</RteFlg>
  1014. <File>
  1015. <GroupNumber>4</GroupNumber>
  1016. <FileNumber>28</FileNumber>
  1017. <FileType>1</FileType>
  1018. <tvExp>0</tvExp>
  1019. <tvExpOptDlg>0</tvExpOptDlg>
  1020. <bDave2>0</bDave2>
  1021. <PathWithFileName>..\Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_adc.c</PathWithFileName>
  1022. <FilenameWithoutPath>gd32f10x_adc.c</FilenameWithoutPath>
  1023. <RteFlg>0</RteFlg>
  1024. <bShared>0</bShared>
  1025. </File>
  1026. <File>
  1027. <GroupNumber>4</GroupNumber>
  1028. <FileNumber>29</FileNumber>
  1029. <FileType>1</FileType>
  1030. <tvExp>0</tvExp>
  1031. <tvExpOptDlg>0</tvExpOptDlg>
  1032. <bDave2>0</bDave2>
  1033. <PathWithFileName>..\Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_bkp.c</PathWithFileName>
  1034. <FilenameWithoutPath>gd32f10x_bkp.c</FilenameWithoutPath>
  1035. <RteFlg>0</RteFlg>
  1036. <bShared>0</bShared>
  1037. </File>
  1038. <File>
  1039. <GroupNumber>4</GroupNumber>
  1040. <FileNumber>30</FileNumber>
  1041. <FileType>1</FileType>
  1042. <tvExp>0</tvExp>
  1043. <tvExpOptDlg>0</tvExpOptDlg>
  1044. <bDave2>0</bDave2>
  1045. <PathWithFileName>..\Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_can.c</PathWithFileName>
  1046. <FilenameWithoutPath>gd32f10x_can.c</FilenameWithoutPath>
  1047. <RteFlg>0</RteFlg>
  1048. <bShared>0</bShared>
  1049. </File>
  1050. <File>
  1051. <GroupNumber>4</GroupNumber>
  1052. <FileNumber>31</FileNumber>
  1053. <FileType>1</FileType>
  1054. <tvExp>0</tvExp>
  1055. <tvExpOptDlg>0</tvExpOptDlg>
  1056. <bDave2>0</bDave2>
  1057. <PathWithFileName>..\Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_crc.c</PathWithFileName>
  1058. <FilenameWithoutPath>gd32f10x_crc.c</FilenameWithoutPath>
  1059. <RteFlg>0</RteFlg>
  1060. <bShared>0</bShared>
  1061. </File>
  1062. <File>
  1063. <GroupNumber>4</GroupNumber>
  1064. <FileNumber>32</FileNumber>
  1065. <FileType>1</FileType>
  1066. <tvExp>0</tvExp>
  1067. <tvExpOptDlg>0</tvExpOptDlg>
  1068. <bDave2>0</bDave2>
  1069. <PathWithFileName>..\Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_dac.c</PathWithFileName>
  1070. <FilenameWithoutPath>gd32f10x_dac.c</FilenameWithoutPath>
  1071. <RteFlg>0</RteFlg>
  1072. <bShared>0</bShared>
  1073. </File>
  1074. <File>
  1075. <GroupNumber>4</GroupNumber>
  1076. <FileNumber>33</FileNumber>
  1077. <FileType>1</FileType>
  1078. <tvExp>0</tvExp>
  1079. <tvExpOptDlg>0</tvExpOptDlg>
  1080. <bDave2>0</bDave2>
  1081. <PathWithFileName>..\Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_dbg.c</PathWithFileName>
  1082. <FilenameWithoutPath>gd32f10x_dbg.c</FilenameWithoutPath>
  1083. <RteFlg>0</RteFlg>
  1084. <bShared>0</bShared>
  1085. </File>
  1086. <File>
  1087. <GroupNumber>4</GroupNumber>
  1088. <FileNumber>34</FileNumber>
  1089. <FileType>1</FileType>
  1090. <tvExp>0</tvExp>
  1091. <tvExpOptDlg>0</tvExpOptDlg>
  1092. <bDave2>0</bDave2>
  1093. <PathWithFileName>..\Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_dma.c</PathWithFileName>
  1094. <FilenameWithoutPath>gd32f10x_dma.c</FilenameWithoutPath>
  1095. <RteFlg>0</RteFlg>
  1096. <bShared>0</bShared>
  1097. </File>
  1098. <File>
  1099. <GroupNumber>4</GroupNumber>
  1100. <FileNumber>35</FileNumber>
  1101. <FileType>1</FileType>
  1102. <tvExp>0</tvExp>
  1103. <tvExpOptDlg>0</tvExpOptDlg>
  1104. <bDave2>0</bDave2>
  1105. <PathWithFileName>..\Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_enet.c</PathWithFileName>
  1106. <FilenameWithoutPath>gd32f10x_enet.c</FilenameWithoutPath>
  1107. <RteFlg>0</RteFlg>
  1108. <bShared>0</bShared>
  1109. </File>
  1110. <File>
  1111. <GroupNumber>4</GroupNumber>
  1112. <FileNumber>36</FileNumber>
  1113. <FileType>1</FileType>
  1114. <tvExp>0</tvExp>
  1115. <tvExpOptDlg>0</tvExpOptDlg>
  1116. <bDave2>0</bDave2>
  1117. <PathWithFileName>..\Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_exmc.c</PathWithFileName>
  1118. <FilenameWithoutPath>gd32f10x_exmc.c</FilenameWithoutPath>
  1119. <RteFlg>0</RteFlg>
  1120. <bShared>0</bShared>
  1121. </File>
  1122. <File>
  1123. <GroupNumber>4</GroupNumber>
  1124. <FileNumber>37</FileNumber>
  1125. <FileType>1</FileType>
  1126. <tvExp>0</tvExp>
  1127. <tvExpOptDlg>0</tvExpOptDlg>
  1128. <bDave2>0</bDave2>
  1129. <PathWithFileName>..\Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_exti.c</PathWithFileName>
  1130. <FilenameWithoutPath>gd32f10x_exti.c</FilenameWithoutPath>
  1131. <RteFlg>0</RteFlg>
  1132. <bShared>0</bShared>
  1133. </File>
  1134. <File>
  1135. <GroupNumber>4</GroupNumber>
  1136. <FileNumber>38</FileNumber>
  1137. <FileType>1</FileType>
  1138. <tvExp>0</tvExp>
  1139. <tvExpOptDlg>0</tvExpOptDlg>
  1140. <bDave2>0</bDave2>
  1141. <PathWithFileName>..\Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_fmc.c</PathWithFileName>
  1142. <FilenameWithoutPath>gd32f10x_fmc.c</FilenameWithoutPath>
  1143. <RteFlg>0</RteFlg>
  1144. <bShared>0</bShared>
  1145. </File>
  1146. <File>
  1147. <GroupNumber>4</GroupNumber>
  1148. <FileNumber>39</FileNumber>
  1149. <FileType>1</FileType>
  1150. <tvExp>0</tvExp>
  1151. <tvExpOptDlg>0</tvExpOptDlg>
  1152. <bDave2>0</bDave2>
  1153. <PathWithFileName>..\Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_fwdgt.c</PathWithFileName>
  1154. <FilenameWithoutPath>gd32f10x_fwdgt.c</FilenameWithoutPath>
  1155. <RteFlg>0</RteFlg>
  1156. <bShared>0</bShared>
  1157. </File>
  1158. <File>
  1159. <GroupNumber>4</GroupNumber>
  1160. <FileNumber>40</FileNumber>
  1161. <FileType>1</FileType>
  1162. <tvExp>0</tvExp>
  1163. <tvExpOptDlg>0</tvExpOptDlg>
  1164. <bDave2>0</bDave2>
  1165. <PathWithFileName>..\Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_gpio.c</PathWithFileName>
  1166. <FilenameWithoutPath>gd32f10x_gpio.c</FilenameWithoutPath>
  1167. <RteFlg>0</RteFlg>
  1168. <bShared>0</bShared>
  1169. </File>
  1170. <File>
  1171. <GroupNumber>4</GroupNumber>
  1172. <FileNumber>41</FileNumber>
  1173. <FileType>1</FileType>
  1174. <tvExp>0</tvExp>
  1175. <tvExpOptDlg>0</tvExpOptDlg>
  1176. <bDave2>0</bDave2>
  1177. <PathWithFileName>..\Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_i2c.c</PathWithFileName>
  1178. <FilenameWithoutPath>gd32f10x_i2c.c</FilenameWithoutPath>
  1179. <RteFlg>0</RteFlg>
  1180. <bShared>0</bShared>
  1181. </File>
  1182. <File>
  1183. <GroupNumber>4</GroupNumber>
  1184. <FileNumber>42</FileNumber>
  1185. <FileType>1</FileType>
  1186. <tvExp>0</tvExp>
  1187. <tvExpOptDlg>0</tvExpOptDlg>
  1188. <bDave2>0</bDave2>
  1189. <PathWithFileName>..\Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_misc.c</PathWithFileName>
  1190. <FilenameWithoutPath>gd32f10x_misc.c</FilenameWithoutPath>
  1191. <RteFlg>0</RteFlg>
  1192. <bShared>0</bShared>
  1193. </File>
  1194. <File>
  1195. <GroupNumber>4</GroupNumber>
  1196. <FileNumber>43</FileNumber>
  1197. <FileType>1</FileType>
  1198. <tvExp>0</tvExp>
  1199. <tvExpOptDlg>0</tvExpOptDlg>
  1200. <bDave2>0</bDave2>
  1201. <PathWithFileName>..\Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_pmu.c</PathWithFileName>
  1202. <FilenameWithoutPath>gd32f10x_pmu.c</FilenameWithoutPath>
  1203. <RteFlg>0</RteFlg>
  1204. <bShared>0</bShared>
  1205. </File>
  1206. <File>
  1207. <GroupNumber>4</GroupNumber>
  1208. <FileNumber>44</FileNumber>
  1209. <FileType>1</FileType>
  1210. <tvExp>0</tvExp>
  1211. <tvExpOptDlg>0</tvExpOptDlg>
  1212. <bDave2>0</bDave2>
  1213. <PathWithFileName>..\Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_rcu.c</PathWithFileName>
  1214. <FilenameWithoutPath>gd32f10x_rcu.c</FilenameWithoutPath>
  1215. <RteFlg>0</RteFlg>
  1216. <bShared>0</bShared>
  1217. </File>
  1218. <File>
  1219. <GroupNumber>4</GroupNumber>
  1220. <FileNumber>45</FileNumber>
  1221. <FileType>1</FileType>
  1222. <tvExp>0</tvExp>
  1223. <tvExpOptDlg>0</tvExpOptDlg>
  1224. <bDave2>0</bDave2>
  1225. <PathWithFileName>..\Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_rtc.c</PathWithFileName>
  1226. <FilenameWithoutPath>gd32f10x_rtc.c</FilenameWithoutPath>
  1227. <RteFlg>0</RteFlg>
  1228. <bShared>0</bShared>
  1229. </File>
  1230. <File>
  1231. <GroupNumber>4</GroupNumber>
  1232. <FileNumber>46</FileNumber>
  1233. <FileType>1</FileType>
  1234. <tvExp>0</tvExp>
  1235. <tvExpOptDlg>0</tvExpOptDlg>
  1236. <bDave2>0</bDave2>
  1237. <PathWithFileName>..\Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_sdio.c</PathWithFileName>
  1238. <FilenameWithoutPath>gd32f10x_sdio.c</FilenameWithoutPath>
  1239. <RteFlg>0</RteFlg>
  1240. <bShared>0</bShared>
  1241. </File>
  1242. <File>
  1243. <GroupNumber>4</GroupNumber>
  1244. <FileNumber>47</FileNumber>
  1245. <FileType>1</FileType>
  1246. <tvExp>0</tvExp>
  1247. <tvExpOptDlg>0</tvExpOptDlg>
  1248. <bDave2>0</bDave2>
  1249. <PathWithFileName>..\Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_spi.c</PathWithFileName>
  1250. <FilenameWithoutPath>gd32f10x_spi.c</FilenameWithoutPath>
  1251. <RteFlg>0</RteFlg>
  1252. <bShared>0</bShared>
  1253. </File>
  1254. <File>
  1255. <GroupNumber>4</GroupNumber>
  1256. <FileNumber>48</FileNumber>
  1257. <FileType>1</FileType>
  1258. <tvExp>0</tvExp>
  1259. <tvExpOptDlg>0</tvExpOptDlg>
  1260. <bDave2>0</bDave2>
  1261. <PathWithFileName>..\Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_timer.c</PathWithFileName>
  1262. <FilenameWithoutPath>gd32f10x_timer.c</FilenameWithoutPath>
  1263. <RteFlg>0</RteFlg>
  1264. <bShared>0</bShared>
  1265. </File>
  1266. <File>
  1267. <GroupNumber>4</GroupNumber>
  1268. <FileNumber>49</FileNumber>
  1269. <FileType>1</FileType>
  1270. <tvExp>0</tvExp>
  1271. <tvExpOptDlg>0</tvExpOptDlg>
  1272. <bDave2>0</bDave2>
  1273. <PathWithFileName>..\Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_usart.c</PathWithFileName>
  1274. <FilenameWithoutPath>gd32f10x_usart.c</FilenameWithoutPath>
  1275. <RteFlg>0</RteFlg>
  1276. <bShared>0</bShared>
  1277. </File>
  1278. <File>
  1279. <GroupNumber>4</GroupNumber>
  1280. <FileNumber>50</FileNumber>
  1281. <FileType>1</FileType>
  1282. <tvExp>0</tvExp>
  1283. <tvExpOptDlg>0</tvExpOptDlg>
  1284. <bDave2>0</bDave2>
  1285. <PathWithFileName>..\Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_wwdgt.c</PathWithFileName>
  1286. <FilenameWithoutPath>gd32f10x_wwdgt.c</FilenameWithoutPath>
  1287. <RteFlg>0</RteFlg>
  1288. <bShared>0</bShared>
  1289. </File>
  1290. </Group>
  1291. <Group>
  1292. <GroupName>BL_Source</GroupName>
  1293. <tvExp>0</tvExp>
  1294. <tvExpOptDlg>0</tvExpOptDlg>
  1295. <cbSel>0</cbSel>
  1296. <RteFlg>0</RteFlg>
  1297. <File>
  1298. <GroupNumber>5</GroupNumber>
  1299. <FileNumber>51</FileNumber>
  1300. <FileType>1</FileType>
  1301. <tvExp>0</tvExp>
  1302. <tvExpOptDlg>0</tvExpOptDlg>
  1303. <bDave2>0</bDave2>
  1304. <PathWithFileName>..\bootloader\s600_iap.c</PathWithFileName>
  1305. <FilenameWithoutPath>s600_iap.c</FilenameWithoutPath>
  1306. <RteFlg>0</RteFlg>
  1307. <bShared>0</bShared>
  1308. </File>
  1309. <File>
  1310. <GroupNumber>5</GroupNumber>
  1311. <FileNumber>52</FileNumber>
  1312. <FileType>1</FileType>
  1313. <tvExp>0</tvExp>
  1314. <tvExpOptDlg>0</tvExpOptDlg>
  1315. <bDave2>0</bDave2>
  1316. <PathWithFileName>..\bootloader\byte_queue.c</PathWithFileName>
  1317. <FilenameWithoutPath>byte_queue.c</FilenameWithoutPath>
  1318. <RteFlg>0</RteFlg>
  1319. <bShared>0</bShared>
  1320. </File>
  1321. <File>
  1322. <GroupNumber>5</GroupNumber>
  1323. <FileNumber>53</FileNumber>
  1324. <FileType>1</FileType>
  1325. <tvExp>0</tvExp>
  1326. <tvExpOptDlg>0</tvExpOptDlg>
  1327. <bDave2>0</bDave2>
  1328. <PathWithFileName>..\bootloader\main.c</PathWithFileName>
  1329. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  1330. <RteFlg>0</RteFlg>
  1331. <bShared>0</bShared>
  1332. </File>
  1333. <File>
  1334. <GroupNumber>5</GroupNumber>
  1335. <FileNumber>54</FileNumber>
  1336. <FileType>1</FileType>
  1337. <tvExp>0</tvExp>
  1338. <tvExpOptDlg>0</tvExpOptDlg>
  1339. <bDave2>0</bDave2>
  1340. <PathWithFileName>..\bootloader\s600.c</PathWithFileName>
  1341. <FilenameWithoutPath>s600.c</FilenameWithoutPath>
  1342. <RteFlg>0</RteFlg>
  1343. <bShared>0</bShared>
  1344. </File>
  1345. <File>
  1346. <GroupNumber>5</GroupNumber>
  1347. <FileNumber>55</FileNumber>
  1348. <FileType>1</FileType>
  1349. <tvExp>0</tvExp>
  1350. <tvExpOptDlg>0</tvExpOptDlg>
  1351. <bDave2>0</bDave2>
  1352. <PathWithFileName>..\bootloader\s600_can.c</PathWithFileName>
  1353. <FilenameWithoutPath>s600_can.c</FilenameWithoutPath>
  1354. <RteFlg>0</RteFlg>
  1355. <bShared>0</bShared>
  1356. </File>
  1357. <File>
  1358. <GroupNumber>5</GroupNumber>
  1359. <FileNumber>56</FileNumber>
  1360. <FileType>1</FileType>
  1361. <tvExp>0</tvExp>
  1362. <tvExpOptDlg>0</tvExpOptDlg>
  1363. <bDave2>0</bDave2>
  1364. <PathWithFileName>..\bootloader\bl_drv_usart_2.c</PathWithFileName>
  1365. <FilenameWithoutPath>bl_drv_usart_2.c</FilenameWithoutPath>
  1366. <RteFlg>0</RteFlg>
  1367. <bShared>0</bShared>
  1368. </File>
  1369. <File>
  1370. <GroupNumber>5</GroupNumber>
  1371. <FileNumber>57</FileNumber>
  1372. <FileType>1</FileType>
  1373. <tvExp>0</tvExp>
  1374. <tvExpOptDlg>0</tvExpOptDlg>
  1375. <bDave2>0</bDave2>
  1376. <PathWithFileName>..\bootloader\bl_drv_usart.c</PathWithFileName>
  1377. <FilenameWithoutPath>bl_drv_usart.c</FilenameWithoutPath>
  1378. <RteFlg>0</RteFlg>
  1379. <bShared>0</bShared>
  1380. </File>
  1381. </Group>
  1382. <Group>
  1383. <GroupName>::CMSIS</GroupName>
  1384. <tvExp>0</tvExp>
  1385. <tvExpOptDlg>0</tvExpOptDlg>
  1386. <cbSel>0</cbSel>
  1387. <RteFlg>1</RteFlg>
  1388. </Group>
  1389. </ProjectOpt>