configurations.xml 74 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configurationDescriptor version="65">
  3. <logicalFolder name="root" displayName="root" projectFiles="true">
  4. <logicalFolder name="HeaderFiles" displayName="头文件" projectFiles="true">
  5. <itemPath>Uart.h</itemPath>
  6. <itemPath>Pin.h</itemPath>
  7. <itemPath>Delay.h</itemPath>
  8. <itemPath>User.h</itemPath>
  9. </logicalFolder>
  10. <logicalFolder name="SourceFiles" displayName="源文件" projectFiles="true">
  11. <itemPath>main.c</itemPath>
  12. <itemPath>Delay.c</itemPath>
  13. <itemPath>Pin.c</itemPath>
  14. <itemPath>Uart.c</itemPath>
  15. </logicalFolder>
  16. <logicalFolder name="LinkerScript" displayName="链接器文件" projectFiles="true">
  17. </logicalFolder>
  18. <logicalFolder name="ExternalFiles" displayName="重要文件" projectFiles="false">
  19. <itemPath>Makefile</itemPath>
  20. </logicalFolder>
  21. </logicalFolder>
  22. <sourceRootList>
  23. <Elem>.</Elem>
  24. <Elem>../../../../../11. N8/01.Code/current/N8_PCR_N1.20230213/NQ8QPCR_NO2.20230823.X/file</Elem>
  25. </sourceRootList>
  26. <projectmakefile>Makefile</projectmakefile>
  27. <confs>
  28. <conf name="default" type="2">
  29. <toolsSet>
  30. <developmentServer>localhost</developmentServer>
  31. <targetDevice>PIC24FJ512GU410</targetDevice>
  32. <targetHeader></targetHeader>
  33. <targetPluginBoard></targetPluginBoard>
  34. <platformTool>PICkit3PlatformTool</platformTool>
  35. <languageToolchain>XC16</languageToolchain>
  36. <languageToolchainVersion>2.10</languageToolchainVersion>
  37. <platform>3</platform>
  38. </toolsSet>
  39. <packs>
  40. <pack name="PIC24F-GL-GU_DFP" vendor="Microchip" version="1.5.121"/>
  41. </packs>
  42. <ScriptingSettings>
  43. </ScriptingSettings>
  44. <compileType>
  45. <linkerTool>
  46. <linkerLibItems>
  47. </linkerLibItems>
  48. </linkerTool>
  49. <archiverTool>
  50. </archiverTool>
  51. <loading>
  52. <useAlternateLoadableFile>false</useAlternateLoadableFile>
  53. <parseOnProdLoad>false</parseOnProdLoad>
  54. <alternateLoadableFile></alternateLoadableFile>
  55. </loading>
  56. <subordinates>
  57. </subordinates>
  58. </compileType>
  59. <makeCustomizationType>
  60. <makeCustomizationPreStepEnabled>false</makeCustomizationPreStepEnabled>
  61. <makeUseCleanTarget>false</makeUseCleanTarget>
  62. <makeCustomizationPreStep></makeCustomizationPreStep>
  63. <makeCustomizationPostStepEnabled>false</makeCustomizationPostStepEnabled>
  64. <makeCustomizationPostStep></makeCustomizationPostStep>
  65. <makeCustomizationPutChecksumInUserID>false</makeCustomizationPutChecksumInUserID>
  66. <makeCustomizationEnableLongLines>false</makeCustomizationEnableLongLines>
  67. <makeCustomizationNormalizeHexFile>false</makeCustomizationNormalizeHexFile>
  68. </makeCustomizationType>
  69. <C30>
  70. <property key="cast-align" value="false"/>
  71. <property key="code-model" value="default"/>
  72. <property key="const-model" value="default"/>
  73. <property key="data-model" value="default"/>
  74. <property key="disable-instruction-scheduling" value="false"/>
  75. <property key="enable-all-warnings" value="true"/>
  76. <property key="enable-ansi-std" value="false"/>
  77. <property key="enable-ansi-warnings" value="false"/>
  78. <property key="enable-fatal-warnings" value="false"/>
  79. <property key="enable-large-arrays" value="false"/>
  80. <property key="enable-omit-frame-pointer" value="false"/>
  81. <property key="enable-procedural-abstraction" value="false"/>
  82. <property key="enable-short-double" value="false"/>
  83. <property key="enable-symbols" value="true"/>
  84. <property key="enable-unroll-loops" value="false"/>
  85. <property key="expand-pragma-config" value="false"/>
  86. <property key="extra-include-directories" value=""/>
  87. <property key="isolate-each-function" value="false"/>
  88. <property key="keep-inline" value="false"/>
  89. <property key="oXC16gcc-align-arr" value="false"/>
  90. <property key="oXC16gcc-cnsts-mauxflash" value="false"/>
  91. <property key="oXC16gcc-data-sects" value="false"/>
  92. <property key="oXC16gcc-errata" value=""/>
  93. <property key="oXC16gcc-fillupper" value=""/>
  94. <property key="oXC16gcc-large-aggregate" value="false"/>
  95. <property key="oXC16gcc-mauxflash" value="false"/>
  96. <property key="oXC16gcc-mpa-lvl" value=""/>
  97. <property key="oXC16gcc-name-text-sec" value=""/>
  98. <property key="oXC16gcc-near-chars" value="false"/>
  99. <property key="oXC16gcc-no-isr-warn" value="false"/>
  100. <property key="oXC16gcc-sfr-warn" value="false"/>
  101. <property key="oXC16gcc-smar-io-lvl" value="1"/>
  102. <property key="oXC16gcc-smart-io-fmt" value=""/>
  103. <property key="optimization-level" value="0"/>
  104. <property key="post-instruction-scheduling" value="default"/>
  105. <property key="pre-instruction-scheduling" value="default"/>
  106. <property key="preprocessor-macros" value=""/>
  107. <property key="scalar-model" value="default"/>
  108. <property key="use-cci" value="false"/>
  109. <property key="use-iar" value="false"/>
  110. </C30>
  111. <C30-AR>
  112. <property key="additional-options-chop-files" value="false"/>
  113. </C30-AR>
  114. <C30-AS>
  115. <property key="assembler-symbols" value=""/>
  116. <property key="expand-macros" value="false"/>
  117. <property key="extra-include-directories-for-assembler" value=""/>
  118. <property key="extra-include-directories-for-preprocessor" value=""/>
  119. <property key="false-conditionals" value="false"/>
  120. <property key="keep-locals" value="false"/>
  121. <property key="list-assembly" value="false"/>
  122. <property key="list-section-info" value="false"/>
  123. <property key="list-source" value="false"/>
  124. <property key="list-symbols" value="false"/>
  125. <property key="oXC16asm-extra-opts" value=""/>
  126. <property key="oXC16asm-list-to-file" value="false"/>
  127. <property key="omit-debug-dirs" value="false"/>
  128. <property key="omit-forms" value="false"/>
  129. <property key="preprocessor-macros" value=""/>
  130. <property key="relax" value="false"/>
  131. <property key="warning-level" value="emit-warnings"/>
  132. </C30-AS>
  133. <C30-CO>
  134. <property key="coverage-enable" value=""/>
  135. <property key="stack-guidance" value="false"/>
  136. </C30-CO>
  137. <C30-LD>
  138. <property key="additional-options-use-response-files" value="false"/>
  139. <property key="boot-eeprom" value="no_eeprom"/>
  140. <property key="boot-flash" value="no_flash"/>
  141. <property key="boot-ram" value="no_ram"/>
  142. <property key="boot-write-protect" value="no_write_protect"/>
  143. <property key="enable-check-sections" value="false"/>
  144. <property key="enable-data-init" value="true"/>
  145. <property key="enable-default-isr" value="true"/>
  146. <property key="enable-handles" value="true"/>
  147. <property key="enable-pack-data" value="true"/>
  148. <property key="extra-lib-directories" value=""/>
  149. <property key="fill-flash-options-addr" value=""/>
  150. <property key="fill-flash-options-const" value=""/>
  151. <property key="fill-flash-options-how" value="0"/>
  152. <property key="fill-flash-options-inc-const" value="1"/>
  153. <property key="fill-flash-options-increment" value=""/>
  154. <property key="fill-flash-options-seq" value=""/>
  155. <property key="fill-flash-options-what" value="0"/>
  156. <property key="general-code-protect" value="no_code_protect"/>
  157. <property key="general-write-protect" value="no_write_protect"/>
  158. <property key="generate-cross-reference-file" value="false"/>
  159. <property key="heap-size" value=""/>
  160. <property key="input-libraries" value=""/>
  161. <property key="linker-stack" value="true"/>
  162. <property key="linker-symbols" value=""/>
  163. <property key="map-file" value="${DISTDIR}/${PROJECTNAME}.${IMAGE_TYPE}.map"/>
  164. <property key="no-ivt" value="false"/>
  165. <property key="oXC16ld-extra-opts" value=""/>
  166. <property key="oXC16ld-fill-upper" value="0"/>
  167. <property key="oXC16ld-force-link" value="false"/>
  168. <property key="oXC16ld-no-smart-io" value="false"/>
  169. <property key="oXC16ld-nostdlib" value="false"/>
  170. <property key="oXC16ld-stackguard" value="16"/>
  171. <property key="preprocessor-macros" value=""/>
  172. <property key="remove-unused-sections" value="false"/>
  173. <property key="report-memory-usage" value="true"/>
  174. <property key="secure-eeprom" value="no_eeprom"/>
  175. <property key="secure-flash" value="no_flash"/>
  176. <property key="secure-ram" value="no_ram"/>
  177. <property key="secure-write-protect" value="no_write_protect"/>
  178. <property key="stack-size" value="16"/>
  179. <property key="symbol-stripping" value=""/>
  180. <property key="trace-symbols" value=""/>
  181. <property key="warn-section-align" value="false"/>
  182. </C30-LD>
  183. <C30Global>
  184. <property key="combine-sourcefiles" value="false"/>
  185. <property key="common-include-directories" value=""/>
  186. <property key="dual-boot-partition" value="0"/>
  187. <property key="fast-math" value="false"/>
  188. <property key="generic-16-bit" value="false"/>
  189. <property key="legacy-libc" value="true"/>
  190. <property key="mpreserve-all" value="false"/>
  191. <property key="oXC16glb-macros" value=""/>
  192. <property key="omit-pack-options" value="1"/>
  193. <property key="output-file-format" value="elf"/>
  194. <property key="preserve-all" value="false"/>
  195. <property key="preserve-file" value=""/>
  196. <property key="relaxed-math" value="false"/>
  197. <property key="save-temps" value="false"/>
  198. </C30Global>
  199. <PICkit3PlatformTool>
  200. <property key="ADC 1" value="true"/>
  201. <property key="AutoSelectMemRanges" value="auto"/>
  202. <property key="CLC 1" value="true"/>
  203. <property key="CLC 2" value="true"/>
  204. <property key="CLC 3" value="true"/>
  205. <property key="CLC 4" value="true"/>
  206. <property key="COMPARATOR" value="true"/>
  207. <property key="CRC" value="true"/>
  208. <property key="DMA" value="true"/>
  209. <property key="I2C 1" value="true"/>
  210. <property key="I2C 2" value="true"/>
  211. <property key="I2C 3" value="true"/>
  212. <property key="IOC" value="true"/>
  213. <property key="LCD" value="true"/>
  214. <property key="LVD" value="true"/>
  215. <property key="MCCP/SCCP 1" value="true"/>
  216. <property key="MCCP/SCCP 2" value="true"/>
  217. <property key="MCCP/SCCP 3" value="true"/>
  218. <property key="MCCP/SCCP 4" value="true"/>
  219. <property key="MCCP/SCCP 5" value="true"/>
  220. <property key="MCCP/SCCP 6" value="true"/>
  221. <property key="MCCP/SCCP 7" value="true"/>
  222. <property key="MCCP/SCCP 8" value="true"/>
  223. <property key="OSC" value="true"/>
  224. <property key="REFO" value="true"/>
  225. <property key="RTCC" value="true"/>
  226. <property key="SPI 1" value="true"/>
  227. <property key="SPI 2" value="true"/>
  228. <property key="SPI 3" value="true"/>
  229. <property key="SPI 4" value="true"/>
  230. <property key="TIMER 1" value="true"/>
  231. <property key="TIMER 2" value="true"/>
  232. <property key="TIMER 3" value="true"/>
  233. <property key="TIMER 4" value="true"/>
  234. <property key="TIMER 5" value="true"/>
  235. <property key="ToolFirmwareFilePath"
  236. value="Press to browse for a specific firmware version"/>
  237. <property key="ToolFirmwareOption.UseLatestFirmware" value="true"/>
  238. <property key="UART 1" value="true"/>
  239. <property key="UART 2" value="true"/>
  240. <property key="UART 3" value="true"/>
  241. <property key="UART 4" value="true"/>
  242. <property key="UART 5" value="true"/>
  243. <property key="UART 6" value="true"/>
  244. <property key="USB" value="true"/>
  245. <property key="debugoptions.debug-startup" value="Use system settings"/>
  246. <property key="debugoptions.reset-behaviour" value="Use system settings"/>
  247. <property key="debugoptions.useswbreakpoints" value="false"/>
  248. <property key="event.recorder.enabled" value="false"/>
  249. <property key="event.recorder.scvd.files" value=""/>
  250. <property key="hwtoolclock.frcindebug" value="false"/>
  251. <property key="lastid" value=""/>
  252. <property key="memories.aux" value="false"/>
  253. <property key="memories.bootflash" value="true"/>
  254. <property key="memories.configurationmemory" value="true"/>
  255. <property key="memories.configurationmemory2" value="true"/>
  256. <property key="memories.dataflash" value="true"/>
  257. <property key="memories.eeprom" value="true"/>
  258. <property key="memories.flashdata" value="true"/>
  259. <property key="memories.id" value="true"/>
  260. <property key="memories.instruction.ram" value="true"/>
  261. <property key="memories.instruction.ram.ranges"
  262. value="${memories.instruction.ram.ranges}"/>
  263. <property key="memories.programmemory" value="true"/>
  264. <property key="memories.programmemory.ranges" value="0-55eff"/>
  265. <property key="poweroptions.powerenable" value="false"/>
  266. <property key="programmertogo.imagename" value=""/>
  267. <property key="programoptions.donoteraseauxmem" value="false"/>
  268. <property key="programoptions.eraseb4program" value="true"/>
  269. <property key="programoptions.pgmspeed" value="2"/>
  270. <property key="programoptions.preservedataflash" value="false"/>
  271. <property key="programoptions.preservedataflash.ranges"
  272. value="${programoptions.preservedataflash.ranges}"/>
  273. <property key="programoptions.preserveeeprom" value="false"/>
  274. <property key="programoptions.preserveeeprom.ranges" value=""/>
  275. <property key="programoptions.preserveprogram.ranges" value=""/>
  276. <property key="programoptions.preserveprogramrange" value="false"/>
  277. <property key="programoptions.preserveuserid" value="false"/>
  278. <property key="programoptions.programcalmem" value="false"/>
  279. <property key="programoptions.programuserotp" value="false"/>
  280. <property key="programoptions.testmodeentrymethod" value="VDDFirst"/>
  281. <property key="programoptions.usehighvoltageonmclr" value="false"/>
  282. <property key="programoptions.uselvpprogramming" value="false"/>
  283. <property key="voltagevalue" value="3.25"/>
  284. <property key="冻结所有其他外设" value="true"/>
  285. <property key="安全段。分部编程" value="FullChipProgramming"/>
  286. </PICkit3PlatformTool>
  287. <Simulator>
  288. <property key="codecoverage.enabled" value="Disable"/>
  289. <property key="codecoverage.enableoutputtofile" value="false"/>
  290. <property key="codecoverage.outputfile" value=""/>
  291. <property key="debugoptions.debug-startup" value="Use system settings"/>
  292. <property key="debugoptions.reset-behaviour" value="Use system settings"/>
  293. <property key="event.recorder.enabled" value="false"/>
  294. <property key="event.recorder.scvd.files" value=""/>
  295. <property key="lastid" value=""/>
  296. <property key="oscillator.auxfrequency" value="120"/>
  297. <property key="oscillator.auxfrequencyunit" value="Mega"/>
  298. <property key="oscillator.frequency" value="1"/>
  299. <property key="oscillator.frequencyunit" value="Mega"/>
  300. <property key="oscillator.rcfrequency" value="250"/>
  301. <property key="oscillator.rcfrequencyunit" value="Kilo"/>
  302. <property key="periphADC1.altscl" value="false"/>
  303. <property key="periphADC1.minTacq" value=""/>
  304. <property key="periphADC1.tacqunits" value="microseconds"/>
  305. <property key="periphADC2.altscl" value="false"/>
  306. <property key="periphADC2.minTacq" value=""/>
  307. <property key="periphADC2.tacqunits" value="microseconds"/>
  308. <property key="periphComp1.gte" value="gt"/>
  309. <property key="periphComp2.gte" value="gt"/>
  310. <property key="periphComp3.gte" value="gt"/>
  311. <property key="periphComp4.gte" value="gt"/>
  312. <property key="periphComp5.gte" value="gt"/>
  313. <property key="periphComp6.gte" value="gt"/>
  314. <property key="reset.scl" value="false"/>
  315. <property key="reset.type" value="MCLR"/>
  316. <property key="toolpack.updateoptions"
  317. value="toolpack.updateoptions.uselatestoolpack"/>
  318. <property key="toolpack.updateoptions.packversion"
  319. value="Press to select which tool pack to use"/>
  320. <property key="tracecontrol.include.timestamp" value="summarydataenabled"/>
  321. <property key="tracecontrol.select" value="0"/>
  322. <property key="tracecontrol.stallontracebufferfull" value="false"/>
  323. <property key="tracecontrol.timestamp" value="0"/>
  324. <property key="tracecontrol.tracebufmax" value="546000"/>
  325. <property key="tracecontrol.tracefile" value="defmplabxtrace.log"/>
  326. <property key="tracecontrol.traceresetonrun" value="false"/>
  327. <property key="uart0io.output" value="window"/>
  328. <property key="uart0io.outputfile" value=""/>
  329. <property key="uart0io.uartioenabled" value="false"/>
  330. <property key="uart1io.output" value="window"/>
  331. <property key="uart1io.outputfile" value=""/>
  332. <property key="uart1io.uartioenabled" value="false"/>
  333. <property key="uart2io.output" value="window"/>
  334. <property key="uart2io.outputfile" value=""/>
  335. <property key="uart2io.uartioenabled" value="false"/>
  336. <property key="uart3io.output" value="window"/>
  337. <property key="uart3io.outputfile" value=""/>
  338. <property key="uart3io.uartioenabled" value="false"/>
  339. <property key="uart4io.output" value="window"/>
  340. <property key="uart4io.outputfile" value=""/>
  341. <property key="uart4io.uartioenabled" value="false"/>
  342. <property key="uart5io.output" value="window"/>
  343. <property key="uart5io.outputfile" value=""/>
  344. <property key="uart5io.uartioenabled" value="false"/>
  345. <property key="uart6io.output" value="window"/>
  346. <property key="uart6io.outputfile" value=""/>
  347. <property key="uart6io.uartioenabled" value="false"/>
  348. <property key="usart0io.output" value="window"/>
  349. <property key="usart0io.outputfile" value=""/>
  350. <property key="usart0io.uartioenabled" value="false"/>
  351. <property key="usart1io.output" value="window"/>
  352. <property key="usart1io.outputfile" value=""/>
  353. <property key="usart1io.uartioenabled" value="false"/>
  354. <property key="usart2io.output" value="window"/>
  355. <property key="usart2io.outputfile" value=""/>
  356. <property key="usart2io.uartioenabled" value="false"/>
  357. <property key="usart3io.output" value="window"/>
  358. <property key="usart3io.outputfile" value=""/>
  359. <property key="usart3io.uartioenabled" value="false"/>
  360. <property key="usart4io.output" value="window"/>
  361. <property key="usart4io.outputfile" value=""/>
  362. <property key="usart4io.uartioenabled" value="false"/>
  363. <property key="usartc0io.output" value="window"/>
  364. <property key="usartc0io.outputfile" value=""/>
  365. <property key="usartc0io.uartioenabled" value="false"/>
  366. <property key="usartc1io.output" value="window"/>
  367. <property key="usartc1io.outputfile" value=""/>
  368. <property key="usartc1io.uartioenabled" value="false"/>
  369. <property key="usartd0io.output" value="window"/>
  370. <property key="usartd0io.outputfile" value=""/>
  371. <property key="usartd0io.uartioenabled" value="false"/>
  372. <property key="usartd1io.output" value="window"/>
  373. <property key="usartd1io.outputfile" value=""/>
  374. <property key="usartd1io.uartioenabled" value="false"/>
  375. <property key="usarte0io.output" value="window"/>
  376. <property key="usarte0io.outputfile" value=""/>
  377. <property key="usarte0io.uartioenabled" value="false"/>
  378. <property key="usarte1io.output" value="window"/>
  379. <property key="usarte1io.outputfile" value=""/>
  380. <property key="usarte1io.uartioenabled" value="false"/>
  381. <property key="usarte2io.output" value="window"/>
  382. <property key="usarte2io.outputfile" value=""/>
  383. <property key="usarte2io.uartioenabled" value="false"/>
  384. <property key="usartf0io.output" value="window"/>
  385. <property key="usartf0io.outputfile" value=""/>
  386. <property key="usartf0io.uartioenabled" value="false"/>
  387. <property key="usartf1io.output" value="window"/>
  388. <property key="usartf1io.outputfile" value=""/>
  389. <property key="usartf1io.uartioenabled" value="false"/>
  390. <property key="warningmessagebreakoptions.W0001_CORE_BITREV_MODULO_EN"
  391. value="report"/>
  392. <property key="warningmessagebreakoptions.W0002_CORE_SECURE_MEMORYACCESS"
  393. value="report"/>
  394. <property key="warningmessagebreakoptions.W0003_CORE_SW_RESET" value="report"/>
  395. <property key="warningmessagebreakoptions.W0004_CORE_WDT_RESET" value="report"/>
  396. <property key="warningmessagebreakoptions.W0005_CORE_IOPUW_RESET"
  397. value="report"/>
  398. <property key="warningmessagebreakoptions.W0006_CORE_CODE_GUARD_PFC_RESET"
  399. value="report"/>
  400. <property key="warningmessagebreakoptions.W0007_CORE_DO_LOOP_STACK_UNDERFLOW"
  401. value="report"/>
  402. <property key="warningmessagebreakoptions.W0008_CORE_DO_LOOP_STACK_OVERFLOW"
  403. value="report"/>
  404. <property key="warningmessagebreakoptions.W0009_CORE_NESTED_DO_LOOP_RANGE"
  405. value="report"/>
  406. <property key="warningmessagebreakoptions.W0010_CORE_SIM32_ODD_WORDACCESS"
  407. value="report"/>
  408. <property key="warningmessagebreakoptions.W0011_CORE_SIM32_UNIMPLEMENTED_RAMACCESS"
  409. value="report"/>
  410. <property key="warningmessagebreakoptions.W0012_CORE_STACK_OVERFLOW_RESET"
  411. value="report"/>
  412. <property key="warningmessagebreakoptions.W0013_CORE_STACK_UNDERFLOW_RESET"
  413. value="report"/>
  414. <property key="warningmessagebreakoptions.W0014_CORE_INVALID_OPCODE"
  415. value="report"/>
  416. <property key="warningmessagebreakoptions.W0015_CORE_INVALID_ALT_WREG_SET"
  417. value="report"/>
  418. <property key="warningmessagebreakoptions.W0016_CORE_STACK_ERROR"
  419. value="report"/>
  420. <property key="warningmessagebreakoptions.W0017_CORE_ODD_RAMWORDACCESS"
  421. value="report"/>
  422. <property key="warningmessagebreakoptions.W0018_CORE_UNIMPLEMENTED_RAMACCESS"
  423. value="report"/>
  424. <property key="warningmessagebreakoptions.W0019_CORE_UNIMPLEMENTED_PROMACCESS"
  425. value="report"/>
  426. <property key="warningmessagebreakoptions.W0020_CORE_ACCESS_NOTIN_X_SPACE"
  427. value="report"/>
  428. <property key="warningmessagebreakoptions.W0021_CORE_ACCESS_NOTIN_Y_SPACE"
  429. value="report"/>
  430. <property key="warningmessagebreakoptions.W0022_CORE_XMODEND_LESS_XMODSRT"
  431. value="report"/>
  432. <property key="warningmessagebreakoptions.W0023_CORE_YMODEND_LESS_YMODSRT"
  433. value="report"/>
  434. <property key="warningmessagebreakoptions.W0024_CORE_BITREV_MOD_IS_ZERO"
  435. value="report"/>
  436. <property key="warningmessagebreakoptions.W0025_CORE_HARD_TRAP" value="report"/>
  437. <property key="warningmessagebreakoptions.W0026_CORE_UNIMPLEMENTED_MEMORYACCESS"
  438. value="report"/>
  439. <property key="warningmessagebreakoptions.W0027_CORE_UNIMPLEMENTED_EDSACCESS"
  440. value="report"/>
  441. <property key="warningmessagebreakoptions.W0028_TBLRD_WORM_CONFIG_MEMORY"
  442. value="report"/>
  443. <property key="warningmessagebreakoptions.W0029_TBLRD_DEVICE_ID" value="report"/>
  444. <property key="warningmessagebreakoptions.W0030_CORE_UNIMPLEMENTED_MEMORY_ACCESS"
  445. value="report"/>
  446. <property key="warningmessagebreakoptions.W0031_BSLIM_INSUFFICIENT_BOOT_SEGMENT"
  447. value="report"/>
  448. <property key="warningmessagebreakoptions.W0032_BSLIM_LIMITS_EXCEEDS_PROG_MEMORY"
  449. value="report"/>
  450. <property key="warningmessagebreakoptions.W0033_CORE_UNPREDICTABLE_OPCODE"
  451. value="report"/>
  452. <property key="warningmessagebreakoptions.W0034_CORE_UNALIGNED_MEMORY_ACCESS"
  453. value="report"/>
  454. <property key="warningmessagebreakoptions.W0035_CORE_UNIMPLEMENTED_RAMACCESS_NOTRAP"
  455. value="report"/>
  456. <property key="warningmessagebreakoptions.W0036_UNIMPLEMENTED_INSTRUCTION"
  457. value="report"/>
  458. <property key="warningmessagebreakoptions.W0040_FPU_DIFF_CP10_CP11"
  459. value="report"/>
  460. <property key="warningmessagebreakoptions.W0041_FPU_ACCESS_DENIED"
  461. value="report"/>
  462. <property key="warningmessagebreakoptions.W0042_FPU_PRIVILEGED_ACCESS_ONLY"
  463. value="report"/>
  464. <property key="warningmessagebreakoptions.W0043_FPU_CP_RESERVED_VALUE"
  465. value="report"/>
  466. <property key="warningmessagebreakoptions.W0044_FPU_OUT_OF_RANGE"
  467. value="report"/>
  468. <property key="warningmessagebreakoptions.W0051_INSTRUCTION_DIV_NOT_ENOUGH_REPEAT"
  469. value="report"/>
  470. <property key="warningmessagebreakoptions.W0052_INSTRUCTION_DIV_TOO_MANY_REPEAT"
  471. value="report"/>
  472. <property key="warningmessagebreakoptions.W0053_INVALID_INTCON_VS_FIELD_VALUE"
  473. value="report"/>
  474. <property key="warningmessagebreakoptions.W0101_SIM_UPDATE_FAILED"
  475. value="report"/>
  476. <property key="warningmessagebreakoptions.W0102_SIM_PERIPH_MISSING"
  477. value="report"/>
  478. <property key="warningmessagebreakoptions.W0103_SIM_PERIPH_FAILED"
  479. value="report"/>
  480. <property key="warningmessagebreakoptions.W0104_SIM_FAILED_TO_INIT_TOOL"
  481. value="report"/>
  482. <property key="warningmessagebreakoptions.W0105_SIM_INVALID_FIELD"
  483. value="report"/>
  484. <property key="warningmessagebreakoptions.W0106_SIM_PERIPH_PARTIAL_SUPPORT"
  485. value="report"/>
  486. <property key="warningmessagebreakoptions.W0107_SIM_NOT_SUPPORTED"
  487. value="report"/>
  488. <property key="warningmessagebreakoptions.W0108_SIM_RESERVED_SETTING"
  489. value="report"/>
  490. <property key="warningmessagebreakoptions.W0109_SIM_PERIPHERAL_IN_DEVELOPMENT"
  491. value="report"/>
  492. <property key="warningmessagebreakoptions.W0110_SIM_UNEXPECTED_EVENT"
  493. value="report"/>
  494. <property key="warningmessagebreakoptions.W0111_SIM_UNSUPPORTED_SELECTION"
  495. value="report"/>
  496. <property key="warningmessagebreakoptions.W0112_SIM_INVALID_OPERATION"
  497. value="report"/>
  498. <property key="warningmessagebreakoptions.W0113_SIM_WRITE_TO_PROTECTED_SFR"
  499. value="report"/>
  500. <property key="warningmessagebreakoptions.W0114_SIM_INVALID_KEY" value="report"/>
  501. <property key="warningmessagebreakoptions.W0115_SIM_FAILED_TO_PARSE_DEVICE_FILE"
  502. value="report"/>
  503. <property key="warningmessagebreakoptions.W0116_SIM_STACK_OVERFLOW"
  504. value="report"/>
  505. <property key="warningmessagebreakoptions.W0117_SIM_STACK_UNDERFLOW"
  506. value="report"/>
  507. <property key="warningmessagebreakoptions.W0118_SIM_INVALID_FIELD_VALUE"
  508. value="report"/>
  509. <property key="warningmessagebreakoptions.W0119_SIM_SAMPLING_RATE_VIOLATION"
  510. value="report"/>
  511. <property key="warningmessagebreakoptions.W0201_ADC_NO_STIMULUS_FILE"
  512. value="report"/>
  513. <property key="warningmessagebreakoptions.W0202_ADC_GO_DONE_BIT" value="report"/>
  514. <property key="warningmessagebreakoptions.W0203_ADC_MINIMUM_2_TAD"
  515. value="report"/>
  516. <property key="warningmessagebreakoptions.W0204_ADC_TAD_TOO_SMALL"
  517. value="report"/>
  518. <property key="warningmessagebreakoptions.W0205_ADC_UNEXPECTED_TRANSITION"
  519. value="report"/>
  520. <property key="warningmessagebreakoptions.W0206_ADC_SAMP_TIME_TOO_SHORT"
  521. value="report"/>
  522. <property key="warningmessagebreakoptions.W0207_ADC_NO_PINS_SCANNED"
  523. value="report"/>
  524. <property key="warningmessagebreakoptions.W0208_ADC_UNSUPPORTED_CLOCK_SOURCE"
  525. value="report"/>
  526. <property key="warningmessagebreakoptions.W0209_ADC_ANALOG_CHANNEL_DIGITAL"
  527. value="report"/>
  528. <property key="warningmessagebreakoptions.W0210_ADC_ANALOG_CHANNEL_OUTPUT"
  529. value="report"/>
  530. <property key="warningmessagebreakoptions.W0211_ADC_PIN_INVALID_CHANNEL"
  531. value="report"/>
  532. <property key="warningmessagebreakoptions.W0212_ADC_BAND_GAP_NOT_SUPPORTED"
  533. value="report"/>
  534. <property key="warningmessagebreakoptions.W0213_ADC_RESERVED_SSRC"
  535. value="report"/>
  536. <property key="warningmessagebreakoptions.W0214_ADC_POSITIVE_INPUT_DIGITAL"
  537. value="report"/>
  538. <property key="warningmessagebreakoptions.W0215_ADC_POSITIVE_INPUT_OUTPUT"
  539. value="report"/>
  540. <property key="warningmessagebreakoptions.W0216_ADC_NEGATIVE_INPUT_DIGITAL"
  541. value="report"/>
  542. <property key="warningmessagebreakoptions.W0217_ADC_NEGATIVE_INPUT_OUTPUT"
  543. value="report"/>
  544. <property key="warningmessagebreakoptions.W0218_ADC_REFERENCE_HIGH_DIGITAL"
  545. value="report"/>
  546. <property key="warningmessagebreakoptions.W0219_ADC_REFERENCE_HIGH_OUTPUT"
  547. value="report"/>
  548. <property key="warningmessagebreakoptions.W0220_ADC_REFERENCE_LOW_DIGITAL"
  549. value="report"/>
  550. <property key="warningmessagebreakoptions.W0221_ADC_REFERENCE_LOW_OUTPUT"
  551. value="report"/>
  552. <property key="warningmessagebreakoptions.W0222_ADC_OVERFLOW" value="report"/>
  553. <property key="warningmessagebreakoptions.W0223_ADC_UNDERFLOW" value="report"/>
  554. <property key="warningmessagebreakoptions.W0224_ADC_CTMU_NOT_SUPPORTED"
  555. value="report"/>
  556. <property key="warningmessagebreakoptions.W0225_ADC_INVALID_CH0S"
  557. value="report"/>
  558. <property key="warningmessagebreakoptions.W0226_ADC_VBAT_NOT_SUPPORTED"
  559. value="report"/>
  560. <property key="warningmessagebreakoptions.W0227_ADC_INVALID_ADCS"
  561. value="report"/>
  562. <property key="warningmessagebreakoptions.W0228_ADC_INVALID_ADCS"
  563. value="report"/>
  564. <property key="warningmessagebreakoptions.W0229_ADC_INVALID_ADCS"
  565. value="report"/>
  566. <property key="warningmessagebreakoptions.W0230_ADC_TRIGSEL_NOT_SUPPORTED"
  567. value="report"/>
  568. <property key="warningmessagebreakoptions.W0231_ADC_NOT_WARMED" value="report"/>
  569. <property key="warningmessagebreakoptions.W0232_ADC_CALIBRATION_ABORTED"
  570. value="report"/>
  571. <property key="warningmessagebreakoptions.W0233_ADC_CORE_POWERED_EARLY"
  572. value="report"/>
  573. <property key="warningmessagebreakoptions.W0234_ADC_ALREADY_CALIBRATING"
  574. value="report"/>
  575. <property key="warningmessagebreakoptions.W0235_ADC_CAL_TYPE_CHANGED"
  576. value="report"/>
  577. <property key="warningmessagebreakoptions.W0236_ADC_CAL_INVALIDATED"
  578. value="report"/>
  579. <property key="warningmessagebreakoptions.W0237_ADC_UNKNOWN_DATASHEET"
  580. value="report"/>
  581. <property key="warningmessagebreakoptions.W0238_ADC_INVALID_SFR_FIELD_VALUE"
  582. value="report"/>
  583. <property key="warningmessagebreakoptions.W0239_ADC_UNSUPPORTED_INPUT"
  584. value="report"/>
  585. <property key="warningmessagebreakoptions.W0240_ADC_NOT_CALIBRATED"
  586. value="report"/>
  587. <property key="warningmessagebreakoptions.W0241_ADC_FRACTIONAL_NOT_ALLOWED"
  588. value="report"/>
  589. <property key="warningmessagebreakoptions.W0242_ADC_BG_INT_BEFORE_PWR"
  590. value="report"/>
  591. <property key="warningmessagebreakoptions.W0243_ADC_INVALID_TAD" value="report"/>
  592. <property key="warningmessagebreakoptions.W0244_ADC_CONVERSION_ABORTED"
  593. value="report"/>
  594. <property key="warningmessagebreakoptions.W0245_ADC_BUFREGEN_NOT_ALLOWED"
  595. value="report"/>
  596. <property key="warningmessagebreakoptions.W0246_ADC_ACCUMULATION_BAD_RESSEL"
  597. value="report"/>
  598. <property key="warningmessagebreakoptions.W0247_ADC_CONVERSION_BAD_RESSEL"
  599. value="report"/>
  600. <property key="warningmessagebreakoptions.W0300_NVM_WR_BEFORE_KEY_SEQ"
  601. value="report"/>
  602. <property key="warningmessagebreakoptions.W0400_PWM_PWM_FASTER_THAN_FOSC"
  603. value="report"/>
  604. <property key="warningmessagebreakoptions.W0600_WDT_2ND_WDT_MR_WRITE"
  605. value="report"/>
  606. <property key="warningmessagebreakoptions.W0601_WDT_EXPIRED" value="report"/>
  607. <property key="warningmessagebreakoptions.W0601_WDT_RESET_OUTSIDE_WINDOW"
  608. value="report"/>
  609. <property key="warningmessagebreakoptions.W0700_CLC_GENERAL_WARNING"
  610. value="report"/>
  611. <property key="warningmessagebreakoptions.W0701_CLC_CLCOUT_AS_INPUT"
  612. value="report"/>
  613. <property key="warningmessagebreakoptions.W0702_CLC_CIRCULAR_LOOP"
  614. value="report"/>
  615. <property key="warningmessagebreakoptions.W0800_ACC_INPUT_INVALID_CONFIG"
  616. value="report"/>
  617. <property key="warningmessagebreakoptions.W0801_ACC_INPUT_NOT_SUPPORTED"
  618. value="report"/>
  619. <property key="warningmessagebreakoptions.W0802_ACC_INVERTED_WINDOW_LIMITS"
  620. value="report"/>
  621. <property key="warningmessagebreakoptions.W0803_ACC_MISMATCHED_POS_INPUTS"
  622. value="report"/>
  623. <property key="warningmessagebreakoptions.W0804_ACC_WINDOW_COMP_DISABLED"
  624. value="report"/>
  625. <property key="warningmessagebreakoptions.W0805_ACC_WINDOW_COMPS_MODES"
  626. value="report"/>
  627. <property key="warningmessagebreakoptions.W0806_ACC_FEATURE_NOT_SUPPORTED"
  628. value="report"/>
  629. <property key="warningmessagebreakoptions.W10001_RESERVED_IRQ_HANDLER_INVOKED"
  630. value="report"/>
  631. <property key="warningmessagebreakoptions.W10002_UNSUPPORTED_CLK_SOURCE"
  632. value="report"/>
  633. <property key="warningmessagebreakoptions.W10101_UNSUPPORTED_CHANNEL_MODE"
  634. value="report"/>
  635. <property key="warningmessagebreakoptions.W10102_UNSUPPORTED_CLK_SOURCE"
  636. value="report"/>
  637. <property key="warningmessagebreakoptions.W10103_UNSUPPORTED_RECEIVER_FILTER"
  638. value="report"/>
  639. <property key="warningmessagebreakoptions.W10301_NO_PORT_PINS_FOUND"
  640. value="report"/>
  641. <property key="warningmessagebreakoptions.W10500_UNSUPPORTED_SOURCE"
  642. value="report"/>
  643. <property key="warningmessagebreakoptions.W1201_DATAFLASH_MEM_OUTSIDE_RANGE"
  644. value="report"/>
  645. <property key="warningmessagebreakoptions.W1202_DATAFLASH_ERASE_WHILE_LOCKED"
  646. value="report"/>
  647. <property key="warningmessagebreakoptions.W1203_DATAFLASH_WRITE_WHILE_LOCKED"
  648. value="report"/>
  649. <property key="warningmessagebreakoptions.W1401_DMA_PERIPH_NOT_AVAIL"
  650. value="report"/>
  651. <property key="warningmessagebreakoptions.W1402_DMA_INVALID_IRQ" value="report"/>
  652. <property key="warningmessagebreakoptions.W1403_DMA_INVALID_SFR" value="report"/>
  653. <property key="warningmessagebreakoptions.W1404_DMA_INVALID_DMA_ADDR"
  654. value="report"/>
  655. <property key="warningmessagebreakoptions.W1405_DMA_IRQ_DIR_MISMATCH"
  656. value="report"/>
  657. <property key="warningmessagebreakoptions.W1600_PPS_INVALID_MAP" value="report"/>
  658. <property key="warningmessagebreakoptions.W1601_PPS_INVALID_PIN_DESCRIPTION"
  659. value="report"/>
  660. <property key="warningmessagebreakoptions.W1800_PWM_TIMER_SELECTION_NOT_AVIALABLE"
  661. value="report"/>
  662. <property key="warningmessagebreakoptions.W1801_PWM_TIMER_SELECTION_BAD_CLOCK_INPUT"
  663. value="report"/>
  664. <property key="warningmessagebreakoptions.W1802_PWM_TIMER_MISSING_PERSCALER_INFO"
  665. value="report"/>
  666. <property key="warningmessagebreakoptions.W2001_INPUTCAPTURE_TMR3_UNAVAILABLE"
  667. value="report"/>
  668. <property key="warningmessagebreakoptions.W2002_INPUTCAPTURE_CAPTURE_EMPTY"
  669. value="report"/>
  670. <property key="warningmessagebreakoptions.W2003_INPUTCAPTURE_SYNCSEL_NOT_AVIALABLE"
  671. value="report"/>
  672. <property key="warningmessagebreakoptions.W2004_INPUTCAPTURE_BAD_SYNC_SOURCE"
  673. value="report"/>
  674. <property key="warningmessagebreakoptions.W2501_OUTPUTCOMPARE_SYNCSEL_NOT_AVIALABLE"
  675. value="report"/>
  676. <property key="warningmessagebreakoptions.W2502_OUTPUTCOMPARE_BAD_SYNC_SOURCE"
  677. value="report"/>
  678. <property key="warningmessagebreakoptions.W2503_OUTPUTCOMPARE_BAD_TRIGGER_SOURCE"
  679. value="report"/>
  680. <property key="warningmessagebreakoptions.W2700_MPU_ILLEGAL_DREGION"
  681. value="report"/>
  682. <property key="warningmessagebreakoptions.W2701_MPU_INVALID_REGION"
  683. value="report"/>
  684. <property key="warningmessagebreakoptions.W3000_LPM_READ_PROTECTION_SECTION"
  685. value="report"/>
  686. <property key="warningmessagebreakoptions.W3010_SPM_WRITE_PROTECTION_SECTION"
  687. value="report"/>
  688. <property key="warningmessagebreakoptions.W6001_RTT_FORBIDDEN_RTPRES"
  689. value="report"/>
  690. <property key="warningmessagebreakoptions.W6002_RTT_BAD_WRITING_ALMV"
  691. value="report"/>
  692. <property key="warningmessagebreakoptions.W6003_RTT_BAD_WRITING_RTPRES"
  693. value="report"/>
  694. <property key="warningmessagebreakoptions.W7001_SMT_CLK_SELECTION_NOT_SUPPORT"
  695. value="report"/>
  696. <property key="warningmessagebreakoptions.W7002_SMT_SIG_SELECTION_NOT_SUPPORT"
  697. value="report"/>
  698. <property key="warningmessagebreakoptions.W7003_SMT_WIN_SELECTION_NOT_SUPPORT"
  699. value="report"/>
  700. <property key="warningmessagebreakoptions.W8001_OSC_INVALID_CLOCK_SOURCE"
  701. value="report"/>
  702. <property key="warningmessagebreakoptions.W8002_OSC_RESERVED_FEXTOSC"
  703. value="report"/>
  704. <property key="warningmessagebreakoptions.W9001_TMR_GATE_AND_EXTCLOCK_ENABLED"
  705. value="report"/>
  706. <property key="warningmessagebreakoptions.W9002_TMR_NO_PIN_AVAILABLE"
  707. value="report"/>
  708. <property key="warningmessagebreakoptions.W9003_TMR_INVALID_CLOCK_SOURCE"
  709. value="report"/>
  710. <property key="warningmessagebreakoptions.W9201_UART_TX_OVERFLOW"
  711. value="report"/>
  712. <property key="warningmessagebreakoptions.W9202_UART_TX_CAPTUREFILE"
  713. value="report"/>
  714. <property key="warningmessagebreakoptions.W9203_UART_TX_INVALIDINTERRUPTMODE"
  715. value="report"/>
  716. <property key="warningmessagebreakoptions.W9204_UART_RX_EMPTY_QUEUE"
  717. value="report"/>
  718. <property key="warningmessagebreakoptions.W9205_UART_TX_BADFILE" value="report"/>
  719. <property key="warningmessagebreakoptions.W9206_UART_RESERVED_MODE"
  720. value="report"/>
  721. <property key="warningmessagebreakoptions.W9207_UART_UNABLETOCLOSE_FILE"
  722. value="report"/>
  723. <property key="warningmessagebreakoptions.W9401_CVREF_INVALIDSOURCESELECTION"
  724. value="report"/>
  725. <property key="warningmessagebreakoptions.W9402_CVREF_INPUT_OUTPUTPINCONFLICT"
  726. value="report"/>
  727. <property key="warningmessagebreakoptions.W9601_COMP_FVR_SOURCE_UNAVAILABLE"
  728. value="report"/>
  729. <property key="warningmessagebreakoptions.W9602_COMP_DAC_SOURCE_UNAVAILABLE"
  730. value="report"/>
  731. <property key="warningmessagebreakoptions.W9603_COMP_CVREF_SOURCE_UNAVAILABLE"
  732. value="report"/>
  733. <property key="warningmessagebreakoptions.W9604_COMP_SLOPE_SOURCE_UNAVAILABLE"
  734. value="report"/>
  735. <property key="warningmessagebreakoptions.W9605_COMP_PRG_SOURCE_UNAVAILABLE"
  736. value="report"/>
  737. <property key="warningmessagebreakoptions.W9607_COMP_DGTL_FLTR_OPTION_UNAVAILABLE"
  738. value="report"/>
  739. <property key="warningmessagebreakoptions.W9609_COMP_DGTL_FLTR_CLK_UNAVAILABLE"
  740. value="report"/>
  741. <property key="warningmessagebreakoptions.W9801_FVR_INVALID_MODE_SELECTION"
  742. value="report"/>
  743. <property key="warningmessagebreakoptions.W9801_SCL_BAD_SUBTYPE_INDICATION"
  744. value="report"/>
  745. <property key="warningmessagebreakoptions.W9802_SCL_FILE_NOT_FOUND"
  746. value="report"/>
  747. <property key="warningmessagebreakoptions.W9803_SCL_FAILED_TO_READ_FILE"
  748. value="report"/>
  749. <property key="warningmessagebreakoptions.W9804_SCL_UNRECOGNIZED_LABEL"
  750. value="report"/>
  751. <property key="warningmessagebreakoptions.W9805_SCL_UNRECOGNIZED_VAR"
  752. value="report"/>
  753. <property key="warningmessagebreakoptions.W9901_RTSP_INVALID_OPERATION_SELECTION"
  754. value="report"/>
  755. <property key="warningmessagebreakoptions.W9902_RTSP_FLASH_PROGRAM_WRITE_PROTECTED"
  756. value="report"/>
  757. <property key="warningmessagebreakoptions.displaywarningmessagesoption"
  758. value=""/>
  759. <property key="warningmessagebreakoptions.warningmessages" value="holdstate"/>
  760. </Simulator>
  761. <Tool>
  762. <property key="ADC 1" value="true"/>
  763. <property key="AutoSelectMemRanges" value="auto"/>
  764. <property key="CLC 1" value="true"/>
  765. <property key="CLC 2" value="true"/>
  766. <property key="CLC 3" value="true"/>
  767. <property key="CLC 4" value="true"/>
  768. <property key="COMPARATOR" value="true"/>
  769. <property key="CRC" value="true"/>
  770. <property key="DMA" value="true"/>
  771. <property key="I2C 1" value="true"/>
  772. <property key="I2C 2" value="true"/>
  773. <property key="I2C 3" value="true"/>
  774. <property key="IOC" value="true"/>
  775. <property key="LCD" value="true"/>
  776. <property key="LVD" value="true"/>
  777. <property key="MCCP/SCCP 1" value="true"/>
  778. <property key="MCCP/SCCP 2" value="true"/>
  779. <property key="MCCP/SCCP 3" value="true"/>
  780. <property key="MCCP/SCCP 4" value="true"/>
  781. <property key="MCCP/SCCP 5" value="true"/>
  782. <property key="MCCP/SCCP 6" value="true"/>
  783. <property key="MCCP/SCCP 7" value="true"/>
  784. <property key="MCCP/SCCP 8" value="true"/>
  785. <property key="OSC" value="true"/>
  786. <property key="REFO" value="true"/>
  787. <property key="RTCC" value="true"/>
  788. <property key="SPI 1" value="true"/>
  789. <property key="SPI 2" value="true"/>
  790. <property key="SPI 3" value="true"/>
  791. <property key="SPI 4" value="true"/>
  792. <property key="TIMER 1" value="true"/>
  793. <property key="TIMER 2" value="true"/>
  794. <property key="TIMER 3" value="true"/>
  795. <property key="TIMER 4" value="true"/>
  796. <property key="TIMER 5" value="true"/>
  797. <property key="ToolFirmwareFilePath"
  798. value="Press to browse for a specific firmware version"/>
  799. <property key="ToolFirmwareOption.UseLatestFirmware" value="true"/>
  800. <property key="UART 1" value="true"/>
  801. <property key="UART 2" value="true"/>
  802. <property key="UART 3" value="true"/>
  803. <property key="UART 4" value="true"/>
  804. <property key="UART 5" value="true"/>
  805. <property key="UART 6" value="true"/>
  806. <property key="USB" value="true"/>
  807. <property key="codecoverage.enabled" value="Disable"/>
  808. <property key="codecoverage.enableoutputtofile" value="false"/>
  809. <property key="codecoverage.outputfile" value=""/>
  810. <property key="debugoptions.debug-startup" value="Use system settings"/>
  811. <property key="debugoptions.reset-behaviour" value="Use system settings"/>
  812. <property key="debugoptions.useswbreakpoints" value="false"/>
  813. <property key="event.recorder.enabled" value="false"/>
  814. <property key="event.recorder.scvd.files" value=""/>
  815. <property key="firmware.download.all" value="false"/>
  816. <property key="hwtoolclock.frcindebug" value="false"/>
  817. <property key="lastid" value=""/>
  818. <property key="memories.aux" value="false"/>
  819. <property key="memories.bootflash" value="true"/>
  820. <property key="memories.configurationmemory" value="true"/>
  821. <property key="memories.configurationmemory2" value="true"/>
  822. <property key="memories.dataflash" value="true"/>
  823. <property key="memories.eeprom" value="true"/>
  824. <property key="memories.flashdata" value="true"/>
  825. <property key="memories.id" value="true"/>
  826. <property key="memories.instruction.ram" value="true"/>
  827. <property key="memories.instruction.ram.ranges"
  828. value="${memories.instruction.ram.ranges}"/>
  829. <property key="memories.programmemory" value="true"/>
  830. <property key="memories.programmemory.ranges" value="0-55eff"/>
  831. <property key="oscillator.auxfrequency" value="120"/>
  832. <property key="oscillator.auxfrequencyunit" value="Mega"/>
  833. <property key="oscillator.frequency" value="1"/>
  834. <property key="oscillator.frequencyunit" value="Mega"/>
  835. <property key="oscillator.rcfrequency" value="250"/>
  836. <property key="oscillator.rcfrequencyunit" value="Kilo"/>
  837. <property key="periphADC1.altscl" value="false"/>
  838. <property key="periphADC1.minTacq" value=""/>
  839. <property key="periphADC1.tacqunits" value="microseconds"/>
  840. <property key="periphADC2.altscl" value="false"/>
  841. <property key="periphADC2.minTacq" value=""/>
  842. <property key="periphADC2.tacqunits" value="microseconds"/>
  843. <property key="periphComp1.gte" value="gt"/>
  844. <property key="periphComp2.gte" value="gt"/>
  845. <property key="periphComp3.gte" value="gt"/>
  846. <property key="periphComp4.gte" value="gt"/>
  847. <property key="periphComp5.gte" value="gt"/>
  848. <property key="periphComp6.gte" value="gt"/>
  849. <property key="poweroptions.powerenable" value="false"/>
  850. <property key="programmertogo.imagename" value=""/>
  851. <property key="programoptions.donoteraseauxmem" value="false"/>
  852. <property key="programoptions.eraseb4program" value="true"/>
  853. <property key="programoptions.pgmspeed" value="2"/>
  854. <property key="programoptions.preservedataflash" value="false"/>
  855. <property key="programoptions.preservedataflash.ranges"
  856. value="${programoptions.preservedataflash.ranges}"/>
  857. <property key="programoptions.preserveeeprom" value="false"/>
  858. <property key="programoptions.preserveeeprom.ranges" value=""/>
  859. <property key="programoptions.preserveprogram.ranges" value=""/>
  860. <property key="programoptions.preserveprogramrange" value="false"/>
  861. <property key="programoptions.preserveuserid" value="false"/>
  862. <property key="programoptions.programcalmem" value="false"/>
  863. <property key="programoptions.programuserotp" value="false"/>
  864. <property key="programoptions.testmodeentrymethod" value="VDDFirst"/>
  865. <property key="programoptions.usehighvoltageonmclr" value="false"/>
  866. <property key="programoptions.uselvpprogramming" value="false"/>
  867. <property key="reset.scl" value="false"/>
  868. <property key="reset.type" value="MCLR"/>
  869. <property key="toolpack.updateoptions"
  870. value="toolpack.updateoptions.uselatestoolpack"/>
  871. <property key="toolpack.updateoptions.packversion"
  872. value="Press to select which tool pack to use"/>
  873. <property key="tracecontrol.include.timestamp" value="summarydataenabled"/>
  874. <property key="tracecontrol.select" value="0"/>
  875. <property key="tracecontrol.stallontracebufferfull" value="false"/>
  876. <property key="tracecontrol.timestamp" value="0"/>
  877. <property key="tracecontrol.tracebufmax" value="546000"/>
  878. <property key="tracecontrol.tracefile" value="defmplabxtrace.log"/>
  879. <property key="tracecontrol.traceresetonrun" value="false"/>
  880. <property key="uart0io.output" value="window"/>
  881. <property key="uart0io.outputfile" value=""/>
  882. <property key="uart0io.uartioenabled" value="false"/>
  883. <property key="uart1io.output" value="window"/>
  884. <property key="uart1io.outputfile" value=""/>
  885. <property key="uart1io.uartioenabled" value="false"/>
  886. <property key="uart2io.output" value="window"/>
  887. <property key="uart2io.outputfile" value=""/>
  888. <property key="uart2io.uartioenabled" value="false"/>
  889. <property key="uart3io.output" value="window"/>
  890. <property key="uart3io.outputfile" value=""/>
  891. <property key="uart3io.uartioenabled" value="false"/>
  892. <property key="uart4io.output" value="window"/>
  893. <property key="uart4io.outputfile" value=""/>
  894. <property key="uart4io.uartioenabled" value="false"/>
  895. <property key="uart5io.output" value="window"/>
  896. <property key="uart5io.outputfile" value=""/>
  897. <property key="uart5io.uartioenabled" value="false"/>
  898. <property key="uart6io.output" value="window"/>
  899. <property key="uart6io.outputfile" value=""/>
  900. <property key="uart6io.uartioenabled" value="false"/>
  901. <property key="usart0io.output" value="window"/>
  902. <property key="usart0io.outputfile" value=""/>
  903. <property key="usart0io.uartioenabled" value="false"/>
  904. <property key="usart1io.output" value="window"/>
  905. <property key="usart1io.outputfile" value=""/>
  906. <property key="usart1io.uartioenabled" value="false"/>
  907. <property key="usart2io.output" value="window"/>
  908. <property key="usart2io.outputfile" value=""/>
  909. <property key="usart2io.uartioenabled" value="false"/>
  910. <property key="usart3io.output" value="window"/>
  911. <property key="usart3io.outputfile" value=""/>
  912. <property key="usart3io.uartioenabled" value="false"/>
  913. <property key="usart4io.output" value="window"/>
  914. <property key="usart4io.outputfile" value=""/>
  915. <property key="usart4io.uartioenabled" value="false"/>
  916. <property key="usartc0io.output" value="window"/>
  917. <property key="usartc0io.outputfile" value=""/>
  918. <property key="usartc0io.uartioenabled" value="false"/>
  919. <property key="usartc1io.output" value="window"/>
  920. <property key="usartc1io.outputfile" value=""/>
  921. <property key="usartc1io.uartioenabled" value="false"/>
  922. <property key="usartd0io.output" value="window"/>
  923. <property key="usartd0io.outputfile" value=""/>
  924. <property key="usartd0io.uartioenabled" value="false"/>
  925. <property key="usartd1io.output" value="window"/>
  926. <property key="usartd1io.outputfile" value=""/>
  927. <property key="usartd1io.uartioenabled" value="false"/>
  928. <property key="usarte0io.output" value="window"/>
  929. <property key="usarte0io.outputfile" value=""/>
  930. <property key="usarte0io.uartioenabled" value="false"/>
  931. <property key="usarte1io.output" value="window"/>
  932. <property key="usarte1io.outputfile" value=""/>
  933. <property key="usarte1io.uartioenabled" value="false"/>
  934. <property key="usarte2io.output" value="window"/>
  935. <property key="usarte2io.outputfile" value=""/>
  936. <property key="usarte2io.uartioenabled" value="false"/>
  937. <property key="usartf0io.output" value="window"/>
  938. <property key="usartf0io.outputfile" value=""/>
  939. <property key="usartf0io.uartioenabled" value="false"/>
  940. <property key="usartf1io.output" value="window"/>
  941. <property key="usartf1io.outputfile" value=""/>
  942. <property key="usartf1io.uartioenabled" value="false"/>
  943. <property key="voltagevalue" value="3.25"/>
  944. <property key="warningmessagebreakoptions.W0001_CORE_BITREV_MODULO_EN"
  945. value="report"/>
  946. <property key="warningmessagebreakoptions.W0002_CORE_SECURE_MEMORYACCESS"
  947. value="report"/>
  948. <property key="warningmessagebreakoptions.W0003_CORE_SW_RESET" value="report"/>
  949. <property key="warningmessagebreakoptions.W0004_CORE_WDT_RESET" value="report"/>
  950. <property key="warningmessagebreakoptions.W0005_CORE_IOPUW_RESET"
  951. value="report"/>
  952. <property key="warningmessagebreakoptions.W0006_CORE_CODE_GUARD_PFC_RESET"
  953. value="report"/>
  954. <property key="warningmessagebreakoptions.W0007_CORE_DO_LOOP_STACK_UNDERFLOW"
  955. value="report"/>
  956. <property key="warningmessagebreakoptions.W0008_CORE_DO_LOOP_STACK_OVERFLOW"
  957. value="report"/>
  958. <property key="warningmessagebreakoptions.W0009_CORE_NESTED_DO_LOOP_RANGE"
  959. value="report"/>
  960. <property key="warningmessagebreakoptions.W0010_CORE_SIM32_ODD_WORDACCESS"
  961. value="report"/>
  962. <property key="warningmessagebreakoptions.W0011_CORE_SIM32_UNIMPLEMENTED_RAMACCESS"
  963. value="report"/>
  964. <property key="warningmessagebreakoptions.W0012_CORE_STACK_OVERFLOW_RESET"
  965. value="report"/>
  966. <property key="warningmessagebreakoptions.W0013_CORE_STACK_UNDERFLOW_RESET"
  967. value="report"/>
  968. <property key="warningmessagebreakoptions.W0014_CORE_INVALID_OPCODE"
  969. value="report"/>
  970. <property key="warningmessagebreakoptions.W0015_CORE_INVALID_ALT_WREG_SET"
  971. value="report"/>
  972. <property key="warningmessagebreakoptions.W0016_CORE_STACK_ERROR"
  973. value="report"/>
  974. <property key="warningmessagebreakoptions.W0017_CORE_ODD_RAMWORDACCESS"
  975. value="report"/>
  976. <property key="warningmessagebreakoptions.W0018_CORE_UNIMPLEMENTED_RAMACCESS"
  977. value="report"/>
  978. <property key="warningmessagebreakoptions.W0019_CORE_UNIMPLEMENTED_PROMACCESS"
  979. value="report"/>
  980. <property key="warningmessagebreakoptions.W0020_CORE_ACCESS_NOTIN_X_SPACE"
  981. value="report"/>
  982. <property key="warningmessagebreakoptions.W0021_CORE_ACCESS_NOTIN_Y_SPACE"
  983. value="report"/>
  984. <property key="warningmessagebreakoptions.W0022_CORE_XMODEND_LESS_XMODSRT"
  985. value="report"/>
  986. <property key="warningmessagebreakoptions.W0023_CORE_YMODEND_LESS_YMODSRT"
  987. value="report"/>
  988. <property key="warningmessagebreakoptions.W0024_CORE_BITREV_MOD_IS_ZERO"
  989. value="report"/>
  990. <property key="warningmessagebreakoptions.W0025_CORE_HARD_TRAP" value="report"/>
  991. <property key="warningmessagebreakoptions.W0026_CORE_UNIMPLEMENTED_MEMORYACCESS"
  992. value="report"/>
  993. <property key="warningmessagebreakoptions.W0027_CORE_UNIMPLEMENTED_EDSACCESS"
  994. value="report"/>
  995. <property key="warningmessagebreakoptions.W0028_TBLRD_WORM_CONFIG_MEMORY"
  996. value="report"/>
  997. <property key="warningmessagebreakoptions.W0029_TBLRD_DEVICE_ID" value="report"/>
  998. <property key="warningmessagebreakoptions.W0030_CORE_UNIMPLEMENTED_MEMORY_ACCESS"
  999. value="report"/>
  1000. <property key="warningmessagebreakoptions.W0031_BSLIM_INSUFFICIENT_BOOT_SEGMENT"
  1001. value="report"/>
  1002. <property key="warningmessagebreakoptions.W0032_BSLIM_LIMITS_EXCEEDS_PROG_MEMORY"
  1003. value="report"/>
  1004. <property key="warningmessagebreakoptions.W0033_CORE_UNPREDICTABLE_OPCODE"
  1005. value="report"/>
  1006. <property key="warningmessagebreakoptions.W0034_CORE_UNALIGNED_MEMORY_ACCESS"
  1007. value="report"/>
  1008. <property key="warningmessagebreakoptions.W0035_CORE_UNIMPLEMENTED_RAMACCESS_NOTRAP"
  1009. value="report"/>
  1010. <property key="warningmessagebreakoptions.W0036_UNIMPLEMENTED_INSTRUCTION"
  1011. value="report"/>
  1012. <property key="warningmessagebreakoptions.W0040_FPU_DIFF_CP10_CP11"
  1013. value="report"/>
  1014. <property key="warningmessagebreakoptions.W0041_FPU_ACCESS_DENIED"
  1015. value="report"/>
  1016. <property key="warningmessagebreakoptions.W0042_FPU_PRIVILEGED_ACCESS_ONLY"
  1017. value="report"/>
  1018. <property key="warningmessagebreakoptions.W0043_FPU_CP_RESERVED_VALUE"
  1019. value="report"/>
  1020. <property key="warningmessagebreakoptions.W0044_FPU_OUT_OF_RANGE"
  1021. value="report"/>
  1022. <property key="warningmessagebreakoptions.W0051_INSTRUCTION_DIV_NOT_ENOUGH_REPEAT"
  1023. value="report"/>
  1024. <property key="warningmessagebreakoptions.W0052_INSTRUCTION_DIV_TOO_MANY_REPEAT"
  1025. value="report"/>
  1026. <property key="warningmessagebreakoptions.W0053_INVALID_INTCON_VS_FIELD_VALUE"
  1027. value="report"/>
  1028. <property key="warningmessagebreakoptions.W0101_SIM_UPDATE_FAILED"
  1029. value="report"/>
  1030. <property key="warningmessagebreakoptions.W0102_SIM_PERIPH_MISSING"
  1031. value="report"/>
  1032. <property key="warningmessagebreakoptions.W0103_SIM_PERIPH_FAILED"
  1033. value="report"/>
  1034. <property key="warningmessagebreakoptions.W0104_SIM_FAILED_TO_INIT_TOOL"
  1035. value="report"/>
  1036. <property key="warningmessagebreakoptions.W0105_SIM_INVALID_FIELD"
  1037. value="report"/>
  1038. <property key="warningmessagebreakoptions.W0106_SIM_PERIPH_PARTIAL_SUPPORT"
  1039. value="report"/>
  1040. <property key="warningmessagebreakoptions.W0107_SIM_NOT_SUPPORTED"
  1041. value="report"/>
  1042. <property key="warningmessagebreakoptions.W0108_SIM_RESERVED_SETTING"
  1043. value="report"/>
  1044. <property key="warningmessagebreakoptions.W0109_SIM_PERIPHERAL_IN_DEVELOPMENT"
  1045. value="report"/>
  1046. <property key="warningmessagebreakoptions.W0110_SIM_UNEXPECTED_EVENT"
  1047. value="report"/>
  1048. <property key="warningmessagebreakoptions.W0111_SIM_UNSUPPORTED_SELECTION"
  1049. value="report"/>
  1050. <property key="warningmessagebreakoptions.W0112_SIM_INVALID_OPERATION"
  1051. value="report"/>
  1052. <property key="warningmessagebreakoptions.W0113_SIM_WRITE_TO_PROTECTED_SFR"
  1053. value="report"/>
  1054. <property key="warningmessagebreakoptions.W0114_SIM_INVALID_KEY" value="report"/>
  1055. <property key="warningmessagebreakoptions.W0115_SIM_FAILED_TO_PARSE_DEVICE_FILE"
  1056. value="report"/>
  1057. <property key="warningmessagebreakoptions.W0116_SIM_STACK_OVERFLOW"
  1058. value="report"/>
  1059. <property key="warningmessagebreakoptions.W0117_SIM_STACK_UNDERFLOW"
  1060. value="report"/>
  1061. <property key="warningmessagebreakoptions.W0118_SIM_INVALID_FIELD_VALUE"
  1062. value="report"/>
  1063. <property key="warningmessagebreakoptions.W0119_SIM_SAMPLING_RATE_VIOLATION"
  1064. value="report"/>
  1065. <property key="warningmessagebreakoptions.W0201_ADC_NO_STIMULUS_FILE"
  1066. value="report"/>
  1067. <property key="warningmessagebreakoptions.W0202_ADC_GO_DONE_BIT" value="report"/>
  1068. <property key="warningmessagebreakoptions.W0203_ADC_MINIMUM_2_TAD"
  1069. value="report"/>
  1070. <property key="warningmessagebreakoptions.W0204_ADC_TAD_TOO_SMALL"
  1071. value="report"/>
  1072. <property key="warningmessagebreakoptions.W0205_ADC_UNEXPECTED_TRANSITION"
  1073. value="report"/>
  1074. <property key="warningmessagebreakoptions.W0206_ADC_SAMP_TIME_TOO_SHORT"
  1075. value="report"/>
  1076. <property key="warningmessagebreakoptions.W0207_ADC_NO_PINS_SCANNED"
  1077. value="report"/>
  1078. <property key="warningmessagebreakoptions.W0208_ADC_UNSUPPORTED_CLOCK_SOURCE"
  1079. value="report"/>
  1080. <property key="warningmessagebreakoptions.W0209_ADC_ANALOG_CHANNEL_DIGITAL"
  1081. value="report"/>
  1082. <property key="warningmessagebreakoptions.W0210_ADC_ANALOG_CHANNEL_OUTPUT"
  1083. value="report"/>
  1084. <property key="warningmessagebreakoptions.W0211_ADC_PIN_INVALID_CHANNEL"
  1085. value="report"/>
  1086. <property key="warningmessagebreakoptions.W0212_ADC_BAND_GAP_NOT_SUPPORTED"
  1087. value="report"/>
  1088. <property key="warningmessagebreakoptions.W0213_ADC_RESERVED_SSRC"
  1089. value="report"/>
  1090. <property key="warningmessagebreakoptions.W0214_ADC_POSITIVE_INPUT_DIGITAL"
  1091. value="report"/>
  1092. <property key="warningmessagebreakoptions.W0215_ADC_POSITIVE_INPUT_OUTPUT"
  1093. value="report"/>
  1094. <property key="warningmessagebreakoptions.W0216_ADC_NEGATIVE_INPUT_DIGITAL"
  1095. value="report"/>
  1096. <property key="warningmessagebreakoptions.W0217_ADC_NEGATIVE_INPUT_OUTPUT"
  1097. value="report"/>
  1098. <property key="warningmessagebreakoptions.W0218_ADC_REFERENCE_HIGH_DIGITAL"
  1099. value="report"/>
  1100. <property key="warningmessagebreakoptions.W0219_ADC_REFERENCE_HIGH_OUTPUT"
  1101. value="report"/>
  1102. <property key="warningmessagebreakoptions.W0220_ADC_REFERENCE_LOW_DIGITAL"
  1103. value="report"/>
  1104. <property key="warningmessagebreakoptions.W0221_ADC_REFERENCE_LOW_OUTPUT"
  1105. value="report"/>
  1106. <property key="warningmessagebreakoptions.W0222_ADC_OVERFLOW" value="report"/>
  1107. <property key="warningmessagebreakoptions.W0223_ADC_UNDERFLOW" value="report"/>
  1108. <property key="warningmessagebreakoptions.W0224_ADC_CTMU_NOT_SUPPORTED"
  1109. value="report"/>
  1110. <property key="warningmessagebreakoptions.W0225_ADC_INVALID_CH0S"
  1111. value="report"/>
  1112. <property key="warningmessagebreakoptions.W0226_ADC_VBAT_NOT_SUPPORTED"
  1113. value="report"/>
  1114. <property key="warningmessagebreakoptions.W0227_ADC_INVALID_ADCS"
  1115. value="report"/>
  1116. <property key="warningmessagebreakoptions.W0228_ADC_INVALID_ADCS"
  1117. value="report"/>
  1118. <property key="warningmessagebreakoptions.W0229_ADC_INVALID_ADCS"
  1119. value="report"/>
  1120. <property key="warningmessagebreakoptions.W0230_ADC_TRIGSEL_NOT_SUPPORTED"
  1121. value="report"/>
  1122. <property key="warningmessagebreakoptions.W0231_ADC_NOT_WARMED" value="report"/>
  1123. <property key="warningmessagebreakoptions.W0232_ADC_CALIBRATION_ABORTED"
  1124. value="report"/>
  1125. <property key="warningmessagebreakoptions.W0233_ADC_CORE_POWERED_EARLY"
  1126. value="report"/>
  1127. <property key="warningmessagebreakoptions.W0234_ADC_ALREADY_CALIBRATING"
  1128. value="report"/>
  1129. <property key="warningmessagebreakoptions.W0235_ADC_CAL_TYPE_CHANGED"
  1130. value="report"/>
  1131. <property key="warningmessagebreakoptions.W0236_ADC_CAL_INVALIDATED"
  1132. value="report"/>
  1133. <property key="warningmessagebreakoptions.W0237_ADC_UNKNOWN_DATASHEET"
  1134. value="report"/>
  1135. <property key="warningmessagebreakoptions.W0238_ADC_INVALID_SFR_FIELD_VALUE"
  1136. value="report"/>
  1137. <property key="warningmessagebreakoptions.W0239_ADC_UNSUPPORTED_INPUT"
  1138. value="report"/>
  1139. <property key="warningmessagebreakoptions.W0240_ADC_NOT_CALIBRATED"
  1140. value="report"/>
  1141. <property key="warningmessagebreakoptions.W0241_ADC_FRACTIONAL_NOT_ALLOWED"
  1142. value="report"/>
  1143. <property key="warningmessagebreakoptions.W0242_ADC_BG_INT_BEFORE_PWR"
  1144. value="report"/>
  1145. <property key="warningmessagebreakoptions.W0243_ADC_INVALID_TAD" value="report"/>
  1146. <property key="warningmessagebreakoptions.W0244_ADC_CONVERSION_ABORTED"
  1147. value="report"/>
  1148. <property key="warningmessagebreakoptions.W0245_ADC_BUFREGEN_NOT_ALLOWED"
  1149. value="report"/>
  1150. <property key="warningmessagebreakoptions.W0246_ADC_ACCUMULATION_BAD_RESSEL"
  1151. value="report"/>
  1152. <property key="warningmessagebreakoptions.W0247_ADC_CONVERSION_BAD_RESSEL"
  1153. value="report"/>
  1154. <property key="warningmessagebreakoptions.W0300_NVM_WR_BEFORE_KEY_SEQ"
  1155. value="report"/>
  1156. <property key="warningmessagebreakoptions.W0400_PWM_PWM_FASTER_THAN_FOSC"
  1157. value="report"/>
  1158. <property key="warningmessagebreakoptions.W0600_WDT_2ND_WDT_MR_WRITE"
  1159. value="report"/>
  1160. <property key="warningmessagebreakoptions.W0601_WDT_EXPIRED" value="report"/>
  1161. <property key="warningmessagebreakoptions.W0601_WDT_RESET_OUTSIDE_WINDOW"
  1162. value="report"/>
  1163. <property key="warningmessagebreakoptions.W0700_CLC_GENERAL_WARNING"
  1164. value="report"/>
  1165. <property key="warningmessagebreakoptions.W0701_CLC_CLCOUT_AS_INPUT"
  1166. value="report"/>
  1167. <property key="warningmessagebreakoptions.W0702_CLC_CIRCULAR_LOOP"
  1168. value="report"/>
  1169. <property key="warningmessagebreakoptions.W0800_ACC_INPUT_INVALID_CONFIG"
  1170. value="report"/>
  1171. <property key="warningmessagebreakoptions.W0801_ACC_INPUT_NOT_SUPPORTED"
  1172. value="report"/>
  1173. <property key="warningmessagebreakoptions.W0802_ACC_INVERTED_WINDOW_LIMITS"
  1174. value="report"/>
  1175. <property key="warningmessagebreakoptions.W0803_ACC_MISMATCHED_POS_INPUTS"
  1176. value="report"/>
  1177. <property key="warningmessagebreakoptions.W0804_ACC_WINDOW_COMP_DISABLED"
  1178. value="report"/>
  1179. <property key="warningmessagebreakoptions.W0805_ACC_WINDOW_COMPS_MODES"
  1180. value="report"/>
  1181. <property key="warningmessagebreakoptions.W0806_ACC_FEATURE_NOT_SUPPORTED"
  1182. value="report"/>
  1183. <property key="warningmessagebreakoptions.W10001_RESERVED_IRQ_HANDLER_INVOKED"
  1184. value="report"/>
  1185. <property key="warningmessagebreakoptions.W10002_UNSUPPORTED_CLK_SOURCE"
  1186. value="report"/>
  1187. <property key="warningmessagebreakoptions.W10101_UNSUPPORTED_CHANNEL_MODE"
  1188. value="report"/>
  1189. <property key="warningmessagebreakoptions.W10102_UNSUPPORTED_CLK_SOURCE"
  1190. value="report"/>
  1191. <property key="warningmessagebreakoptions.W10103_UNSUPPORTED_RECEIVER_FILTER"
  1192. value="report"/>
  1193. <property key="warningmessagebreakoptions.W10301_NO_PORT_PINS_FOUND"
  1194. value="report"/>
  1195. <property key="warningmessagebreakoptions.W10500_UNSUPPORTED_SOURCE"
  1196. value="report"/>
  1197. <property key="warningmessagebreakoptions.W1201_DATAFLASH_MEM_OUTSIDE_RANGE"
  1198. value="report"/>
  1199. <property key="warningmessagebreakoptions.W1202_DATAFLASH_ERASE_WHILE_LOCKED"
  1200. value="report"/>
  1201. <property key="warningmessagebreakoptions.W1203_DATAFLASH_WRITE_WHILE_LOCKED"
  1202. value="report"/>
  1203. <property key="warningmessagebreakoptions.W1401_DMA_PERIPH_NOT_AVAIL"
  1204. value="report"/>
  1205. <property key="warningmessagebreakoptions.W1402_DMA_INVALID_IRQ" value="report"/>
  1206. <property key="warningmessagebreakoptions.W1403_DMA_INVALID_SFR" value="report"/>
  1207. <property key="warningmessagebreakoptions.W1404_DMA_INVALID_DMA_ADDR"
  1208. value="report"/>
  1209. <property key="warningmessagebreakoptions.W1405_DMA_IRQ_DIR_MISMATCH"
  1210. value="report"/>
  1211. <property key="warningmessagebreakoptions.W1600_PPS_INVALID_MAP" value="report"/>
  1212. <property key="warningmessagebreakoptions.W1601_PPS_INVALID_PIN_DESCRIPTION"
  1213. value="report"/>
  1214. <property key="warningmessagebreakoptions.W1800_PWM_TIMER_SELECTION_NOT_AVIALABLE"
  1215. value="report"/>
  1216. <property key="warningmessagebreakoptions.W1801_PWM_TIMER_SELECTION_BAD_CLOCK_INPUT"
  1217. value="report"/>
  1218. <property key="warningmessagebreakoptions.W1802_PWM_TIMER_MISSING_PERSCALER_INFO"
  1219. value="report"/>
  1220. <property key="warningmessagebreakoptions.W2001_INPUTCAPTURE_TMR3_UNAVAILABLE"
  1221. value="report"/>
  1222. <property key="warningmessagebreakoptions.W2002_INPUTCAPTURE_CAPTURE_EMPTY"
  1223. value="report"/>
  1224. <property key="warningmessagebreakoptions.W2003_INPUTCAPTURE_SYNCSEL_NOT_AVIALABLE"
  1225. value="report"/>
  1226. <property key="warningmessagebreakoptions.W2004_INPUTCAPTURE_BAD_SYNC_SOURCE"
  1227. value="report"/>
  1228. <property key="warningmessagebreakoptions.W2501_OUTPUTCOMPARE_SYNCSEL_NOT_AVIALABLE"
  1229. value="report"/>
  1230. <property key="warningmessagebreakoptions.W2502_OUTPUTCOMPARE_BAD_SYNC_SOURCE"
  1231. value="report"/>
  1232. <property key="warningmessagebreakoptions.W2503_OUTPUTCOMPARE_BAD_TRIGGER_SOURCE"
  1233. value="report"/>
  1234. <property key="warningmessagebreakoptions.W2700_MPU_ILLEGAL_DREGION"
  1235. value="report"/>
  1236. <property key="warningmessagebreakoptions.W2701_MPU_INVALID_REGION"
  1237. value="report"/>
  1238. <property key="warningmessagebreakoptions.W3000_LPM_READ_PROTECTION_SECTION"
  1239. value="report"/>
  1240. <property key="warningmessagebreakoptions.W3010_SPM_WRITE_PROTECTION_SECTION"
  1241. value="report"/>
  1242. <property key="warningmessagebreakoptions.W6001_RTT_FORBIDDEN_RTPRES"
  1243. value="report"/>
  1244. <property key="warningmessagebreakoptions.W6002_RTT_BAD_WRITING_ALMV"
  1245. value="report"/>
  1246. <property key="warningmessagebreakoptions.W6003_RTT_BAD_WRITING_RTPRES"
  1247. value="report"/>
  1248. <property key="warningmessagebreakoptions.W7001_SMT_CLK_SELECTION_NOT_SUPPORT"
  1249. value="report"/>
  1250. <property key="warningmessagebreakoptions.W7002_SMT_SIG_SELECTION_NOT_SUPPORT"
  1251. value="report"/>
  1252. <property key="warningmessagebreakoptions.W7003_SMT_WIN_SELECTION_NOT_SUPPORT"
  1253. value="report"/>
  1254. <property key="warningmessagebreakoptions.W8001_OSC_INVALID_CLOCK_SOURCE"
  1255. value="report"/>
  1256. <property key="warningmessagebreakoptions.W8002_OSC_RESERVED_FEXTOSC"
  1257. value="report"/>
  1258. <property key="warningmessagebreakoptions.W9001_TMR_GATE_AND_EXTCLOCK_ENABLED"
  1259. value="report"/>
  1260. <property key="warningmessagebreakoptions.W9002_TMR_NO_PIN_AVAILABLE"
  1261. value="report"/>
  1262. <property key="warningmessagebreakoptions.W9003_TMR_INVALID_CLOCK_SOURCE"
  1263. value="report"/>
  1264. <property key="warningmessagebreakoptions.W9201_UART_TX_OVERFLOW"
  1265. value="report"/>
  1266. <property key="warningmessagebreakoptions.W9202_UART_TX_CAPTUREFILE"
  1267. value="report"/>
  1268. <property key="warningmessagebreakoptions.W9203_UART_TX_INVALIDINTERRUPTMODE"
  1269. value="report"/>
  1270. <property key="warningmessagebreakoptions.W9204_UART_RX_EMPTY_QUEUE"
  1271. value="report"/>
  1272. <property key="warningmessagebreakoptions.W9205_UART_TX_BADFILE" value="report"/>
  1273. <property key="warningmessagebreakoptions.W9206_UART_RESERVED_MODE"
  1274. value="report"/>
  1275. <property key="warningmessagebreakoptions.W9207_UART_UNABLETOCLOSE_FILE"
  1276. value="report"/>
  1277. <property key="warningmessagebreakoptions.W9401_CVREF_INVALIDSOURCESELECTION"
  1278. value="report"/>
  1279. <property key="warningmessagebreakoptions.W9402_CVREF_INPUT_OUTPUTPINCONFLICT"
  1280. value="report"/>
  1281. <property key="warningmessagebreakoptions.W9601_COMP_FVR_SOURCE_UNAVAILABLE"
  1282. value="report"/>
  1283. <property key="warningmessagebreakoptions.W9602_COMP_DAC_SOURCE_UNAVAILABLE"
  1284. value="report"/>
  1285. <property key="warningmessagebreakoptions.W9603_COMP_CVREF_SOURCE_UNAVAILABLE"
  1286. value="report"/>
  1287. <property key="warningmessagebreakoptions.W9604_COMP_SLOPE_SOURCE_UNAVAILABLE"
  1288. value="report"/>
  1289. <property key="warningmessagebreakoptions.W9605_COMP_PRG_SOURCE_UNAVAILABLE"
  1290. value="report"/>
  1291. <property key="warningmessagebreakoptions.W9607_COMP_DGTL_FLTR_OPTION_UNAVAILABLE"
  1292. value="report"/>
  1293. <property key="warningmessagebreakoptions.W9609_COMP_DGTL_FLTR_CLK_UNAVAILABLE"
  1294. value="report"/>
  1295. <property key="warningmessagebreakoptions.W9801_FVR_INVALID_MODE_SELECTION"
  1296. value="report"/>
  1297. <property key="warningmessagebreakoptions.W9801_SCL_BAD_SUBTYPE_INDICATION"
  1298. value="report"/>
  1299. <property key="warningmessagebreakoptions.W9802_SCL_FILE_NOT_FOUND"
  1300. value="report"/>
  1301. <property key="warningmessagebreakoptions.W9803_SCL_FAILED_TO_READ_FILE"
  1302. value="report"/>
  1303. <property key="warningmessagebreakoptions.W9804_SCL_UNRECOGNIZED_LABEL"
  1304. value="report"/>
  1305. <property key="warningmessagebreakoptions.W9805_SCL_UNRECOGNIZED_VAR"
  1306. value="report"/>
  1307. <property key="warningmessagebreakoptions.W9901_RTSP_INVALID_OPERATION_SELECTION"
  1308. value="report"/>
  1309. <property key="warningmessagebreakoptions.W9902_RTSP_FLASH_PROGRAM_WRITE_PROTECTED"
  1310. value="report"/>
  1311. <property key="warningmessagebreakoptions.displaywarningmessagesoption"
  1312. value=""/>
  1313. <property key="warningmessagebreakoptions.warningmessages" value="holdstate"/>
  1314. <property key="冻结所有其他外设" value="true"/>
  1315. <property key="安全段。分部编程" value="FullChipProgramming"/>
  1316. </Tool>
  1317. </conf>
  1318. </confs>
  1319. </configurationDescriptor>