<?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: Read Jedec Id using SPI in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Read-Jedec-Id-using-SPI/m-p/1449157#M19329</link>
    <description>&lt;P&gt;Hi and thanks for the answer&lt;/P&gt;&lt;P&gt;Can you help us find the "&lt;SPAN&gt;1bit SDR mode" configuration?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;should I replace each occurrence&amp;nbsp;of "kFLEXSPI_Command_SDR" with "kFLEXSPI_Command_MODE1_SDR" ???&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and after that, how do we translate these :&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="adi2levy_0-1650970375228.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/178012i32D7788A8F2DBF2C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="adi2levy_0-1650970375228.png" alt="adi2levy_0-1650970375228.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;into MISO MOSI CS CLK ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Apr 2022 10:58:01 GMT</pubDate>
    <dc:creator>adi2Intel</dc:creator>
    <dc:date>2022-04-26T10:58:01Z</dc:date>
    <item>
      <title>Read Jedec Id using SPI</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Read-Jedec-Id-using-SPI/m-p/1444751#M19187</link>
      <description>&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;we are checking the implementation of NXP MX1050 to our product.&lt;/P&gt;&lt;P&gt;on our previous MCU we used single SPI for things like erasing and flashing external chip.&lt;/P&gt;&lt;P&gt;we are trying to do the same with NXP but cant find examples for this on the SDK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example - on old MCU, we connected the 5 signals : MISO, MOSI, CS, CLK, GND and send a command request with an "opcode" (0x9F) to read the Jedec ID of the external chip (returns on MISO bus)&lt;/P&gt;&lt;P&gt;is there an example for this kind of operation on the SDK?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the closest we have found is flex_component_nor but it looks like QSPI with 4 data signals and we cant&amp;nbsp; determine&amp;nbsp; the 5 single spi signals (MISO, MOSI, CS, CLK, GND) there like in the lpspi examples (on J24 arduino )&lt;/P&gt;&lt;P&gt;LPSI is enabled and lpspi_btb examples works&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adi from Intel&lt;/P&gt;</description>
      <pubDate>Sun, 17 Apr 2022 14:00:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Read-Jedec-Id-using-SPI/m-p/1444751#M19187</guid>
      <dc:creator>adi2Intel</dc:creator>
      <dc:date>2022-04-17T14:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Read Jedec Id using SPI</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Read-Jedec-Id-using-SPI/m-p/1444861#M19195</link>
      <description>&lt;P&gt;Yes, you can use both FlexSPI and LPSPI to read JEDEC id from Flash.&lt;/P&gt;
&lt;P&gt;There is FlexSPI example in \SDK_2.11.0_EVKB-IMXRT1050\boards\evkbimxrt1050\driver_examples\flexspi\nor\polling_transfer, you need to update this example to enable FlexSPI 1bit SDR mode, then it will only use 2 data lines.&lt;/P&gt;
&lt;P&gt;There is not LPSPI example, but you can refer to \SDK_2.11.0_EVKB-IMXRT1050\boards\evkbimxrt1050\bootloader_examples\flashloader. the reference code in spi_nor_eeprom_memory.c, it uses LPSPI to r/w NOR Flash.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 04:19:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Read-Jedec-Id-using-SPI/m-p/1444861#M19195</guid>
      <dc:creator>jay_heng</dc:creator>
      <dc:date>2022-04-18T04:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Read Jedec Id using SPI</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Read-Jedec-Id-using-SPI/m-p/1449157#M19329</link>
      <description>&lt;P&gt;Hi and thanks for the answer&lt;/P&gt;&lt;P&gt;Can you help us find the "&lt;SPAN&gt;1bit SDR mode" configuration?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;should I replace each occurrence&amp;nbsp;of "kFLEXSPI_Command_SDR" with "kFLEXSPI_Command_MODE1_SDR" ???&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and after that, how do we translate these :&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="adi2levy_0-1650970375228.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/178012i32D7788A8F2DBF2C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="adi2levy_0-1650970375228.png" alt="adi2levy_0-1650970375228.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;into MISO MOSI CS CLK ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 10:58:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Read-Jedec-Id-using-SPI/m-p/1449157#M19329</guid>
      <dc:creator>adi2Intel</dc:creator>
      <dc:date>2022-04-26T10:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Read Jedec Id using SPI</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Read-Jedec-Id-using-SPI/m-p/1450353#M19362</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/198371"&gt;@adi2Intel&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The LUT table is described in section 27.5.7 in reference manual. After read this section you will know how to modify it according to your design.&lt;/P&gt;
&lt;P&gt;In Single mode, flash transmit/receive data on 1 Data pin (DATA0 for transmitting, DATA1 for receiving).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jing&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 03:04:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Read-Jedec-Id-using-SPI/m-p/1450353#M19362</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2022-04-28T03:04:29Z</dc:date>
    </item>
  </channel>
</rss>

