<?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: S32K142W internal eeprom access failure, run to DefaultISR in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K142W-internal-eeprom-access-failure-run-to-DefaultISR/m-p/1757974#M28682</link>
    <description>&lt;P&gt;Hi, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&lt;BR /&gt;I change address to access, like 0x14000000 or 0x14000004 or (0x1400000 + 4*n).&lt;BR /&gt;And it works ok.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Nov 2023 02:58:51 GMT</pubDate>
    <dc:creator>346500452</dc:creator>
    <dc:date>2023-11-16T02:58:51Z</dc:date>
    <item>
      <title>S32K142W internal eeprom access failure, run to DefaultISR</title>
      <link>https://community.nxp.com/t5/S32K/S32K142W-internal-eeprom-access-failure-run-to-DefaultISR/m-p/1756833#M28618</link>
      <description>&lt;P&gt;We use S32K142W, and SDK is 4.0.3.&lt;/P&gt;&lt;P&gt;We want use internal simulation eeprom,&amp;nbsp;referred to example &amp;lt;flash_partitioning_s32k142w&amp;gt;.&lt;/P&gt;&lt;P&gt;It looks like the initialization is fine.&lt;/P&gt;&lt;P&gt;But when access with eeprom addr, like 0x14000001, will jump to&amp;nbsp;DefaultISR.&lt;/P&gt;&lt;P&gt;Debug as follow picture.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="eeprom fail.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/249718iCEAF157C64577C48/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eeprom fail.png" alt="eeprom fail.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is my project file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 09:57:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K142W-internal-eeprom-access-failure-run-to-DefaultISR/m-p/1756833#M28618</guid>
      <dc:creator>346500452</dc:creator>
      <dc:date>2023-11-14T09:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: S32K142W internal eeprom access failure, run to DefaultISR</title>
      <link>https://community.nxp.com/t5/S32K/S32K142W-internal-eeprom-access-failure-run-to-DefaultISR/m-p/1757551#M28664</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/179561"&gt;@346500452&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;What kind if fault exception do you get there?&lt;/P&gt;
&lt;P&gt;Can you implement the HardFault_Handler() and read the CSFR register?&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 10:19:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K142W-internal-eeprom-access-failure-run-to-DefaultISR/m-p/1757551#M28664</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-11-15T10:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: S32K142W internal eeprom access failure, run to DefaultISR</title>
      <link>https://community.nxp.com/t5/S32K/S32K142W-internal-eeprom-access-failure-run-to-DefaultISR/m-p/1757958#M28679</link>
      <description>Hi&lt;BR /&gt;I implement fault process function in project.&lt;BR /&gt;When debug it jump to BusFault_Handler, and CFSR is 0x00008200.&lt;BR /&gt;It means : BFAR holds a valid fault address.&lt;BR /&gt;S32K142W doesn't have FlexRAM ? Or initialize somewhere is wrong ?</description>
      <pubDate>Thu, 16 Nov 2023 01:42:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K142W-internal-eeprom-access-failure-run-to-DefaultISR/m-p/1757958#M28679</guid>
      <dc:creator>346500452</dc:creator>
      <dc:date>2023-11-16T01:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: S32K142W internal eeprom access failure, run to DefaultISR</title>
      <link>https://community.nxp.com/t5/S32K/S32K142W-internal-eeprom-access-failure-run-to-DefaultISR/m-p/1757974#M28682</link>
      <description>&lt;P&gt;Hi, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&lt;BR /&gt;I change address to access, like 0x14000000 or 0x14000004 or (0x1400000 + 4*n).&lt;BR /&gt;And it works ok.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 02:58:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K142W-internal-eeprom-access-failure-run-to-DefaultISR/m-p/1757974#M28682</guid>
      <dc:creator>346500452</dc:creator>
      <dc:date>2023-11-16T02:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: S32K142W internal eeprom access failure, run to DefaultISR</title>
      <link>https://community.nxp.com/t5/S32K/S32K142W-internal-eeprom-access-failure-run-to-DefaultISR/m-p/1758267#M28699</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/179561"&gt;@346500452&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I see now you have the S32K142W part.&lt;/P&gt;
&lt;P&gt;There is the FTFM module that supports 32bit aligned writes only.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1700127202289.png" style="width: 513px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/250155i0C90C2877BA1123E/image-dimensions/513x123?v=v2" width="513" height="123" role="button" title="danielmartynek_0-1700127202289.png" alt="danielmartynek_0-1700127202289.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Unlike the FTFC module on other S32K14x parts:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_1-1700127270831.png" style="width: 581px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/250156i80030C35400E6413/image-dimensions/581x329?v=v2" width="581" height="329" role="button" title="danielmartynek_1-1700127270831.png" alt="danielmartynek_1-1700127270831.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 09:34:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K142W-internal-eeprom-access-failure-run-to-DefaultISR/m-p/1758267#M28699</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-11-16T09:34:54Z</dc:date>
    </item>
  </channel>
</rss>

