<?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_flash in S32K</title>
    <link>https://community.nxp.com/t5/S32K/Spi-flash/m-p/925292#M4858</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveena F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, this is dependent of the memory that you use, normally the SPI memory includes different commands and timings for reading and writes operations, but as mentioned, they are using different commands which are listed in the datasheet of the memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create your code using the SDK example of the Master_SPI as a base. Just for give an example, the Micron M25P80 Serial Flash need a command of one byte with 0x9F at address 0 for READ IDENTIFICATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this information could help you&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Jun 2019 16:58:19 GMT</pubDate>
    <dc:creator>jorge_a_vazquez</dc:creator>
    <dc:date>2019-06-04T16:58:19Z</dc:date>
    <item>
      <title>Spi_flash</title>
      <link>https://community.nxp.com/t5/S32K/Spi-flash/m-p/925291#M4857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am using S32K!44_LQ64 , I m new to the topic SPI FLASH.SO i want know to how to read a device number in simple.anyone help me to code ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2019 07:00:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Spi-flash/m-p/925291#M4857</guid>
      <dc:creator>intern_praveena</dc:creator>
      <dc:date>2019-05-30T07:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Spi_flash</title>
      <link>https://community.nxp.com/t5/S32K/Spi-flash/m-p/925292#M4858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveena F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, this is dependent of the memory that you use, normally the SPI memory includes different commands and timings for reading and writes operations, but as mentioned, they are using different commands which are listed in the datasheet of the memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create your code using the SDK example of the Master_SPI as a base. Just for give an example, the Micron M25P80 Serial Flash need a command of one byte with 0x9F at address 0 for READ IDENTIFICATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this information could help you&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2019 16:58:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Spi-flash/m-p/925292#M4858</guid>
      <dc:creator>jorge_a_vazquez</dc:creator>
      <dc:date>2019-06-04T16:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Spi_flash</title>
      <link>https://community.nxp.com/t5/S32K/Spi-flash/m-p/925293#M4859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't get it.Just i want to read device id.can u make some example code for me???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2019 05:54:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Spi-flash/m-p/925293#M4859</guid>
      <dc:creator>intern_praveena</dc:creator>
      <dc:date>2019-06-06T05:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Spi_flash</title>
      <link>https://community.nxp.com/t5/S32K/Spi-flash/m-p/925294#M4860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class=""&gt;Hi Praveena F &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;As I mentioned in my previous post, this is a very memory dependent implementation, I don't have the memory that you are using, so I couldn't test the code for you. But you can check the example code in the SDK, there is an example for SPI_master transfer, you can check what is send and read, and according to your memory, send the command to read the device ID.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;If you have any problem with the example code or the implementation, I would glad to help you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Jorge Alcala&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2019 15:21:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Spi-flash/m-p/925294#M4860</guid>
      <dc:creator>jorge_a_vazquez</dc:creator>
      <dc:date>2019-06-06T15:21:06Z</dc:date>
    </item>
  </channel>
</rss>

