<?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のトピックRe: C40_Ip.c C40_Ip_MainInterfaceWrite funtion error</title>
    <link>https://community.nxp.com/t5/S32K/C40-Ip-c-C40-Ip-MainInterfaceWrite-funtion-error/m-p/1658170#M23324</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/122679"&gt;@kimyonghak&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;At what address do you program the 8bytes?&lt;/P&gt;
&lt;P&gt;What kind of fault exception is it?&lt;/P&gt;
&lt;P&gt;Can you read the Configurable Fault Status Register (CSFR) in the handler?&lt;/P&gt;
&lt;P&gt;You can refer to this example &lt;STRONG&gt;C40_Ip_Example_S32K344&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
    <pubDate>Fri, 26 May 2023 07:39:45 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2023-05-26T07:39:45Z</dc:date>
    <item>
      <title>C40_Ip.c C40_Ip_MainInterfaceWrite funtion error</title>
      <link>https://community.nxp.com/t5/S32K/C40-Ip-c-C40-Ip-MainInterfaceWrite-funtion-error/m-p/1657528#M23292</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I test s32k344 pflash write function with&amp;nbsp;&lt;SPAN&gt;C40_Ip_MainInterfaceWrite in C&lt;/SPAN&gt;40_Ip.c file&lt;/P&gt;&lt;DIV&gt;after first write 8 bytes at PFLASH&amp;nbsp;&lt;SPAN&gt;by C40_Ip_pFlashBaseAddress-&amp;gt;MCR |= FLASH_MCR_EHV_MASK;&amp;nbsp;&lt;/SPAN&gt;&lt;DIV&gt;it generate HardFault_Handler exeption&lt;/DIV&gt;&lt;DIV&gt;how can i use this fuction without error ?&lt;/DIV&gt;&lt;DIV&gt;thanks&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 May 2023 09:16:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/C40-Ip-c-C40-Ip-MainInterfaceWrite-funtion-error/m-p/1657528#M23292</guid>
      <dc:creator>kimyonghak</dc:creator>
      <dc:date>2023-05-25T09:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: C40_Ip.c C40_Ip_MainInterfaceWrite funtion error</title>
      <link>https://community.nxp.com/t5/S32K/C40-Ip-c-C40-Ip-MainInterfaceWrite-funtion-error/m-p/1658170#M23324</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/122679"&gt;@kimyonghak&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;At what address do you program the 8bytes?&lt;/P&gt;
&lt;P&gt;What kind of fault exception is it?&lt;/P&gt;
&lt;P&gt;Can you read the Configurable Fault Status Register (CSFR) in the handler?&lt;/P&gt;
&lt;P&gt;You can refer to this example &lt;STRONG&gt;C40_Ip_Example_S32K344&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2023 07:39:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/C40-Ip-c-C40-Ip-MainInterfaceWrite-funtion-error/m-p/1658170#M23324</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-05-26T07:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: C40_Ip.c C40_Ip_MainInterfaceWrite funtion error</title>
      <link>https://community.nxp.com/t5/S32K/C40-Ip-c-C40-Ip-MainInterfaceWrite-funtion-error/m-p/1662558#M23552</link>
      <description>&lt;P&gt;DEAR ..&lt;/P&gt;&lt;P&gt;Program byte is 8 byte&lt;/P&gt;&lt;P&gt;I found if I copy flash code to ram and run the code at ram&amp;nbsp;&lt;/P&gt;&lt;P&gt;then it works good , no exection occor&amp;nbsp;&lt;/P&gt;&lt;P&gt;copy below code to ram:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PFLASH&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;by C40_Ip_pFlashBaseAddress-&amp;gt;MCR |= FLASH_MCR_EHV_MASK;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 09:10:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/C40-Ip-c-C40-Ip-MainInterfaceWrite-funtion-error/m-p/1662558#M23552</guid>
      <dc:creator>kimyonghak</dc:creator>
      <dc:date>2023-06-02T09:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: C40_Ip.c C40_Ip_MainInterfaceWrite funtion error</title>
      <link>https://community.nxp.com/t5/S32K/C40-Ip-c-C40-Ip-MainInterfaceWrite-funtion-error/m-p/1663444#M23615</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/122679"&gt;@kimyonghak&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Seems like you were trying to reprogram the flash from the same block.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1685964445629.png" style="width: 691px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/226241iFD1CB8BBE424FF35/image-dimensions/691x252?v=v2" width="691" height="252" role="button" title="danielmartynek_0-1685964445629.png" alt="danielmartynek_0-1685964445629.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;danielmartynek_0-1685964445629.png&lt;/span&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 11:27:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/C40-Ip-c-C40-Ip-MainInterfaceWrite-funtion-error/m-p/1663444#M23615</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-06-05T11:27:56Z</dc:date>
    </item>
  </channel>
</rss>

