<?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: FS26 SPI communication in S32K</title>
    <link>https://community.nxp.com/t5/S32K/FS26-SPI-communication/m-p/2317653#M56795</link>
    <description>&lt;P&gt;The SPI communication is covered in the datasheet&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/data-sheet/FS26_SDS.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/data-sheet/FS26_SDS.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;15.6 SPI communication&lt;BR /&gt;15.5 Wake-up sources&lt;BR /&gt;16 Register mapping&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Feb 2026 08:41:12 GMT</pubDate>
    <dc:creator>Henrik-Wires</dc:creator>
    <dc:date>2026-02-13T08:41:12Z</dc:date>
    <item>
      <title>FS26 SPI communication</title>
      <link>https://community.nxp.com/t5/S32K/FS26-SPI-communication/m-p/2317546#M56790</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;I was trying to make FS26 SBC in Standby mode by sending 0xAA and 0x55 to&amp;nbsp;FS_LP_REQ register. But SBC is not entering Standby mode. Kindly need your support in understanding. If possible please share me fs26 SPI communication document. How I can enter Standby mode in SBC?&lt;BR /&gt;&lt;BR /&gt;Adding SPI communication, I tried to make SBC to enter Standby mode.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-02-12 103012.jpg" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/376731i2C164514F1F3995D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-02-12 103012.jpg" alt="Screenshot 2026-02-12 103012.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanx and regards,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 05:01:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FS26-SPI-communication/m-p/2317546#M56790</guid>
      <dc:creator>vinaykl</dc:creator>
      <dc:date>2026-02-13T05:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: FS26 SPI communication</title>
      <link>https://community.nxp.com/t5/S32K/FS26-SPI-communication/m-p/2317653#M56795</link>
      <description>&lt;P&gt;The SPI communication is covered in the datasheet&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/data-sheet/FS26_SDS.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/data-sheet/FS26_SDS.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;15.6 SPI communication&lt;BR /&gt;15.5 Wake-up sources&lt;BR /&gt;16 Register mapping&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 08:41:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FS26-SPI-communication/m-p/2317653#M56795</guid>
      <dc:creator>Henrik-Wires</dc:creator>
      <dc:date>2026-02-13T08:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: FS26 SPI communication</title>
      <link>https://community.nxp.com/t5/S32K/FS26-SPI-communication/m-p/2318471#M56824</link>
      <description>&lt;P&gt;Hello Vinaykl,&lt;/P&gt;
&lt;P&gt;sending these two bytes alone is not enough. FS26 will reject the Standby request if one required condition is missing.&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;P&gt;What must be done BEFORE sending 0xAA + 0x55&lt;/P&gt;
&lt;P&gt;1. A valid wake‑up source must be enabled&lt;/P&gt;
&lt;P&gt;If no wake‑up source is configured in M_WIO_CONFIG, FS26 refuses to enter Standby and returns to INIT_FS.&lt;BR /&gt;Allowed sources: WAKE1, WAKE2, GPIO1, GPIO2, LDT, or SPI wake‑up.&lt;/P&gt;
&lt;P&gt;2. Command timing must be &amp;lt; 10 ms&lt;/P&gt;
&lt;P&gt;Your timing looks correct, but FS26 requires strictly:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;First write: &lt;CODE&gt;FS_LP_REQ = 0xAA&lt;/CODE&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Within 10 ms: &lt;CODE&gt;FS_LP_REQ = 0x55&lt;/CODE&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If the second command is late → FS26 jumps back to INIT_FS (not Standby).&lt;/P&gt;
&lt;P&gt;3. Device must already be in INIT_FS or NORMAL mode&lt;/P&gt;
&lt;P&gt;Standby request is ignored in:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Debug mode&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Fail‑Safe mode&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Power‑up sequence&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;If RSTB is low&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;If ABIST/LBIST not completed&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;4. Your SPI frame must include the correct FS26 CRC&lt;/P&gt;
&lt;P&gt;The image shows only the data bytes, but FS26 requires:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[ M/FS | Address | R/W | Data_MSB | Data_LSB | CRC ]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;P&gt;Most likely reason in your capture:&amp;nbsp;A wake‑up source is NOT enabled.&lt;/P&gt;
&lt;P&gt;This is the most common reason:&lt;BR /&gt;Without a valid wake source, the FS26 will not enter Standby, even though 0xAA and 0x55 are correct. Please enable the wake up source in the M_WIO_CFG register.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With Best Regards,&lt;/P&gt;
&lt;P&gt;Jozef&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Feb 2026 08:57:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FS26-SPI-communication/m-p/2318471#M56824</guid>
      <dc:creator>JozefKozon</dc:creator>
      <dc:date>2026-02-16T08:57:09Z</dc:date>
    </item>
  </channel>
</rss>

