<?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>MPC5xxx中的主题 Re: MPC5746R JTAG</title>
    <link>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1736829#M24366</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;I am trying to Initialize ECC as below. However OSR returns error bit as 1. Here is how I am trying to initialize it&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Write IR to select OCMD -&amp;gt; CPU SCAN Reg&lt;BR /&gt;&lt;BR /&gt;Write to DR-SHIFT&lt;BR /&gt;WBRRLOW&amp;nbsp; =&amp;nbsp; ADDR ( from&amp;nbsp;0x40000000 -&amp;nbsp;0x40200000)&lt;BR /&gt;WBRRHIGH =&amp;nbsp;&amp;nbsp;0x00000000&lt;BR /&gt;MSR =&amp;nbsp;0x00000000&lt;BR /&gt;PC =&amp;nbsp;0x40000000&lt;BR /&gt;IR =&amp;nbsp;0x181F0900&amp;nbsp;e_stmw r0,0(r31)&lt;BR /&gt;CTL =&amp;nbsp;0x00000402&lt;BR /&gt;&lt;BR /&gt;JtagSingleStep();&lt;BR /&gt;&lt;BR /&gt;Check Once Status Register (OSR)&amp;nbsp;&lt;BR /&gt;OSR = 0x309 (0b1100001001)&lt;BR /&gt;Indicating Error bit is 1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;(Repeat this above step to for ADDR from&amp;nbsp;0x40000000 to 0x40200000)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is there anything that I did wrong or missed?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Oct 2023 20:32:29 GMT</pubDate>
    <dc:creator>am8patil</dc:creator>
    <dc:date>2023-10-10T20:32:29Z</dc:date>
    <item>
      <title>MPC5746R JTAG</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1726542#M24295</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Can anyone please explain how to get JTAG connection set up with MPC5746R via Once Command Register (OCR) ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 21:53:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1726542#M24295</guid>
      <dc:creator>am8patil</dc:creator>
      <dc:date>2023-09-20T21:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5746R JTAG</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1726938#M24298</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/223259"&gt;@am8patil&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;what is your intention? Do you want to develop own JTAG flash programmer or is it a question related to some specific debug tools?&lt;/P&gt;
&lt;P&gt;If you want to develop own JTAG flash programmer, we provide this application note:&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN4365.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN4365.pdf&lt;/A&gt;&lt;BR /&gt;It's written for MPC56xx devices but it can be used also for MPC57xx as not much has changed.&lt;/P&gt;
&lt;P&gt;If it is related to some debug tools - do you already have anything? Or are you looking for some recommendations what to use? I can see that most of customer usually use tools from Pemicro which can be used with debugger in-built in S32 Design Studio IDE:&lt;BR /&gt;&lt;A href="https://www.pemicro.com/products/product_viewDetails.cfm?product_id=15320180&amp;amp;productTab=5051" target="_blank"&gt;https://www.pemicro.com/products/product_viewDetails.cfm?product_id=15320180&amp;amp;productTab=5051&lt;/A&gt;&lt;BR /&gt;If we are talking about advanced debuggers, you can take a look at &lt;A href="http://www.lauterbach.com" target="_blank"&gt;www.lauterbach.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 08:12:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1726938#M24298</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2023-09-21T08:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5746R JTAG</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1727240#M24304</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I want to create my own JTAG Flash programmer. I had come across the mentioned pdf (&lt;A href="https://www.nxp.com/docs/en/application-note/AN4365.pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.nxp.com/docs/en/application-note/AN4365.pdf&lt;/A&gt;). Here are the steps and the results of each steps.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;1) Set to Test Logic Reset State with 5 consecutive TMS pulses.&lt;BR /&gt;2)&amp;nbsp; Read devie ID in DR-Shift . Reads&amp;nbsp;0x1834601d.&lt;BR /&gt;3) Write&amp;nbsp;000001 (JTAGC ID CODE Instruction) to Shift IR&lt;BR /&gt;4) Read DR-Shift again. Reads&amp;nbsp;0x1834601d again (expected).&lt;BR /&gt;5) Write ACCESS_AUX_CORE_1 (101001) to Shift-IR.&lt;BR /&gt;6) Write ENABLE_ONCE (000 111 1110) to Shift-IR (10 bit command).&lt;BR /&gt;7) Assert Reset&amp;nbsp;&lt;BR /&gt;&lt;LI-EMOJI id="lia_smiling-face-with-sunglasses" title=":smiling_face_with_sunglasses:"&gt;&lt;/LI-EMOJI&gt; Write&amp;nbsp;0b000 001 0010 (Once Control Register).&amp;nbsp;&lt;BR /&gt;9) Write 0b101 (32-Bit Command) &amp;nbsp;to Shift DR to set OCR [DR and WK as 1]&lt;BR /&gt;10)&amp;nbsp; Deassert Reset.&amp;nbsp;&lt;BR /&gt;11) Wait 10 ms&lt;BR /&gt;12)&amp;nbsp; At this stage I would like to read backk the once status register to see if the debug bit is set on. So I write bypass command&amp;nbsp;0b1000010001 in Shift IR and read back the tdo parallely. The register reads&amp;nbsp;0x201. (debug bit is 0).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please help me with knowing what went wrong in the above steps.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 15:14:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1727240#M24304</guid>
      <dc:creator>am8patil</dc:creator>
      <dc:date>2023-09-21T15:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5746R JTAG</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1727976#M24309</link>
      <description>&lt;P&gt;I forgot to mention that I wrote this script as an addendum to the application note:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/MPC5xxx-Knowledge-Base/Example-JTAG-access-Addendum-to-application-notes-AN3283-and/ta-p/1115777" target="_blank"&gt;https://community.nxp.com/t5/MPC5xxx-Knowledge-Base/Example-JTAG-access-Addendum-to-application-notes-AN3283-and/ta-p/1115777&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And I have also version for MPC5748G - attached.&lt;/P&gt;
&lt;P&gt;I believe this script will help to make it working.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 10:47:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1727976#M24309</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2023-09-22T10:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5746R JTAG</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1729127#M24325</link>
      <description>I got access to the memory via Once. However I am facing an issue with one memory address. When I try to write it I am getting erronous value back. Is this register reserved?&lt;BR /&gt;&lt;BR /&gt;Reg Addr: 0x400081e4&lt;BR /&gt;Write Val to Addr: 0x400081e4 (same as address)&lt;BR /&gt;Read Back Value from reg addr: 0x400(1)81e4&lt;BR /&gt;The bracket includes wrong value.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 25 Sep 2023 20:39:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1729127#M24325</guid>
      <dc:creator>am8patil</dc:creator>
      <dc:date>2023-09-25T20:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5746R JTAG</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1729372#M24326</link>
      <description>&lt;P&gt;0x400081e4 is SRAM address. The SRAM needs to be initialized after reset due to ECC. If it is not initialized, read or write access will cause machine check exception, most likely, due to double bit ECC error. This is a screenshot from AN4365:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lukaszadrapa_0-1695706475626.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242651i36521930C177B9C6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lukaszadrapa_0-1695706475626.png" alt="lukaszadrapa_0-1695706475626.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And this is from the reference manual:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lukaszadrapa_1-1695706523720.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242652i4A97DCE6E1A14C83/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lukaszadrapa_1-1695706523720.png" alt="lukaszadrapa_1-1695706523720.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I guess that this is the source of your problem.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 05:36:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1729372#M24326</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2023-09-26T05:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5746R JTAG</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1736829#M24366</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;I am trying to Initialize ECC as below. However OSR returns error bit as 1. Here is how I am trying to initialize it&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Write IR to select OCMD -&amp;gt; CPU SCAN Reg&lt;BR /&gt;&lt;BR /&gt;Write to DR-SHIFT&lt;BR /&gt;WBRRLOW&amp;nbsp; =&amp;nbsp; ADDR ( from&amp;nbsp;0x40000000 -&amp;nbsp;0x40200000)&lt;BR /&gt;WBRRHIGH =&amp;nbsp;&amp;nbsp;0x00000000&lt;BR /&gt;MSR =&amp;nbsp;0x00000000&lt;BR /&gt;PC =&amp;nbsp;0x40000000&lt;BR /&gt;IR =&amp;nbsp;0x181F0900&amp;nbsp;e_stmw r0,0(r31)&lt;BR /&gt;CTL =&amp;nbsp;0x00000402&lt;BR /&gt;&lt;BR /&gt;JtagSingleStep();&lt;BR /&gt;&lt;BR /&gt;Check Once Status Register (OSR)&amp;nbsp;&lt;BR /&gt;OSR = 0x309 (0b1100001001)&lt;BR /&gt;Indicating Error bit is 1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;(Repeat this above step to for ADDR from&amp;nbsp;0x40000000 to 0x40200000)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is there anything that I did wrong or missed?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 20:32:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1736829#M24366</guid>
      <dc:creator>am8patil</dc:creator>
      <dc:date>2023-10-10T20:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5746R JTAG</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1737450#M24372</link>
      <description>&lt;P&gt;I can see no problem in this procedure. This should work.&lt;/P&gt;
&lt;P&gt;Could you tell me what's the content of CPUSCR&amp;nbsp; after this single step?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 11:41:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1737450#M24372</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2023-10-11T11:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5746R JTAG</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1737613#M24373</link>
      <description>I Read back CPUSCAN REG as soon as I Single step and before reading OSR.&lt;BR /&gt;&lt;BR /&gt;WBRRLOW = 0x00000000&lt;BR /&gt;WBRRHIGH = 0x00000000&lt;BR /&gt;MSR = 0x00000000&lt;BR /&gt;PC = 0x10&lt;BR /&gt;IR = 0x00000000&lt;BR /&gt;CTL = 0x206</description>
      <pubDate>Wed, 11 Oct 2023 15:08:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1737613#M24373</guid>
      <dc:creator>am8patil</dc:creator>
      <dc:date>2023-10-11T15:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5746R JTAG</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1738274#M24378</link>
      <description>&lt;P&gt;PC = 0x10 means that Machine Check exception was triggered. Could you read also core register MCSR? It's SPR number 572.&lt;/P&gt;
&lt;P&gt;Or when loading e_stmw instruction to CPUSCR - could you try to set PC to some flash address instead of 0x40000000? I'm wondering if late-write feature on RAM could cause fetching of next instruction from 0x40000000 before it is written by e_stmw (i.e. fetching instruction from corrupted/uninitialized RAM). I didn't test it on this device.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 05:59:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1738274#M24378</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2023-10-12T05:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5746R JTAG</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1738942#M24388</link>
      <description>Hello ,&lt;BR /&gt;I tried changing PC to flash address to 0x01000000 the ECC init seems to work without any problem. I initialize ECC as below.&lt;BR /&gt;&lt;BR /&gt;Write IR to select OCMD -&amp;gt; CPU SCAN Reg&lt;BR /&gt;&lt;BR /&gt;Write to DR-SHIFT&lt;BR /&gt;WBRRLOW = ADDR ( from 0x40000000 - 0x40200000)&lt;BR /&gt;WBRRHIGH = 0x00000000&lt;BR /&gt;MSR = 0x00000000&lt;BR /&gt;PC = 0x01000000&lt;BR /&gt;IR = 0x181F0900 e_stmw r0,0(r31)&lt;BR /&gt;CTL = 0x00000402&lt;BR /&gt;&lt;BR /&gt;JtagSingleStep();&lt;BR /&gt;&lt;BR /&gt;Check Once Status Register (OSR)&lt;BR /&gt;OSR = 0x209 (0b1000001001)&lt;BR /&gt;Indicating Error bit is 0.&lt;BR /&gt;&lt;BR /&gt;However in the steps ahead I want to write memory in SRAM and read it. Here is how I do it:&lt;BR /&gt;&lt;BR /&gt;/* Write Address */&lt;BR /&gt;1) Write to r31 register&lt;BR /&gt;Write IR to select OCMD -&amp;gt; CPU SCAN Reg&lt;BR /&gt;&lt;BR /&gt;Write to DR-SHIFT&lt;BR /&gt;WBRRLOW = Data To Write(32 bit)&lt;BR /&gt;WBRRHIGH = 0x00000000&lt;BR /&gt;MSR = 0x00000000&lt;BR /&gt;PC = 0x01000000&lt;BR /&gt;IR = 0x181FD000&lt;BR /&gt;CTL = 0x00000402&lt;BR /&gt;&lt;BR /&gt;JtagSingleStep();&lt;BR /&gt;OSR = 0x209 Inidicating (err bit = 0)&lt;BR /&gt;&lt;BR /&gt;2) Write r31 value to the address&lt;BR /&gt;Write IR to select OCMD -&amp;gt; CPU SCAN Reg&lt;BR /&gt;&lt;BR /&gt;Write to DR-SHIFT&lt;BR /&gt;WBRRLOW = ADDRESS(SRAM-0x40010000)&lt;BR /&gt;WBRRHIGH = 0x00000000&lt;BR /&gt;MSR = 0x00000000&lt;BR /&gt;PC = 0x01000000&lt;BR /&gt;IR = 0x57E00000&lt;BR /&gt;CTL = 0x00000402&lt;BR /&gt;&lt;BR /&gt;JtagSingleStep();&lt;BR /&gt;OSR = 0x209 Indicating (err bit = 0) (Good until here)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I try to readback the value written to the same address as above and the OSR returns 0x309 (Problem). Here is how I do it:&lt;BR /&gt;&lt;BR /&gt;1)store value from address to r31;&lt;BR /&gt;Write IR to select OCMD -&amp;gt; CPU SCAN Reg&lt;BR /&gt;&lt;BR /&gt;Write to DR-SHIFT&lt;BR /&gt;WBRRLOW = ADDRESS(SRAM-0x40010000)&lt;BR /&gt;WBRRHIGH = 0x00000000&lt;BR /&gt;MSR = 0x00000000&lt;BR /&gt;PC = 0x01000000&lt;BR /&gt;IR = 0x53E00000&lt;BR /&gt;CTL = 0x00000402&lt;BR /&gt;&lt;BR /&gt;JtagSingleStep();&lt;BR /&gt;OSR = 0x309 Indicating (err bit = 0) (Bad Hence forth)&lt;BR /&gt;(Refer the end Note (A) for more analysis at this step)&lt;BR /&gt;2) WRITE IR With OCMD-&amp;gt; CPU_SCAN_REG with Read Bit = 1&lt;BR /&gt;OSR = 0x309 Indicating (err bit = 0) (Bad)&lt;BR /&gt;&lt;BR /&gt;Note A:&lt;BR /&gt;As instructed I read the CPU SCAN REG when OSR returns error bit = 1 first time and It reads as follows:&lt;BR /&gt;WBRRLOW = 0x00000000&lt;BR /&gt;WBRRHIGH = 0x00000000&lt;BR /&gt;MSR = 0x00000000&lt;BR /&gt;PC = 0x10&lt;BR /&gt;IR = 0x00000000&lt;BR /&gt;CTL = 0x206&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and the MCSR (SPR572) =0x808800c;&lt;BR /&gt;&lt;BR /&gt;Please help&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Oct 2023 21:34:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1738942#M24388</guid>
      <dc:creator>am8patil</dc:creator>
      <dc:date>2023-10-12T21:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5746R JTAG</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1739516#M24400</link>
      <description>&lt;P&gt;I can see no problem there, it pretty much follows the JTAG.cmm script.&lt;/P&gt;
&lt;P&gt;The only discrepancy I can see is right at the beginning:&lt;/P&gt;
&lt;P&gt;WBRRLOW = ADDR ( from 0x40000000 - 0x40200000)&lt;/P&gt;
&lt;P&gt;There's 256KB RAM, so it should be 0x40000000 - 0x4003FFFF.&lt;/P&gt;
&lt;P&gt;But you should get error bit set if you write somewhere behind the RAM.&lt;/P&gt;
&lt;P&gt;It's probably not the root cause but could you check it? I can see nothing else.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 11:44:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5746R-JTAG/m-p/1739516#M24400</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2023-10-13T11:44:10Z</dc:date>
    </item>
  </channel>
</rss>

