main.uvopt 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  1. <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  2. <ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_opt.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</oExt>
  9. <lExt>*.lib</lExt>
  10. <tExt>*.txt; *.h; *.inc</tExt>
  11. <pExt>*.plm</pExt>
  12. <CppX>*.cpp</CppX>
  13. </Extensions>
  14. <DaveTm>
  15. <dwLowDateTime>0</dwLowDateTime>
  16. <dwHighDateTime>0</dwHighDateTime>
  17. </DaveTm>
  18. <Target>
  19. <TargetName>Target 1</TargetName>
  20. <ToolsetNumber>0x0</ToolsetNumber>
  21. <ToolsetName>MCS-51</ToolsetName>
  22. <TargetOption>
  23. <CLK51>18000000</CLK51>
  24. <OPTTT>
  25. <gFlags>1</gFlags>
  26. <BeepAtEnd>1</BeepAtEnd>
  27. <RunSim>1</RunSim>
  28. <RunTarget>0</RunTarget>
  29. </OPTTT>
  30. <OPTHX>
  31. <HexSelection>0</HexSelection>
  32. <FlashByte>65535</FlashByte>
  33. <HexRangeLowAddress>0</HexRangeLowAddress>
  34. <HexRangeHighAddress>0</HexRangeHighAddress>
  35. <HexOffset>0</HexOffset>
  36. </OPTHX>
  37. <OPTLEX>
  38. <PageWidth>120</PageWidth>
  39. <PageLength>65</PageLength>
  40. <TabStop>8</TabStop>
  41. <ListingPath>.\Listings\</ListingPath>
  42. </OPTLEX>
  43. <ListingPage>
  44. <CreateCListing>1</CreateCListing>
  45. <CreateAListing>1</CreateAListing>
  46. <CreateLListing>1</CreateLListing>
  47. <CreateIListing>0</CreateIListing>
  48. <AsmCond>1</AsmCond>
  49. <AsmSymb>1</AsmSymb>
  50. <AsmXref>0</AsmXref>
  51. <CCond>1</CCond>
  52. <CCode>0</CCode>
  53. <CListInc>0</CListInc>
  54. <CSymb>0</CSymb>
  55. <LinkerCodeListing>0</LinkerCodeListing>
  56. </ListingPage>
  57. <OPTXL>
  58. <LMap>1</LMap>
  59. <LComments>1</LComments>
  60. <LGenerateSymbols>1</LGenerateSymbols>
  61. <LLibSym>1</LLibSym>
  62. <LLines>1</LLines>
  63. <LLocSym>1</LLocSym>
  64. <LPubSym>1</LPubSym>
  65. <LXref>0</LXref>
  66. <LExpSel>0</LExpSel>
  67. </OPTXL>
  68. <OPTFL>
  69. <tvExp>1</tvExp>
  70. <tvExpOptDlg>0</tvExpOptDlg>
  71. <IsCurrentTarget>1</IsCurrentTarget>
  72. </OPTFL>
  73. <CpuCode>0</CpuCode>
  74. <DebugOpt>
  75. <uSim>0</uSim>
  76. <uTrg>1</uTrg>
  77. <sLdApp>1</sLdApp>
  78. <sGomain>1</sGomain>
  79. <sRbreak>1</sRbreak>
  80. <sRwatch>1</sRwatch>
  81. <sRmem>1</sRmem>
  82. <sRfunc>1</sRfunc>
  83. <sRbox>1</sRbox>
  84. <tLdApp>1</tLdApp>
  85. <tGomain>0</tGomain>
  86. <tRbreak>1</tRbreak>
  87. <tRwatch>1</tRwatch>
  88. <tRmem>1</tRmem>
  89. <tRfunc>0</tRfunc>
  90. <tRbox>1</tRbox>
  91. <tRtrace>1</tRtrace>
  92. <sRSysVw>1</sRSysVw>
  93. <tRSysVw>1</tRSysVw>
  94. <tPdscDbg>1</tPdscDbg>
  95. <sRunDeb>0</sRunDeb>
  96. <sLrtime>0</sLrtime>
  97. <nTsel>-1</nTsel>
  98. <sDll></sDll>
  99. <sDllPa></sDllPa>
  100. <sDlgDll></sDlgDll>
  101. <sDlgPa></sDlgPa>
  102. <sIfile></sIfile>
  103. <tDll></tDll>
  104. <tDllPa></tDllPa>
  105. <tDlgDll></tDlgDll>
  106. <tDlgPa></tDlgPa>
  107. <tIfile></tIfile>
  108. <pMon>D:\Keil_c51\SampTarg.DLL</pMon>
  109. </DebugOpt>
  110. <TargetDriverDllRegistry>
  111. <SetRegEntry>
  112. <Number>0</Number>
  113. <Key>DLGTP51</Key>
  114. <Name>(98=-1,-1,-1,-1,0)(82=-1,-1,-1,-1,0)(83=-1,-1,-1,-1,0)(84=-1,-1,-1,-1,0)(85=-1,-1,-1,-1,0)(5009=-1,-1,-1,-1,0)(5010=-1,-1,-1,-1,0)(80=-1,-1,-1,-1,0)(91=-1,-1,-1,-1,0)(92=-1,-1,-1,-1,0)(2006=-1,-1,-1,-1,0)(2007=-1,-1,-1,-1,0)(5012=-1,-1,-1,-1,0)(3005=-1,-1,-1,-1,0)(5015=-1,-1,-1,-1,0)(103=-1,-1,-1,-1,0)(102=-1,-1,-1,-1,0)</Name>
  115. </SetRegEntry>
  116. <SetRegEntry>
  117. <Number>0</Number>
  118. <Key>SampTarg</Key>
  119. <Name>-S0 -B0 -O1536</Name>
  120. </SetRegEntry>
  121. </TargetDriverDllRegistry>
  122. <Breakpoint/>
  123. <WatchWindow1>
  124. <Ww>
  125. <count>0</count>
  126. <WinNumber>1</WinNumber>
  127. <ItemText>u8_RX_Index</ItemText>
  128. </Ww>
  129. <Ww>
  130. <count>1</count>
  131. <WinNumber>1</WinNumber>
  132. <ItemText>u8_RX_Length</ItemText>
  133. </Ww>
  134. <Ww>
  135. <count>2</count>
  136. <WinNumber>1</WinNumber>
  137. <ItemText>u8_RxBuf</ItemText>
  138. </Ww>
  139. <Ww>
  140. <count>3</count>
  141. <WinNumber>1</WinNumber>
  142. <ItemText>u8_TxBuf</ItemText>
  143. </Ww>
  144. <Ww>
  145. <count>4</count>
  146. <WinNumber>1</WinNumber>
  147. <ItemText>CKS_EVEN_ODD</ItemText>
  148. </Ww>
  149. <Ww>
  150. <count>5</count>
  151. <WinNumber>1</WinNumber>
  152. <ItemText>hlw8110_power_data</ItemText>
  153. </Ww>
  154. <Ww>
  155. <count>6</count>
  156. <WinNumber>1</WinNumber>
  157. <ItemText>switchState</ItemText>
  158. </Ww>
  159. <Ww>
  160. <count>7</count>
  161. <WinNumber>1</WinNumber>
  162. <ItemText>U16_RMSIAC_RegData</ItemText>
  163. </Ww>
  164. <Ww>
  165. <count>8</count>
  166. <WinNumber>1</WinNumber>
  167. <ItemText>U32_RMSU_RegData</ItemText>
  168. </Ww>
  169. <Ww>
  170. <count>9</count>
  171. <WinNumber>1</WinNumber>
  172. <ItemText>U16_RMSUC_RegData</ItemText>
  173. </Ww>
  174. <Ww>
  175. <count>10</count>
  176. <WinNumber>1</WinNumber>
  177. <ItemText>U16_PowerPAC_RegData</ItemText>
  178. </Ww>
  179. </WatchWindow1>
  180. <WatchWindow2>
  181. <Ww>
  182. <count>0</count>
  183. <WinNumber>2</WinNumber>
  184. <ItemText>string_H16_data</ItemText>
  185. </Ww>
  186. <Ww>
  187. <count>1</count>
  188. <WinNumber>2</WinNumber>
  189. <ItemText>hex_data</ItemText>
  190. </Ww>
  191. </WatchWindow2>
  192. <MemoryWindow1>
  193. <Mm>
  194. <WinNumber>1</WinNumber>
  195. <SubType>0</SubType>
  196. <ItemText>C:0XDE00</ItemText>
  197. </Mm>
  198. </MemoryWindow1>
  199. <Tracepoint>
  200. <THDelay>0</THDelay>
  201. </Tracepoint>
  202. <DebugFlag>
  203. <trace>0</trace>
  204. <periodic>0</periodic>
  205. <aLwin>0</aLwin>
  206. <aCover>0</aCover>
  207. <aSer1>0</aSer1>
  208. <aSer2>0</aSer2>
  209. <aPa>0</aPa>
  210. <viewmode>1</viewmode>
  211. <vrSel>0</vrSel>
  212. <aSym>0</aSym>
  213. <aTbox>0</aTbox>
  214. <AscS1>0</AscS1>
  215. <AscS2>0</AscS2>
  216. <AscS3>0</AscS3>
  217. <aSer3>0</aSer3>
  218. <eProf>0</eProf>
  219. <aLa>0</aLa>
  220. <aPa1>0</aPa1>
  221. <AscS4>0</AscS4>
  222. <aSer4>0</aSer4>
  223. <StkLoc>0</StkLoc>
  224. <TrcWin>0</TrcWin>
  225. <newCpu>0</newCpu>
  226. <uProt>0</uProt>
  227. </DebugFlag>
  228. <LintExecutable></LintExecutable>
  229. <LintConfigFile></LintConfigFile>
  230. </TargetOption>
  231. </Target>
  232. <Group>
  233. <GroupName>Source Group 1</GroupName>
  234. <tvExp>1</tvExp>
  235. <tvExpOptDlg>0</tvExpOptDlg>
  236. <cbSel>0</cbSel>
  237. <RteFlg>0</RteFlg>
  238. <File>
  239. <GroupNumber>1</GroupNumber>
  240. <FileNumber>1</FileNumber>
  241. <FileType>2</FileType>
  242. <tvExp>0</tvExp>
  243. <Focus>0</Focus>
  244. <tvExpOptDlg>0</tvExpOptDlg>
  245. <bDave2>0</bDave2>
  246. <PathWithFileName>.\STARTUP_TENX52.A51</PathWithFileName>
  247. <FilenameWithoutPath>STARTUP_TENX52.A51</FilenameWithoutPath>
  248. <RteFlg>0</RteFlg>
  249. <bShared>0</bShared>
  250. </File>
  251. <File>
  252. <GroupNumber>1</GroupNumber>
  253. <FileNumber>2</FileNumber>
  254. <FileType>1</FileType>
  255. <tvExp>0</tvExp>
  256. <Focus>0</Focus>
  257. <tvExpOptDlg>0</tvExpOptDlg>
  258. <bDave2>0</bDave2>
  259. <PathWithFileName>.\main.c</PathWithFileName>
  260. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  261. <RteFlg>0</RteFlg>
  262. <bShared>0</bShared>
  263. </File>
  264. <File>
  265. <GroupNumber>1</GroupNumber>
  266. <FileNumber>3</FileNumber>
  267. <FileType>1</FileType>
  268. <tvExp>0</tvExp>
  269. <Focus>0</Focus>
  270. <tvExpOptDlg>0</tvExpOptDlg>
  271. <bDave2>0</bDave2>
  272. <PathWithFileName>.\EEPROM.c</PathWithFileName>
  273. <FilenameWithoutPath>EEPROM.c</FilenameWithoutPath>
  274. <RteFlg>0</RteFlg>
  275. <bShared>0</bShared>
  276. </File>
  277. <File>
  278. <GroupNumber>1</GroupNumber>
  279. <FileNumber>4</FileNumber>
  280. <FileType>1</FileType>
  281. <tvExp>0</tvExp>
  282. <Focus>0</Focus>
  283. <tvExpOptDlg>0</tvExpOptDlg>
  284. <bDave2>0</bDave2>
  285. <PathWithFileName>.\GLOBAL.c</PathWithFileName>
  286. <FilenameWithoutPath>GLOBAL.c</FilenameWithoutPath>
  287. <RteFlg>0</RteFlg>
  288. <bShared>0</bShared>
  289. </File>
  290. <File>
  291. <GroupNumber>1</GroupNumber>
  292. <FileNumber>5</FileNumber>
  293. <FileType>1</FileType>
  294. <tvExp>0</tvExp>
  295. <Focus>0</Focus>
  296. <tvExpOptDlg>0</tvExpOptDlg>
  297. <bDave2>0</bDave2>
  298. <PathWithFileName>.\gpio_ctrl.c</PathWithFileName>
  299. <FilenameWithoutPath>gpio_ctrl.c</FilenameWithoutPath>
  300. <RteFlg>0</RteFlg>
  301. <bShared>0</bShared>
  302. </File>
  303. <File>
  304. <GroupNumber>1</GroupNumber>
  305. <FileNumber>6</FileNumber>
  306. <FileType>1</FileType>
  307. <tvExp>0</tvExp>
  308. <Focus>0</Focus>
  309. <tvExpOptDlg>0</tvExpOptDlg>
  310. <bDave2>0</bDave2>
  311. <PathWithFileName>.\mcu_api.c</PathWithFileName>
  312. <FilenameWithoutPath>mcu_api.c</FilenameWithoutPath>
  313. <RteFlg>0</RteFlg>
  314. <bShared>0</bShared>
  315. </File>
  316. <File>
  317. <GroupNumber>1</GroupNumber>
  318. <FileNumber>7</FileNumber>
  319. <FileType>1</FileType>
  320. <tvExp>0</tvExp>
  321. <Focus>0</Focus>
  322. <tvExpOptDlg>0</tvExpOptDlg>
  323. <bDave2>0</bDave2>
  324. <PathWithFileName>.\protocol.c</PathWithFileName>
  325. <FilenameWithoutPath>protocol.c</FilenameWithoutPath>
  326. <RteFlg>0</RteFlg>
  327. <bShared>0</bShared>
  328. </File>
  329. <File>
  330. <GroupNumber>1</GroupNumber>
  331. <FileNumber>8</FileNumber>
  332. <FileType>1</FileType>
  333. <tvExp>0</tvExp>
  334. <Focus>0</Focus>
  335. <tvExpOptDlg>0</tvExpOptDlg>
  336. <bDave2>0</bDave2>
  337. <PathWithFileName>.\sTimeout.c</PathWithFileName>
  338. <FilenameWithoutPath>sTimeout.c</FilenameWithoutPath>
  339. <RteFlg>0</RteFlg>
  340. <bShared>0</bShared>
  341. </File>
  342. <File>
  343. <GroupNumber>1</GroupNumber>
  344. <FileNumber>9</FileNumber>
  345. <FileType>1</FileType>
  346. <tvExp>0</tvExp>
  347. <Focus>0</Focus>
  348. <tvExpOptDlg>0</tvExpOptDlg>
  349. <bDave2>0</bDave2>
  350. <PathWithFileName>.\system.c</PathWithFileName>
  351. <FilenameWithoutPath>system.c</FilenameWithoutPath>
  352. <RteFlg>0</RteFlg>
  353. <bShared>0</bShared>
  354. </File>
  355. <File>
  356. <GroupNumber>1</GroupNumber>
  357. <FileNumber>10</FileNumber>
  358. <FileType>1</FileType>
  359. <tvExp>0</tvExp>
  360. <Focus>0</Focus>
  361. <tvExpOptDlg>0</tvExpOptDlg>
  362. <bDave2>0</bDave2>
  363. <PathWithFileName>.\time2.c</PathWithFileName>
  364. <FilenameWithoutPath>time2.c</FilenameWithoutPath>
  365. <RteFlg>0</RteFlg>
  366. <bShared>0</bShared>
  367. </File>
  368. <File>
  369. <GroupNumber>1</GroupNumber>
  370. <FileNumber>11</FileNumber>
  371. <FileType>1</FileType>
  372. <tvExp>0</tvExp>
  373. <Focus>0</Focus>
  374. <tvExpOptDlg>0</tvExpOptDlg>
  375. <bDave2>0</bDave2>
  376. <PathWithFileName>.\uart.c</PathWithFileName>
  377. <FilenameWithoutPath>uart.c</FilenameWithoutPath>
  378. <RteFlg>0</RteFlg>
  379. <bShared>0</bShared>
  380. </File>
  381. <File>
  382. <GroupNumber>1</GroupNumber>
  383. <FileNumber>12</FileNumber>
  384. <FileType>1</FileType>
  385. <tvExp>0</tvExp>
  386. <Focus>0</Focus>
  387. <tvExpOptDlg>0</tvExpOptDlg>
  388. <bDave2>0</bDave2>
  389. <PathWithFileName>.\CRC.c</PathWithFileName>
  390. <FilenameWithoutPath>CRC.c</FilenameWithoutPath>
  391. <RteFlg>0</RteFlg>
  392. <bShared>0</bShared>
  393. </File>
  394. <File>
  395. <GroupNumber>1</GroupNumber>
  396. <FileNumber>13</FileNumber>
  397. <FileType>1</FileType>
  398. <tvExp>0</tvExp>
  399. <Focus>0</Focus>
  400. <tvExpOptDlg>0</tvExpOptDlg>
  401. <bDave2>0</bDave2>
  402. <PathWithFileName>.\iap.c</PathWithFileName>
  403. <FilenameWithoutPath>iap.c</FilenameWithoutPath>
  404. <RteFlg>0</RteFlg>
  405. <bShared>0</bShared>
  406. </File>
  407. <File>
  408. <GroupNumber>1</GroupNumber>
  409. <FileNumber>14</FileNumber>
  410. <FileType>1</FileType>
  411. <tvExp>0</tvExp>
  412. <Focus>0</Focus>
  413. <tvExpOptDlg>0</tvExpOptDlg>
  414. <bDave2>0</bDave2>
  415. <PathWithFileName>.\HLW8110.c</PathWithFileName>
  416. <FilenameWithoutPath>HLW8110.c</FilenameWithoutPath>
  417. <RteFlg>0</RteFlg>
  418. <bShared>0</bShared>
  419. </File>
  420. <File>
  421. <GroupNumber>1</GroupNumber>
  422. <FileNumber>15</FileNumber>
  423. <FileType>1</FileType>
  424. <tvExp>0</tvExp>
  425. <Focus>0</Focus>
  426. <tvExpOptDlg>0</tvExpOptDlg>
  427. <bDave2>0</bDave2>
  428. <PathWithFileName>.\uart2.c</PathWithFileName>
  429. <FilenameWithoutPath>uart2.c</FilenameWithoutPath>
  430. <RteFlg>0</RteFlg>
  431. <bShared>0</bShared>
  432. </File>
  433. </Group>
  434. <Group>
  435. <GroupName>Driver</GroupName>
  436. <tvExp>1</tvExp>
  437. <tvExpOptDlg>0</tvExpOptDlg>
  438. <cbSel>0</cbSel>
  439. <RteFlg>0</RteFlg>
  440. <File>
  441. <GroupNumber>2</GroupNumber>
  442. <FileNumber>16</FileNumber>
  443. <FileType>1</FileType>
  444. <tvExp>1</tvExp>
  445. <Focus>0</Focus>
  446. <tvExpOptDlg>0</tvExpOptDlg>
  447. <bDave2>0</bDave2>
  448. <PathWithFileName>..\..\..\Drivers\TM52F1386_bsp.c</PathWithFileName>
  449. <FilenameWithoutPath>TM52F1386_bsp.c</FilenameWithoutPath>
  450. <RteFlg>0</RteFlg>
  451. <bShared>0</bShared>
  452. </File>
  453. </Group>
  454. </ProjectOpt>