<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Register is overwritten in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Register-is-overwritten/m-p/900823#M16441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what won't appear? Show watchpoints? You need to right click while mouse pointer is over (static storage?) variable, it won't appear right clicking over blank space in Data window. You can get to watchpoints as well&amp;nbsp;via show breakpoints. Show breakpoints is accessible right clicking in your code or assembler window, perhaps you need to place your mouse pointer over some code line. While in breakpoints dialog, click watchpoints tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 May 2019 07:03:52 GMT</pubDate>
    <dc:creator>kef2</dc:creator>
    <dc:date>2019-05-08T07:03:52Z</dc:date>
    <item>
      <title>Register is overwritten</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Register-is-overwritten/m-p/900818#M16436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MCU : mc9s12g128&lt;/P&gt;&lt;P&gt;Compiler： codewarriory 5.1&lt;/P&gt;&lt;P&gt;During the running of the program, the pull-up register of the port is rewritten, and the pull-up function of the port is opened after the rewriting. After checking the software did not operate this register, I would like to analyze from hardware, software, compiler, and what are the reasons for rewriting the register. How to locate the reason why the register is abnormally overwritten.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 May 2019 03:37:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Register-is-overwritten/m-p/900818#M16436</guid>
      <dc:creator>song_xianming</dc:creator>
      <dc:date>2019-05-05T03:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Register is overwritten</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Register-is-overwritten/m-p/900819#M16437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you please specify the port?&lt;/P&gt;&lt;P&gt;What is the default pull configuration of the port?&amp;nbsp;Please refer to the Pinout tables in the S12G RM.&lt;/P&gt;&lt;P&gt;What is the overwritten value of the corresponding Pull Device Enable Registers&amp;nbsp;and Polarity Select Registers?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/80634iE1329E6AA5C40BEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR, Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2019 09:11:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Register-is-overwritten/m-p/900819#M16437</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2019-05-06T09:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Register is overwritten</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Register-is-overwritten/m-p/900820#M16438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;regarding sudden change of register/variable. Hiwave debugger has watchpoints for this. You may set watchpoint right clicking on static storage variable in Data window, then choosing Set Watchpoint. You may set watchpoint as well for any 16-bit memory location including peripheral register. Go to show breakpoint/watchpoints, Watchpoint tab, fill in address, size of variable/register in bytes, choose read, write or read/write access mode. For sudden overwrite you certainly need write mode. Then click Add, OK&amp;nbsp;and run your program. Debugger should stop a couple of instructions past write access. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2019 08:46:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Register-is-overwritten/m-p/900820#M16438</guid>
      <dc:creator>kef2</dc:creator>
      <dc:date>2019-05-07T08:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Register is overwritten</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Register-is-overwritten/m-p/900821#M16439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The overwritten register is PUCR. Normally, its value is 0x50. After the exception is overwritten, its value is 0x5E. This phenomenon is sporadic. The probability of occurrence is relatively low. Debugging will not appear at all. We tested the software and there was no array overflow or pointer overflow. I am very surprised and have a headache with this question. Can not explain the reason with our customers.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/72433i3374839CC38DB5EF/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2019 09:39:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Register-is-overwritten/m-p/900821#M16439</guid>
      <dc:creator>song_xianming</dc:creator>
      <dc:date>2019-05-07T09:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Register is overwritten</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Register-is-overwritten/m-p/900822#M16440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It won't appear when debugging, is there any other way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2019 09:42:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Register-is-overwritten/m-p/900822#M16440</guid>
      <dc:creator>song_xianming</dc:creator>
      <dc:date>2019-05-07T09:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Register is overwritten</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Register-is-overwritten/m-p/900823#M16441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what won't appear? Show watchpoints? You need to right click while mouse pointer is over (static storage?) variable, it won't appear right clicking over blank space in Data window. You can get to watchpoints as well&amp;nbsp;via show breakpoints. Show breakpoints is accessible right clicking in your code or assembler window, perhaps you need to place your mouse pointer over some code line. While in breakpoints dialog, click watchpoints tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2019 07:03:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Register-is-overwritten/m-p/900823#M16441</guid>
      <dc:creator>kef2</dc:creator>
      <dc:date>2019-05-08T07:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Register is overwritten</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Register-is-overwritten/m-p/900824#M16442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We can't reproduce this phenomenon in the company. Our product is the controller on the car. As long as the value of the PUCR register is overwritten, our product cannot sleep. The register was rewritten during the troubleshooting process in the 4S shop of the car. This is an accidental event, and the probability of occurrence is about 1/10000. And as long as the controller is powered off, we have never received the same problem again in the same car. I also want to reproduce this phenomenon in the company. So it is not feasible to find this problem by means of debug. Is there any other way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2019 08:58:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Register-is-overwritten/m-p/900824#M16442</guid>
      <dc:creator>song_xianming</dc:creator>
      <dc:date>2019-05-08T08:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Register is overwritten</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Register-is-overwritten/m-p/900825#M16443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;S12G has built in debug module. Usually you use it for debugging, on breakpoint/watchpoint it stops MCU and waits for BDM commands. But debug module can be set to trigger SWI, which you can use to register write to PUCR event in car. Once you enter SWI handler and confirm it was caused by debug module, you may try to register PC trapped in debug module, register other info, etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2019 09:28:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Register-is-overwritten/m-p/900825#M16443</guid>
      <dc:creator>kef2</dc:creator>
      <dc:date>2019-05-08T09:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Register is overwritten</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Register-is-overwritten/m-p/900826#M16444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know how to do it, can you provide detailed setup methods or related documentation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2019 06:49:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Register-is-overwritten/m-p/900826#M16444</guid>
      <dc:creator>song_xianming</dc:creator>
      <dc:date>2019-05-22T06:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Register is overwritten</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Register-is-overwritten/m-p/900827#M16445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;You are asking a little too much.&amp;nbsp;Detail instructions for something, which almost no one uses in its practice. Well, by now I have only S12XD board at hand, which has little different debug module.&amp;nbsp;Perhaps later I'll try it on S12P, which should be more similar to S12G. By now only steps for S12XD:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;Let’s start from simple thing, SWI handler to receive breakpoint event, blank for now, for(;;) loop to pause and make sure MCU lands in it &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;#pragma CODE_SEG __NEAR_SEG NON_BANKED&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt; interrupt VectorNumber_Vswi void swiisr(void)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt; { &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; for(;;) { &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; } &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt; #pragma CODE_SEG DEFAULT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;You should read carefully S12S Debug Module chapter in S12G datasheet. Should be quite similar to S12X. Let’s set up comparator B for S12XD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt; DBGC1 &amp;amp;= ~DBGC1_ARM_MASK; // unarm, make registers writeable&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt; DBGC1 &amp;amp;= ~DBGC1_BDM_MASK; // choose SWI instead of BDM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt; DBGC1_DBGBRK = 2; // CPU12X breakpoints&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt; DBGC1_COMRV = 1; // choose comparator B&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;&amp;nbsp;&amp;nbsp; DBGXCTL = &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBGXCTL_SZE_MASK * 0 // ignore compare size&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | DBGXCTL_NDB_SZ_MASK * 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | DBGXCTL_TAG_MASK *0 // TAG=1 are for code breakpoints, TAG=0 – data R/W breakpoints&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | DBGXCTL_BRK_MASK *1 // immediate breakpoint&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | DBGXCTL_RW_MASK *0 // match write cycle&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | DBGXCTL_RWE_MASK *1 // R/W used in comparison&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | DBGXCTL_SRC_MASK *0 // CPU&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | DBGXCTL_COMPE_MASK*1; // enable comparator&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;&amp;nbsp;&amp;nbsp; DBGXAH = (unsigned long)&amp;amp;PUCR &amp;gt;&amp;gt; 16; // PUCR address&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;&amp;nbsp;&amp;nbsp; DBGXAM = (unsigned long)&amp;amp;PUCR &amp;gt;&amp;gt; 8;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt; DBGXAL = (unsigned long)&amp;amp;PUCR ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt; DBGSCRX = 2; // any match triggers to final state&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt; DBGC1 |= DBGC1_ARM_MASK; // arm module, required to enable breakpoint&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;Now you may wish to check it works, add some code to write PUCR,&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;PUCR=PUCR ; // or something like that&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;Once you enter debugger, you should go to HC12MultilinkCyclonePro-&amp;gt;Trigger Module Settings.. and switch from Automatic to Disabled to stop debugger using debug module. Now you have debugger breakpoints broken, but working your “sudden PUCR overwrite” catcher.&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;Now one or more problems arise. If you are using preemptive RTOS, chances are SWI handler is used for RTOS purposes. You could then try reconfiguring your RTOS to use TRAP handler instead of SWI or perhaps add code to distinguish, was it your PUCR breakpoint or normal RTOS usage. On S12XD you can check for &lt;SPAN style="color: black; font-size: 8.5pt;"&gt;DBGC1_ARM bit in SWI handler. Occurrence of breakpoint seems reseting DBGC1_ARM bit.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt; Another thing you should consider misaligned word write to MODE@0xB, which will overwrite PUCR@0xC as well. You need to setup at least two breakpoints. One for byte/word write to 0xC (PUCR) and another one for word write to 0xB. At least on S12XD DBG module looks for destination address, not for matching aligned word address. What I see on S12XD, when address is odd, both byte and misaligned word write to given odd address trigger breakpoint, but don’t trigger doing aligned word write. The question is what about instructions like EMACS? EMACS writing 32bits to 0x9..0xC will overwrite PUCR, but will it trigger breakpoint? We need to check. If not, then you should setup address range compare breakpoint and consider all write hits to 0x9..0xC as potential PUCR overwrite events. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;And the last thing is deducing PC location which triggered PUCR overwrite breakpoint. 16bit return address from SWI handler is at SP+7 for S12 and SP+8 for S12X. Don’t forget about possible stack frame. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;&lt;SPAN style="color: black; font-size: 8.5pt;"&gt;Edward&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2019 20:53:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Register-is-overwritten/m-p/900827#M16445</guid>
      <dc:creator>kef2</dc:creator>
      <dc:date>2019-05-24T20:53:54Z</dc:date>
    </item>
  </channel>
</rss>

