<?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 longword command to program p-flash</title>
    <link>https://community.nxp.com/t5/S32K/S32K144-longword-command-to-program-p-flash/m-p/1734740#M27601</link>
    <description>&lt;P&gt;HI David, thanks for your answer in advance. Yes I came out with that srecord tool to and is the only way I have by now to make it work. I found the solution in this post:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K/Flash-program-on-S32K142/m-p/1022166/thread-id/6289" target="_blank"&gt;https://community.nxp.com/t5/S32K/Flash-program-on-S32K142/m-p/1022166/thread-id/6289&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Oct 2023 08:59:55 GMT</pubDate>
    <dc:creator>ericgasteiz</dc:creator>
    <dc:date>2023-10-06T08:59:55Z</dc:date>
    <item>
      <title>S32K144 longword command to program p-flash</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-longword-command-to-program-p-flash/m-p/1733685#M27557</link>
      <description>&lt;P&gt;Hi there, I'm trying to program an .srec file to the p-flash of an S32K144 from a bootloader using the&amp;nbsp;c90tfs_flash_driver. Actually it works pretty well. Nevertheless, I have noticed that usually the last line of the .srec file isn't programmed into the flash. It's because the data lenght of that line, which is sometimes 4 bytes, is misalligned with the p-flash block size, which are 8 bytes and the function FlashProgramm returns FTFx_ERR_SIZE .&amp;nbsp; Using the&amp;nbsp;FlashProgram function which it makes use of the Program Phrase command (0x07) instead of the Program longword(0x06). After doing some research within the RM of the S32k144, I realised it doesn't show "program longword" as an available command in this family of MCU. So my questions are, is it possible to program 4 bytes into the p-flash in this MCU? is the program longword command supported in this device?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 10:55:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-longword-command-to-program-p-flash/m-p/1733685#M27557</guid>
      <dc:creator>ericgasteiz</dc:creator>
      <dc:date>2023-10-04T10:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 longword command to program p-flash</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-longword-command-to-program-p-flash/m-p/1734723#M27599</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi, there is no such option there. I have checked with driver, and this option is greyed out, apparently it is related to other devices.&lt;BR clear="none" /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="davidtosenovjan_1-1696580250554.png" style="width: 576px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/243851iF7067B992D217A59/image-dimensions/576x380?v=v2" width="576" height="380" role="button" title="davidtosenovjan_1-1696580250554.png" alt="davidtosenovjan_1-1696580250554.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="tinyMceEditordavidtosenovjan_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&lt;SPAN&gt;Program Section command granularity is the same Program Phrase. Addresses must be 64-bit aligned i.e. per 8 bytes.&lt;BR clear="none" /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 06 Oct 2023 08:19:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-longword-command-to-program-p-flash/m-p/1734723#M27599</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2023-10-06T08:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 longword command to program p-flash</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-longword-command-to-program-p-flash/m-p/1734724#M27600</link>
      <description>&lt;P&gt;Also there is a srec-cat tools offering advanced capabilities as conversion between formats or formatting to predefined length as it may be required for bootloaders and similar features:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://srecord.sourceforge.net/" target="_blank"&gt;https://srecord.sourceforge.net/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 08:20:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-longword-command-to-program-p-flash/m-p/1734724#M27600</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2023-10-06T08:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 longword command to program p-flash</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-longword-command-to-program-p-flash/m-p/1734740#M27601</link>
      <description>&lt;P&gt;HI David, thanks for your answer in advance. Yes I came out with that srecord tool to and is the only way I have by now to make it work. I found the solution in this post:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K/Flash-program-on-S32K142/m-p/1022166/thread-id/6289" target="_blank"&gt;https://community.nxp.com/t5/S32K/Flash-program-on-S32K142/m-p/1022166/thread-id/6289&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 08:59:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-longword-command-to-program-p-flash/m-p/1734740#M27601</guid>
      <dc:creator>ericgasteiz</dc:creator>
      <dc:date>2023-10-06T08:59:55Z</dc:date>
    </item>
  </channel>
</rss>

