<?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: Use flexspi controller to communicate with a device using regular SPI in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2099073#M237302</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/250572"&gt;@betheev&lt;/a&gt;!&lt;BR /&gt;Thank you for contacting NXP Support!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The SPI bus is working good by my side.&lt;/P&gt;
&lt;P&gt;What BSP version are you using?&lt;/P&gt;
&lt;P&gt;What board are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share your device tree?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;BR /&gt;Chavira&lt;/P&gt;</description>
    <pubDate>Fri, 16 May 2025 14:51:20 GMT</pubDate>
    <dc:creator>Chavira</dc:creator>
    <dc:date>2025-05-16T14:51:20Z</dc:date>
    <item>
      <title>Use flexspi controller to communicate with a device using regular SPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2099045#M237295</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;is it at all possible to use the flexspi controller of an i.MX8M Plus processor and spidev to talk to a device that speaks regular SPI (mode 0)? If yes, how do you do that? I get the following error:&lt;/P&gt;&lt;P&gt;$ spidev_test -v --device /dev/spidev0.0 -p "0xFF"&lt;BR /&gt;spi mode: 0x0&lt;BR /&gt;bits per word: 8&lt;BR /&gt;max speed: 500000 Hz (500 kHz)&lt;BR /&gt;can't send spi message: Unknown error 524&lt;BR /&gt;Aborted (core dumped)&lt;/P&gt;&lt;P&gt;Note: I modified spidev_test to use&amp;nbsp;SPI_IOC_WR_MODE and&amp;nbsp;SPI_IOC_RD_MODE instead of&amp;nbsp;SPI_IOC_WR_MODE32 and&amp;nbsp;SPI_IOC_RD_MODE32.&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 13:59:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2099045#M237295</guid>
      <dc:creator>betheev</dc:creator>
      <dc:date>2025-05-16T13:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Use flexspi controller to communicate with a device using regular SPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2099073#M237302</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/250572"&gt;@betheev&lt;/a&gt;!&lt;BR /&gt;Thank you for contacting NXP Support!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The SPI bus is working good by my side.&lt;/P&gt;
&lt;P&gt;What BSP version are you using?&lt;/P&gt;
&lt;P&gt;What board are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share your device tree?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;BR /&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 14:51:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2099073#M237302</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2025-05-16T14:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Use flexspi controller to communicate with a device using regular SPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2099291#M237312</link>
      <description>&lt;P&gt;Hi Chavira,&lt;/P&gt;&lt;P&gt;I'm glad to hear it is working on your side. That gives me hope &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;&lt;P&gt;I'm working with a &lt;A href="https://edge.seco.com/en_eu/som-smarc-mx8m-plus.html" target="_blank" rel="noopener"&gt;SOM-SMARC-MX8M-Plus&lt;/A&gt; from Seco. I'm using the &lt;A href="https://git.seco.com/clea-os/bsp/nxp/linux-seco-imx/-/blob/seco_lf-6.6.23-2.0.0_d18-dev-memlogo/arch/arm64/boot/dts/seco/seco-imx8mp-d18.dts?ref_type=heads" target="_blank" rel="noopener"&gt;seco-imx8mp-d18.dts&lt;/A&gt;&amp;nbsp;file as reference device tree and have attached spidev as follows:&lt;/P&gt;&lt;P&gt;&amp;amp;flexspi {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; status = "okay";&lt;BR /&gt;&amp;nbsp; &amp;nbsp; spidev0: spi@0 {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; reg = &amp;lt;0&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; compatible = "rohm,dh2228fv";&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; spi-max-frequency = &amp;lt;10000000&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; spi-rx-bus-width = &amp;lt;1&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; spi-tx-bus-width = &amp;lt;1&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; };&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;For the sake of simplicity, let's assume that the device I want to talk to is always selected.&lt;/P&gt;&lt;P&gt;What I have managed to understand so far is that, in general, flexspi controllers are part of the MTD Linux subsystem (because their main purpose is to communicate with flash devices) whereas spidev belongs to the SPI subsystem and that's why spidev cannot "talk" to flexspi controllers. However, the &lt;A href="https://git.seco.com/clea-os/bsp/nxp/linux-seco-imx/-/blob/seco_lf-6.6.23-2.0.0_d18-dev-memlogo/drivers/spi/spi-nxp-fspi.c?ref_type=heads" target="_self"&gt;NXP FSPI Controller Driver&lt;/A&gt;&amp;nbsp;is under drivers/spi/. I was expecting it to play nice with spidev. So what am I missing? Why does spidev_test return an error?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Betheev&lt;/P&gt;</description>
      <pubDate>Sat, 17 May 2025 18:58:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2099291#M237312</guid>
      <dc:creator>betheev</dc:creator>
      <dc:date>2025-05-17T18:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Use flexspi controller to communicate with a device using regular SPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2099578#M237325</link>
      <description>&lt;P&gt;I added the property "nxp,fspi-individual-mode" that I had overlooked but I'm still getting the same error:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;&amp;amp;flexspi {
   nxp,fspi-individual-mode;
    status = "okay";
    spidev0: spi@0 {
        reg = &amp;lt;0&amp;gt;;
        compatible = "rohm,dh2228fv";
        spi-max-frequency = &amp;lt;10000000&amp;gt;;
        spi-rx-bus-width = &amp;lt;1&amp;gt;;
        spi-tx-bus-width = &amp;lt;1&amp;gt;;
    };
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 07:15:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2099578#M237325</guid>
      <dc:creator>betheev</dc:creator>
      <dc:date>2025-05-19T07:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Use flexspi controller to communicate with a device using regular SPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2099751#M237330</link>
      <description>&lt;P&gt;flexSPI is designed for storage following the xSPI standard. The full name of xSPI (JESD251C) is EXpanded Serial Peripheral Interface (xSPI) for Non Volatile Memory Devices. SPI has only a few datasheets and is a de facto standard for applications. It is designed for connectivity. These two standards have completely different purposes. The standard protocol definitions are very different. It is impossible to use xSPI to do the work of ordinary SPI.&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 09:34:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2099751#M237330</guid>
      <dc:creator>xojico</dc:creator>
      <dc:date>2025-05-19T09:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Use flexspi controller to communicate with a device using regular SPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2099755#M237332</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Chavira,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you understand that xSPI and ordinary SPI are two very different things?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 09:35:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2099755#M237332</guid>
      <dc:creator>xojico</dc:creator>
      <dc:date>2025-05-19T09:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Use flexspi controller to communicate with a device using regular SPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2099790#M237336</link>
      <description>&lt;P&gt;I understand that xSPI has a completely different purpose but doesn't it nonetheless&amp;nbsp;&lt;SPAN&gt;provide compatibility with legacy SPI devices? According to &lt;A href="https://www.arasan.com/blog/understanding-serial-peripheral-interface-spi-standards-a-comprehensive-overview/" target="_self"&gt;this website&lt;/A&gt;, it does.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 10:02:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2099790#M237336</guid>
      <dc:creator>betheev</dc:creator>
      <dc:date>2025-05-19T10:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Use flexspi controller to communicate with a device using regular SPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2099977#M237347</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/248958"&gt;@xojico&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FlexSPI Flash with support for XIP&amp;nbsp; and support for either one Octal SPI, or parallel read mode of two identical Quad SPI FLASH devices. It also supports both Serial NOR and Serial NAND flash using the FlexSPI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately he i.MX 8M Plus does not natively support the xSPI (JESD251) standard.&lt;/P&gt;
&lt;P&gt;FlexSPI: Supported on i.MX 8M Plus, used for interfacing with NOR flash (e.g., QSPI, Octal SPI) and xSPI (JESD251) is not officially supported or documented as compliant in the i.MX 8M Plus datasheet or reference manual.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 15:39:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2099977#M237347</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2025-05-19T15:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Use flexspi controller to communicate with a device using regular SPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2100329#M237374</link>
      <description>&lt;P&gt;Hi Chavira,&lt;/P&gt;&lt;P&gt;what about my original question? You say that regular SPI is working on your side. How? What driver do you use? How did you configure your device tree? I analyzed the spi code a bit further and the reason I get the error is because spi-nxp-fspi.c does not implement&amp;nbsp;the function spi_controller-&amp;gt; transfer called &lt;A href="https://git.seco.com/clea-os/bsp/nxp/linux-seco-imx/-/blob/seco_lf-6.6.23-2.0.0_d18-dev-memlogo/drivers/spi/spi.c?ref_type=heads#L4042" target="_self"&gt;here&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Betheev&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 05:40:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2100329#M237374</guid>
      <dc:creator>betheev</dc:creator>
      <dc:date>2025-05-20T05:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Use flexspi controller to communicate with a device using regular SPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2100533#M237394</link>
      <description>&lt;P&gt;After spending a long time reading driver code, I finally understood the problem. The only driver compatible with "nxp,imx8mp-fspi" as required by the&amp;nbsp;&lt;A href="https://git.seco.com/clea-os/bsp/nxp/linux-seco-imx/-/blob/seco_lf-6.6.23-2.0.0_d18-dev-memlogo/arch/arm64/boot/dts/seco/include/imx8mp.dtsi?ref_type=heads#L1292" target="_self"&gt;flexspi node in&amp;nbsp;imx8mp.dtsi&lt;/A&gt; is &lt;A href="https://git.seco.com/clea-os/bsp/nxp/linux-seco-imx/-/blob/seco_lf-6.6.23-2.0.0_d18-dev-memlogo/drivers/spi/spi-nxp-fspi.c?ref_type=heads#L1533" target="_self"&gt;drivers/spi/spi-nxp-fspi.c&lt;/A&gt;. This driver, however, does not implement any of the functions &lt;STRONG&gt;transfer()&lt;/STRONG&gt; (deprecated), &lt;STRONG&gt;transfer_one()&lt;/STRONG&gt; or &lt;STRONG&gt;transfer_one_message()&lt;/STRONG&gt; of &lt;STRONG&gt;struct spi_controller&lt;/STRONG&gt; that the SPI device driver (drivers/spi/spi.c) needs to send SPI messages.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;: what driver did you use to send&amp;nbsp;regular SPI messages using the flexspi node in the device tree?&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 08:49:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2100533#M237394</guid>
      <dc:creator>betheev</dc:creator>
      <dc:date>2025-05-20T08:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Use flexspi controller to communicate with a device using regular SPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2100682#M237399</link>
      <description>&lt;P&gt;I suggest you ask the engineers who designed your chips. Which flexspi IP did they use? Which standard the flexspi ip follows ? Your ignorance makes you have no idea what question Betheev is asking.&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 12:20:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2100682#M237399</guid>
      <dc:creator>xojico</dc:creator>
      <dc:date>2025-05-20T12:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Use flexspi controller to communicate with a device using regular SPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2100685#M237401</link>
      <description>&lt;P&gt;See? This is the level of NXP engineers. If I don't tell him the knowledge of xSPI, he will never know it in his life. And&amp;nbsp; Chavira&amp;nbsp;&amp;nbsp;won't answer your original question, because before I tell him this knowledge, he has no idea and can't understand your question.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chavira&amp;nbsp; cannot tell an&amp;nbsp; xSPI and a SPI.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 12:26:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2100685#M237401</guid>
      <dc:creator>xojico</dc:creator>
      <dc:date>2025-05-20T12:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Use flexspi controller to communicate with a device using regular SPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2319129#M244066</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I have found this thread, but I notice it has not a clear conclusion regarding the initial question.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;From my understanding, the spi-nor driver is not part of the SPI subsystem and it does not allow to use FlexSPI peripheral&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;for low-level tasks like serializing data over a one-wire SPI interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Is there any alternative to a custom driver?&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Using s SPI/eSPI interface is obviously the recommended way of doing.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I am working on a Layerscaper processor. FlexSPI is available (only one channel with two chip select).&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I am struggling to understand the issue, since the schematics does use FlexSPI for both QSPI and Slave Serial programming of a slave FPGA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 16:20:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2319129#M244066</guid>
      <dc:creator>lukipedio</dc:creator>
      <dc:date>2026-02-17T16:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Use flexspi controller to communicate with a device using regular SPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2320668#M244104</link>
      <description>&lt;P&gt;If you read the spec carefully, you will find the description &lt;STRONG&gt;"limited backward compatibility"&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;It is just for &lt;STRONG&gt;"The 1S-1S-1S mode supports a limited subset of SPI protocol commands, to enable basic target device identification in the same protocol used by legacy SPI target devices."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and &lt;STRONG&gt;"Once each target device is identified, it is expected that the protocol will be switched to 8D-8D-8D."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Beside/By the way , xSPI is primarily targeted at storage devices.&lt;/P&gt;&lt;P&gt;The xSPI specification is called "Expanded Serial Peripheral Interface (xSPI) for &lt;STRONG&gt;Non-Volatile Memory Devices"&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;One question for you, did you read the spec?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JEDEC Standard No. 251C&lt;BR /&gt;Page 12&lt;BR /&gt;5.5 Legacy SPI Compatibility&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;xSPI target devices support the 1S-1S-1S protocol for limited backward compatibility with the legacy single IO Serial Peripheral Interface (SPI) protocol. The 1S-1S-1S mode supports a limited subset of SPI protocol commands, to enable basic target device identification in the same protocol used by legacy SPI target devices. This backward compatibility can simplify the POR and configuration process for systems that may use legacy SPI targets on the xSPI interface signals. Once each target device is identified, it is expected that the protocol will be switched to 8D-8D-8D.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 12:17:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2320668#M244104</guid>
      <dc:creator>doyayax</dc:creator>
      <dc:date>2026-02-20T12:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Use flexspi controller to communicate with a device using regular SPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2320669#M244105</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/250572"&gt;@betheev&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/248958"&gt;@xojico&lt;/a&gt;&amp;nbsp;introduced the relevant specs; have you read it?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 12:16:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2320669#M244105</guid>
      <dc:creator>doyayax</dc:creator>
      <dc:date>2026-02-20T12:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Use flexspi controller to communicate with a device using regular SPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2320675#M244106</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The xSPI specification is called "Expanded Serial Peripheral Interface (xSPI) for&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Non-Volatile Memory Devices"&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The compatibility here is based on the premise of all Non-Volatile Memory Devices. Using 1s-1s-1s, there is limited compatibility with some legacy SPI NOR devices.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 12:29:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2320675#M244106</guid>
      <dc:creator>doyayax</dc:creator>
      <dc:date>2026-02-20T12:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Use flexspi controller to communicate with a device using regular SPI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2320678#M244107</link>
      <description>&lt;P&gt;The website says "&lt;SPAN&gt;In this blog post, we will delve into the details of different SPI standards, including XSPI, QSPI, Octal SPI, as well as the specific considerations for &lt;STRONG&gt;PSRAM (Pseudo SRAM) and NOR Flash memory devices.&lt;/STRONG&gt; By exploring their technical aspects, applications, and comparisons, we can gain a comprehensive understanding of the unique features and benefits offered by each standard."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;for&amp;nbsp;&lt;STRONG&gt;PSRAM (Pseudo SRAM) and NOR Flash memory devices.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 12:31:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Use-flexspi-controller-to-communicate-with-a-device-using/m-p/2320678#M244107</guid>
      <dc:creator>doyayax</dc:creator>
      <dc:date>2026-02-20T12:31:53Z</dc:date>
    </item>
  </channel>
</rss>

