<?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>S32KのトピックEncountering a Bus Error while flashing software with Trace32.</title>
    <link>https://community.nxp.com/t5/S32K/Encountering-a-Bus-Error-while-flashing-software-with-Trace32/m-p/2295267#M56164</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_0-1768623495783.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/373223i8C7D3F3042564238/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_0-1768623495783.png" alt="_0-1768623495783.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_1-1768624045416.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/373224i08E0DAF08E9A3902/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_1-1768624045416.png" alt="_1-1768624045416.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello, I encountered a bus error when refreshing the S32K324 chip using the trace32 script, as shown in the image above. Could you please tell me what's going on? Is the chip damaged or locked? How can I solve this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 17 Jan 2026 04:29:23 GMT</pubDate>
    <dc:creator>代码织梦师</dc:creator>
    <dc:date>2026-01-17T04:29:23Z</dc:date>
    <item>
      <title>Encountering a Bus Error while flashing software with Trace32.</title>
      <link>https://community.nxp.com/t5/S32K/Encountering-a-Bus-Error-while-flashing-software-with-Trace32/m-p/2295267#M56164</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_0-1768623495783.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/373223i8C7D3F3042564238/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_0-1768623495783.png" alt="_0-1768623495783.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_1-1768624045416.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/373224i08E0DAF08E9A3902/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_1-1768624045416.png" alt="_1-1768624045416.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello, I encountered a bus error when refreshing the S32K324 chip using the trace32 script, as shown in the image above. Could you please tell me what's going on? Is the chip damaged or locked? How can I solve this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jan 2026 04:29:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Encountering-a-Bus-Error-while-flashing-software-with-Trace32/m-p/2295267#M56164</guid>
      <dc:creator>代码织梦师</dc:creator>
      <dc:date>2026-01-17T04:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Encountering a Bus Error while flashing software with Trace32.</title>
      <link>https://community.nxp.com/t5/S32K/Encountering-a-Bus-Error-while-flashing-software-with-Trace32/m-p/2295938#M56183</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Are those 2 different issues? Are you able to perform system up?&lt;/P&gt;
&lt;P&gt;From the screenshot it seems like you are able to attach with reset = system.up.&lt;/P&gt;
&lt;P&gt;So I see the issue in accessing the memory.&lt;/P&gt;
&lt;DIV style="font-family: 'Segoe UI'; font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px;"&gt;
&lt;P&gt;Here’s the short list of memory‑access–related solutions:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Connect under reset&lt;/STRONG&gt; to stop the application from blocking memory access.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Full erase before flashing&lt;/STRONG&gt; to remove problematic or protected flash content.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Update TRACE32&lt;/STRONG&gt; to avoid flash‑driver memory‑access bugs.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Fix clock configuration&lt;/STRONG&gt; (e.g., oscillator mismatch) that can cause BusFault and block memory.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Check C40/HSE security states&lt;/STRONG&gt; and perform mass erase if memory access is restricted.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Use HardFault/BusFault handler&lt;/STRONG&gt; to identify which memory address is being blocked.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Disable watchdogs early&lt;/STRONG&gt;, as resets can interrupt flash algorithms and break memory access.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 19 Jan 2026 10:20:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Encountering-a-Bus-Error-while-flashing-software-with-Trace32/m-p/2295938#M56183</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2026-01-19T10:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Encountering a Bus Error while flashing software with Trace32.</title>
      <link>https://community.nxp.com/t5/S32K/Encountering-a-Bus-Error-while-flashing-software-with-Trace32/m-p/2296930#M56228</link>
      <description>&lt;P&gt;Hello, the first screenshot shows the issue that occurred when I ran the first data.load instruction, and the second screenshot shows the issue that occurred when I ran the second data.load instruction. I have flashed the built-in example routines of TRACE32, and the development version can be flashed normally. Thanks for your support.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 01:01:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Encountering-a-Bus-Error-while-flashing-software-with-Trace32/m-p/2296930#M56228</guid>
      <dc:creator>代码织梦师</dc:creator>
      <dc:date>2026-01-21T01:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Encountering a Bus Error while flashing software with Trace32.</title>
      <link>https://community.nxp.com/t5/S32K/Encountering-a-Bus-Error-while-flashing-software-with-Trace32/m-p/2297171#M56240</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Ok. It seems that either you are using wrong programming scripts or your flash is corrupt.&lt;/P&gt;
&lt;P&gt;Try to separately erase flash, then verify it is erased.&lt;/P&gt;
&lt;P&gt;Then program the data into it. Buss errors can be cause by ECC faults in flash.&lt;/P&gt;
&lt;P&gt;I am attaching mine programming script so you can test it also.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 08:55:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Encountering-a-Bus-Error-while-flashing-software-with-Trace32/m-p/2297171#M56240</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2026-01-21T08:55:39Z</dc:date>
    </item>
  </channel>
</rss>

