<?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 回复： SPD Driver and FCCU BusFault in S32K</title>
    <link>https://community.nxp.com/t5/S32K/SPD-Driver-and-FCCU-BusFault/m-p/1764429#M29050</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="iverson3ya_0-1701138222656.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/251732iA1F034FDDC471DB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="iverson3ya_0-1701138222656.png" alt="iverson3ya_0-1701138222656.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm not sure if I'm checking it correctly, but it seems like all the values inside are 0. I still don't know the reason behind this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Nov 2023 02:23:54 GMT</pubDate>
    <dc:creator>iverson3ya</dc:creator>
    <dc:date>2023-11-28T02:23:54Z</dc:date>
    <item>
      <title>SPD Driver and FCCU BusFault</title>
      <link>https://community.nxp.com/t5/S32K/SPD-Driver-and-FCCU-BusFault/m-p/1759599#M28759</link>
      <description>&lt;P&gt;&lt;SPAN&gt;When initializing FCCU, it jumps to the BusFault_Handler. The following is the error location. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="iverson3ya_1-1700461317409.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/250601iA4DEFBDA6F10B2E6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="iverson3ya_1-1700461317409.png" alt="iverson3ya_1-1700461317409.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="iverson3ya_0-1700461300635.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/250600iDA2A922D5C9B2A33/image-size/medium?v=v2&amp;amp;px=400" role="button" title="iverson3ya_0-1700461300635.png" alt="iverson3ya_0-1700461300635.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="iverson3ya_2-1700461332419.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/250602i91C0E84A71D2F9DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="iverson3ya_2-1700461332419.png" alt="iverson3ya_2-1700461332419.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please help me resolve it. Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 06:27:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/SPD-Driver-and-FCCU-BusFault/m-p/1759599#M28759</guid>
      <dc:creator>iverson3ya</dc:creator>
      <dc:date>2023-11-20T06:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: SPD Driver and FCCU BusFault</title>
      <link>https://community.nxp.com/t5/S32K/SPD-Driver-and-FCCU-BusFault/m-p/1759892#M28780</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Just a quick check.&lt;/P&gt;
&lt;P&gt;Are you step debugging FCCU in Config phase?&lt;/P&gt;
&lt;P&gt;If yes, FCCU watchdog will abort operation.&lt;/P&gt;
&lt;P&gt;Please share more details on the issue.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 13:21:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/SPD-Driver-and-FCCU-BusFault/m-p/1759892#M28780</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2023-11-20T13:21:21Z</dc:date>
    </item>
    <item>
      <title>回复： SPD Driver and FCCU BusFault</title>
      <link>https://community.nxp.com/t5/S32K/SPD-Driver-and-FCCU-BusFault/m-p/1760165#M28791</link>
      <description>&lt;P&gt;I'm not step debugging FCCU&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;After execution, the program will automatically abort and jump to&amp;nbsp;BusFault_Handler&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It stops at the following code&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;addr = ERM_SR_ADDR32( au32InstanceBaseAddr[u32i], u8j );&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What parts do I still need to check?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I can run normally on SPD 1.0.2 and RTD 2.0.3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am currently using SPD 1.0.3 and RTD 3.0.0.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 01:12:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/SPD-Driver-and-FCCU-BusFault/m-p/1760165#M28791</guid>
      <dc:creator>iverson3ya</dc:creator>
      <dc:date>2023-11-21T01:12:09Z</dc:date>
    </item>
    <item>
      <title>回复： SPD Driver and FCCU BusFault</title>
      <link>https://community.nxp.com/t5/S32K/SPD-Driver-and-FCCU-BusFault/m-p/1760538#M28810</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;To find the reason of your bus fault please check the BusFault Status Register and BusFault Address Register. I expect you are writing to protected area. For example FCCU registers which are not unlocked, etc...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_0-1700553854108.png" style="width: 633px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/250808iD0F22B0230D2D4A0/image-dimensions/633x124?v=v2" width="633" height="124" role="button" title="petervlna_0-1700553854108.png" alt="petervlna_0-1700553854108.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="petervlna_1-1700554109716.png" style="width: 623px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/250815i6256ADD9D5C8E995/image-dimensions/623x405?v=v2" width="623" height="405" role="button" title="petervlna_1-1700554109716.png" alt="petervlna_1-1700554109716.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="petervlna_2-1700554213782.png" style="width: 621px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/250817iA6017DEDBBE35213/image-dimensions/621x233?v=v2" width="621" height="233" role="button" title="petervlna_2-1700554213782.png" alt="petervlna_2-1700554213782.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 08:13:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/SPD-Driver-and-FCCU-BusFault/m-p/1760538#M28810</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2023-11-21T08:13:46Z</dc:date>
    </item>
    <item>
      <title>回复： SPD Driver and FCCU BusFault</title>
      <link>https://community.nxp.com/t5/S32K/SPD-Driver-and-FCCU-BusFault/m-p/1764429#M29050</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="iverson3ya_0-1701138222656.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/251732iA1F034FDDC471DB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="iverson3ya_0-1701138222656.png" alt="iverson3ya_0-1701138222656.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm not sure if I'm checking it correctly, but it seems like all the values inside are 0. I still don't know the reason behind this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 02:23:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/SPD-Driver-and-FCCU-BusFault/m-p/1764429#M29050</guid>
      <dc:creator>iverson3ya</dc:creator>
      <dc:date>2023-11-28T02:23:54Z</dc:date>
    </item>
    <item>
      <title>回复： SPD Driver and FCCU BusFault</title>
      <link>https://community.nxp.com/t5/S32K/SPD-Driver-and-FCCU-BusFault/m-p/1764714#M29068</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You are looking at CFSR register.&lt;/P&gt;
&lt;P&gt;What is the content of BFSR?&lt;/P&gt;
&lt;P&gt;Please refer to my explanation above.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 08:35:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/SPD-Driver-and-FCCU-BusFault/m-p/1764714#M29068</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2023-11-28T08:35:13Z</dc:date>
    </item>
    <item>
      <title>回复： SPD Driver and FCCU BusFault</title>
      <link>https://community.nxp.com/t5/S32K/SPD-Driver-and-FCCU-BusFault/m-p/1764758#M29075</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The BFAR is 0x00 in the upper image, and I did not observe the BFSR.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 09:14:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/SPD-Driver-and-FCCU-BusFault/m-p/1764758#M29075</guid>
      <dc:creator>iverson3ya</dc:creator>
      <dc:date>2023-11-28T09:14:43Z</dc:date>
    </item>
    <item>
      <title>回复： SPD Driver and FCCU BusFault</title>
      <link>https://community.nxp.com/t5/S32K/SPD-Driver-and-FCCU-BusFault/m-p/1770674#M29413</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;ok, have a look at following thread:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Fault-handling-on-S32K14x/ta-p/1114447" target="_blank"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/Fault-handling-on-S32K14x/ta-p/1114447&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;especially in this part:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_0-1701945827101.png" style="width: 680px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/253383iF03B195237ECB126/image-dimensions/680x340?v=v2" width="680" height="340" role="button" title="petervlna_0-1701945827101.png" alt="petervlna_0-1701945827101.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can do debug step by step and check on which exact store/load instruction the bus fault is triggered.&lt;/P&gt;
&lt;P&gt;Have in mind that FCCU in configuration mode has watchdog, so do not step debug that part.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 10:44:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/SPD-Driver-and-FCCU-BusFault/m-p/1770674#M29413</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2023-12-07T10:44:04Z</dc:date>
    </item>
  </channel>
</rss>

