<?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: S32K144 Program Partition</title>
    <link>https://community.nxp.com/t5/S32K/S32K144-Program-Partition/m-p/1234878#M9971</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Can you share the project so that I can test it on my side?&lt;/P&gt;
&lt;P&gt;Please make sure the function does not read any flash resources.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
    <pubDate>Tue, 23 Feb 2021 09:46:40 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2021-02-23T09:46:40Z</dc:date>
    <item>
      <title>S32K144 Program Partition</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-Program-Partition/m-p/1234707#M9965</link>
      <description>&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Hi ,&lt;/P&gt;In my workspace i implemented Command sequence function as per the suggestion like below&lt;/DIV&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;__attribute__((section (".code_ram")))&lt;BR /&gt;static rb_status_t rbFlash_DRV_CommandSequence();&lt;/P&gt;&lt;P&gt;static rb_status_t rbFlash_DRV_CommandSequence()&lt;BR /&gt;{&lt;BR /&gt;rb_status_t ret = E_OK; /* Return code variable */&lt;/P&gt;&lt;P&gt;/* Clear CCIF to launch command */&lt;BR /&gt;FTFC-&amp;gt;FSTAT |= 0x80;&lt;/P&gt;&lt;P&gt;while (0U == (FTFC-&amp;gt;FSTAT &amp;amp; 0x80))&lt;BR /&gt;{&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;/* Check if an error is occurred */&lt;BR /&gt;if ((FTFC-&amp;gt;FSTAT &amp;amp; (0x1 | 0x10 | 0x20 | 0x40)) != 0U)&lt;BR /&gt;{&lt;BR /&gt;ret = E_NOT_OK;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;return ret;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;but i'm seeing reset occurring when control hit this function.&lt;/P&gt;&lt;P&gt;if this function is part of P flash then at least if i do step operation in debug mode i don't see any reset and even EEPROM partition is happening.&lt;/P&gt;&lt;P&gt;i'm using the same linker file and startup files provided by the S32 design studio for S32K144.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Feb 2021 03:56:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-Program-Partition/m-p/1234707#M9965</guid>
      <dc:creator>PradeepAithal</dc:creator>
      <dc:date>2021-02-23T03:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 Program Partition</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-Program-Partition/m-p/1234708#M9966</link>
      <description>&lt;P&gt;Similar to this ticket&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K/S32K144-BusFault-while-checking-CCIF-after-launching-Partition/td-p/1198052" target="_blank"&gt;https://community.nxp.com/t5/S32K/S32K144-BusFault-while-checking-CCIF-after-launching-Partition/td-p/1198052&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 03:57:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-Program-Partition/m-p/1234708#M9966</guid>
      <dc:creator>PradeepAithal</dc:creator>
      <dc:date>2021-02-23T03:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 Program Partition</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-Program-Partition/m-p/1234878#M9971</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Can you share the project so that I can test it on my side?&lt;/P&gt;
&lt;P&gt;Please make sure the function does not read any flash resources.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 09:46:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-Program-Partition/m-p/1234878#M9971</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2021-02-23T09:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 Program Partition</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-Program-Partition/m-p/1234938#M9973</link>
      <description>&lt;P&gt;Due to interrupt while program partitioning is happening control was jumping to p flash.&lt;/P&gt;&lt;P&gt;thanks for your support&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 11:26:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-Program-Partition/m-p/1234938#M9973</guid>
      <dc:creator>PradeepAithal</dc:creator>
      <dc:date>2021-02-23T11:26:36Z</dc:date>
    </item>
  </channel>
</rss>

