<?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: SPI read imx93 in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/SPI-read-imx93/m-p/2131294#M29272</link>
    <description>&lt;P&gt;hI&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/249581"&gt;@BaselHn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You mean this level shifter? It seems from 3.3V to 1.8V, you disconnect the R2797 R2799 R2801 R2805, then resolve the problem?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pengyong_zhang_0-1752114214556.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/346858iB1EF2FAD759ADA00/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pengyong_zhang_0-1752114214556.png" alt="pengyong_zhang_0-1752114214556.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;pengyong_zhang_0-1752114214556.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;B.R&lt;/P&gt;</description>
    <pubDate>Thu, 10 Jul 2025 02:25:46 GMT</pubDate>
    <dc:creator>pengyong_zhang</dc:creator>
    <dc:date>2025-07-10T02:25:46Z</dc:date>
    <item>
      <title>SPI read imx93</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SPI-read-imx93/m-p/2129298#M29234</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;I am interfacing TI TUSS7740 with the i.MX93 FRDM board, the TUSS communicates over SPI&amp;nbsp;&lt;BR /&gt;I connected the TUSS SPI to the imx93 LPSPI 3&amp;nbsp; according to the FRDM schematics:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BaselHn_0-1751890188568.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/346300i64A4172755729235/image-size/medium?v=v2&amp;amp;px=400" alt="BaselHn_0-1751890188568.png" title="BaselHn_0-1751890188568.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BaselHn_1-1751890268375.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/346301i7F8EF7C9E509508C/image-size/medium?v=v2&amp;amp;px=400" alt="BaselHn_1-1751890268375.png" title="BaselHn_1-1751890268375.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The DTS node:&lt;/P&gt;&lt;DIV&gt;&amp;amp;lpspi3 {&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;fsl,spi-num-chipselects = &amp;lt;1&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;pinctrl-names = "default", "sleep";&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;pinctrl-0 = &amp;lt;&amp;amp;pinctrl_lpspi3&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;pinctrl-1 = &amp;lt;&amp;amp;pinctrl_lpspi3&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;cs-gpios = &amp;lt;&amp;amp;gpio2 8 GPIO_ACTIVE_LOW&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;dma-noncoherent;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;pinctrl-assert-gpios = &amp;lt;&amp;amp;pcal6408 0 GPIO_ACTIVE_HIGH&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;status = "okay";&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;spidev0: spi@0 {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;reg = &amp;lt;0&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;compatible = "lwn,bk4";&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;spi-max-frequency = &amp;lt;500000&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;spi-cpha; // This sets SPI mode 1 (CPOL=0, CPHA=1)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;};&lt;BR /&gt;&lt;BR /&gt;I run the test to read the TUSS chip ID :&lt;BR /&gt;spidev_test -D /dev/spidev0.0 -s 500000 -b 8 -H -p "\xBA\x00" -v&lt;BR /&gt;&lt;BR /&gt;and I always read zeros :&lt;BR /&gt;root@imx93frdm:~# spidev_test -D /dev/spidev0.0 -s 500000 -b 8 -H -p "\xBA\x00" -v&lt;BR /&gt;spi mode: 0x1&lt;BR /&gt;bits per word: 8&lt;BR /&gt;max speed: 500000 Hz (500 kHz)&lt;BR /&gt;TX | BA 00 __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ |..|&lt;BR /&gt;RX | 00 00 __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ |..|&lt;BR /&gt;&lt;BR /&gt;But in the logic analyzer, I see a correct communication :&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BaselHn_2-1751890434759.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/346302iE2BED87EE4740378/image-size/medium?v=v2&amp;amp;px=400" alt="BaselHn_2-1751890434759.png" title="BaselHn_2-1751890434759.png" /&gt;&lt;/span&gt;&lt;P&gt;&lt;BR /&gt;What am I missing?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;BR&lt;BR /&gt;Basel&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 12:15:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SPI-read-imx93/m-p/2129298#M29234</guid>
      <dc:creator>BaselHn</dc:creator>
      <dc:date>2025-07-07T12:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: SPI read imx93</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SPI-read-imx93/m-p/2129644#M29244</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/249581"&gt;@BaselHn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your spi configuration is right! You need to run the loopback test, then you can see the data on the RX.&lt;/P&gt;
&lt;P&gt;B.R&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 01:49:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SPI-read-imx93/m-p/2129644#M29244</guid>
      <dc:creator>pengyong_zhang</dc:creator>
      <dc:date>2025-07-08T01:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: SPI read imx93</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SPI-read-imx93/m-p/2129850#M29247</link>
      <description>Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202673"&gt;@pengyong_zhang&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I run the loopback test, and I see data on the MISO pin. The problem occurs when I connect the MISO and MOSI to the TUSS. I see the data with the logic analyzer, but I did not receive the data on the SOC side.&lt;BR /&gt;&lt;BR /&gt;BR&amp;nbsp;&lt;BR /&gt;Basel&amp;nbsp;</description>
      <pubDate>Tue, 08 Jul 2025 06:40:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SPI-read-imx93/m-p/2129850#M29247</guid>
      <dc:creator>BaselHn</dc:creator>
      <dc:date>2025-07-08T06:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: SPI read imx93</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SPI-read-imx93/m-p/2130497#M29259</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/249581"&gt;@BaselHn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to run the tset code by yourself, make the spi deive send the data to your master, the you can see the data on the MISO.&lt;/P&gt;
&lt;P&gt;You mentioned :&amp;nbsp;&lt;SPAN&gt;I see the data with the logic analyzer, but I did not receive the data on the SOC side.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; Could you share your test method and the test result. Include the&amp;nbsp;&lt;SPAN&gt;logic analyzer and log file&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 02:38:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SPI-read-imx93/m-p/2130497#M29259</guid>
      <dc:creator>pengyong_zhang</dc:creator>
      <dc:date>2025-07-09T02:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: SPI read imx93</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SPI-read-imx93/m-p/2130710#M29263</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202673"&gt;@pengyong_zhang&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I tried to run the test from the terminal:&lt;BR /&gt;pidev_test -D /dev/spidev0.0 -s 500000 -b 8 -H -p "\xBA\x00" -v&lt;BR /&gt;spi mode: 0x1&lt;BR /&gt;bits per word: 8&lt;BR /&gt;max speed: 500000 Hz (500 kHz)&lt;BR /&gt;TX | BA 00 __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ |..|&lt;BR /&gt;RX | 00 00 __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ |..|&lt;BR /&gt;&lt;BR /&gt;Also, I tried to run this C code :&lt;/P&gt;&lt;P&gt;#include &amp;lt;stdio.h&amp;gt;&lt;BR /&gt;#include &amp;lt;stdint.h&amp;gt;&lt;BR /&gt;#include &amp;lt;fcntl.h&amp;gt;&lt;BR /&gt;#include &amp;lt;unistd.h&amp;gt;&lt;BR /&gt;#include &amp;lt;sys/ioctl.h&amp;gt;&lt;BR /&gt;#include &amp;lt;linux/spi/spidev.h&amp;gt;&lt;BR /&gt;#include &amp;lt;string.h&amp;gt;&lt;BR /&gt;#include &amp;lt;errno.h&amp;gt;&lt;/P&gt;&lt;P&gt;int main() {&lt;BR /&gt;int fd = open("/dev/spidev0.0", O_RDWR);&lt;BR /&gt;if (fd &amp;lt; 0) {&lt;BR /&gt;perror("open");&lt;BR /&gt;return 1;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;uint8_t mode = SPI_MODE_1;&lt;BR /&gt;uint8_t bits = 8;&lt;BR /&gt;uint32_t speed = 500000;&lt;/P&gt;&lt;P&gt;if (ioctl(fd, SPI_IOC_WR_MODE, &amp;amp;mode) &amp;lt; 0 ||&lt;BR /&gt;ioctl(fd, SPI_IOC_WR_BITS_PER_WORD, &amp;amp;bits) &amp;lt; 0 ||&lt;BR /&gt;ioctl(fd, SPI_IOC_WR_MAX_SPEED_HZ, &amp;amp;speed) &amp;lt; 0) {&lt;BR /&gt;perror("SPI setup");&lt;BR /&gt;close(fd);&lt;BR /&gt;return 1;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;uint8_t tx[2] = { 0xBA, 0x00 }; // Example: read reg 0x1D&lt;BR /&gt;uint8_t rx[2] = { 0 };&lt;/P&gt;&lt;P&gt;struct spi_ioc_transfer tr = {&lt;BR /&gt;.tx_buf = (__u64)(uintptr_t)tx,&lt;BR /&gt;.rx_buf = (__u64)(uintptr_t)rx,&lt;BR /&gt;.len = 2,&lt;BR /&gt;.speed_hz = speed,&lt;BR /&gt;.bits_per_word = bits,&lt;BR /&gt;.cs_change = 0,&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;int ret = ioctl(fd, SPI_IOC_MESSAGE(1), &amp;amp;tr);&lt;BR /&gt;if (ret &amp;lt; 1) {&lt;BR /&gt;perror("SPI_IOC_MESSAGE");&lt;BR /&gt;close(fd);&lt;BR /&gt;return 1;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;printf("TX: 0x%02X 0x%02X\n", tx[0], tx[1]);&lt;BR /&gt;printf("RX: 0x%02X 0x%02X\n", rx[0], rx[1]);&lt;BR /&gt;printf("Received Device ID: 0x%02X\n", rx[1]);&lt;/P&gt;&lt;P&gt;close(fd);&lt;BR /&gt;return 0;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;In both, I get the same result. In the following snapshot, you can see the logic analyzer:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BaselHn_0-1752046457136.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/346709i174A2BDC170974F9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BaselHn_0-1752046457136.png" alt="BaselHn_0-1752046457136.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;BaselHn_0-1752046457136.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 07:34:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SPI-read-imx93/m-p/2130710#M29263</guid>
      <dc:creator>BaselHn</dc:creator>
      <dc:date>2025-07-09T07:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: SPI read imx93</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SPI-read-imx93/m-p/2130947#M29268</link>
      <description>Hi&lt;BR /&gt;I managed to solve the problem, the imx93 frdm has a wifi module which is also connected to the same SPI with a level shifter, the level shifter cuase the MISO line to be always at 1.2 volt level, then the SPI always see's 0 logic on the line, once I disconnect the SPI from the level shifter, (removing the zero resistors) every thing works fine.</description>
      <pubDate>Wed, 09 Jul 2025 13:12:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SPI-read-imx93/m-p/2130947#M29268</guid>
      <dc:creator>BaselHn</dc:creator>
      <dc:date>2025-07-09T13:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: SPI read imx93</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SPI-read-imx93/m-p/2131294#M29272</link>
      <description>&lt;P&gt;hI&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/249581"&gt;@BaselHn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You mean this level shifter? It seems from 3.3V to 1.8V, you disconnect the R2797 R2799 R2801 R2805, then resolve the problem?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pengyong_zhang_0-1752114214556.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/346858iB1EF2FAD759ADA00/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pengyong_zhang_0-1752114214556.png" alt="pengyong_zhang_0-1752114214556.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;pengyong_zhang_0-1752114214556.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;B.R&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 02:25:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SPI-read-imx93/m-p/2131294#M29272</guid>
      <dc:creator>pengyong_zhang</dc:creator>
      <dc:date>2025-07-10T02:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: SPI read imx93</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SPI-read-imx93/m-p/2131455#M29275</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202673"&gt;@pengyong_zhang&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Yes, I also disconnected R2810, R2813, R2815, and R2817. Then it solved the problem.&lt;BR /&gt;But when I took another look at the schematics, I think the problem lies in the DTS here :&lt;/P&gt;&lt;DIV&gt;&amp;amp;lpspi3 {&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;fsl,spi-num-chipselects = &amp;lt;1&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;pinctrl-names = "default", "sleep";&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;pinctrl-0 = &amp;lt;&amp;amp;pinctrl_lpspi3&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;pinctrl-1 = &amp;lt;&amp;amp;pinctrl_lpspi3&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;cs-gpios = &amp;lt;&amp;amp;gpio2 8 GPIO_ACTIVE_LOW&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;pinctrl-assert-gpios = &amp;lt;&amp;amp;pcal6408 0 GPIO_ACTIVE_HIGH&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;dma-noncoherent;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;status = "okay";&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;spidev0: spi@0 {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;reg = &amp;lt;0&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;compatible = "lwn,bk4";&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;spi-max-frequency = &amp;lt;8000000&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;spi-cpha;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;};&lt;BR /&gt;&lt;BR /&gt;I think that this line is the problem:&amp;nbsp;&lt;SPAN&gt;pinctrl-assert-gpios = &amp;lt;&amp;amp;pcal6408 0 GPIO_ACTIVE_HIGH&amp;gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;It enables the level shifter according to the schematics:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BaselHn_0-1752130489667.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/346913i3C79B91E3DB4B97B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BaselHn_0-1752130489667.png" alt="BaselHn_0-1752130489667.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;BaselHn_0-1752130489667.png&lt;/span&gt;&lt;/span&gt;&lt;P&gt;The&amp;nbsp;SPI3_SW_EN is connected to :&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BaselHn_1-1752130540029.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/346914iA46805C2E0983E8C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BaselHn_1-1752130540029.png" alt="BaselHn_1-1752130540029.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;BaselHn_1-1752130540029.png&lt;/span&gt;&lt;/span&gt;&lt;P&gt;Which is defined in the DTS :).&amp;nbsp; I think the problem has stood since the Tuss tries to raise the line to 3.3 volts and the level shifter makes it 1.2 volts, because of the misconfiguration in the DTS, which enables the level shifter to the MAYA wi-fi PHY.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can you confirm this?&lt;BR /&gt;&lt;BR /&gt;BR&lt;BR /&gt;Basel&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 10 Jul 2025 06:57:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SPI-read-imx93/m-p/2131455#M29275</guid>
      <dc:creator>BaselHn</dc:creator>
      <dc:date>2025-07-10T06:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: SPI read imx93</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SPI-read-imx93/m-p/2132049#M29285</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/249581"&gt;@BaselHn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you are right: pinctrl-assert-gpios = &amp;lt;&amp;amp;pcal6408 0 GPIO_ACTIVE_HIGH&amp;gt;; in DTS activates the SPI3 to Wi-Fi PHY level converter。&lt;/P&gt;
&lt;P&gt;You can remove it from the dts file.&lt;/P&gt;
&lt;P&gt;B.R&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2025 01:00:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SPI-read-imx93/m-p/2132049#M29285</guid>
      <dc:creator>pengyong_zhang</dc:creator>
      <dc:date>2025-07-11T01:00:51Z</dc:date>
    </item>
  </channel>
</rss>

