<?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>LPC Microcontrollersのトピックhow to get the device ID from flash memory program in the lpc54628</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-get-the-device-ID-from-flash-memory-program-in-the/m-p/1205458#M43408</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am Karthikeyan&lt;/P&gt;&lt;P&gt;I run an example program FLASHIAP in that i seen the given data are successfully writed and erased in flash memory winbondW25Q128JV-DTR, but&lt;/P&gt;&lt;P&gt;My question is&lt;/P&gt;&lt;P&gt;i want to get the device ID so that how should i need to modify the example or program it.?&lt;/P&gt;&lt;P&gt;Thanking You,&lt;/P&gt;&lt;P&gt;Karthikeyan.&lt;/P&gt;</description>
    <pubDate>Thu, 31 Dec 2020 08:51:10 GMT</pubDate>
    <dc:creator>Karthikeyan_J</dc:creator>
    <dc:date>2020-12-31T08:51:10Z</dc:date>
    <item>
      <title>how to get the device ID from flash memory program in the lpc54628</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-get-the-device-ID-from-flash-memory-program-in-the/m-p/1205458#M43408</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am Karthikeyan&lt;/P&gt;&lt;P&gt;I run an example program FLASHIAP in that i seen the given data are successfully writed and erased in flash memory winbondW25Q128JV-DTR, but&lt;/P&gt;&lt;P&gt;My question is&lt;/P&gt;&lt;P&gt;i want to get the device ID so that how should i need to modify the example or program it.?&lt;/P&gt;&lt;P&gt;Thanking You,&lt;/P&gt;&lt;P&gt;Karthikeyan.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2020 08:51:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-get-the-device-ID-from-flash-memory-program-in-the/m-p/1205458#M43408</guid>
      <dc:creator>Karthikeyan_J</dc:creator>
      <dc:date>2020-12-31T08:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the device ID from flash memory program in the lpc54628</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-get-the-device-ID-from-flash-memory-program-in-the/m-p/1205582#M43414</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;We can use IAP command to get device ID,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/* Read part identification number */&lt;BR /&gt;status = IAP_ReadPartID(&amp;amp;partID);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is demo code under SDK iap_basic which includes the command usage.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a nice day,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jan 2021 07:01:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-get-the-device-ID-from-flash-memory-program-in-the/m-p/1205582#M43414</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2021-01-02T07:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the device ID from flash memory program in the lpc54628</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-get-the-device-ID-from-flash-memory-program-in-the/m-p/1205810#M43426</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Zhang,&lt;/P&gt;&lt;P&gt;Thank you for your reply,&lt;/P&gt;&lt;P&gt;How to find the device ID of the NOR Flash memory(W25Q128JV-DTR).&lt;/P&gt;&lt;P&gt;Thanking you,&lt;/P&gt;&lt;P&gt;Karthikeyan&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 06:16:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-get-the-device-ID-from-flash-memory-program-in-the/m-p/1205810#M43426</guid>
      <dc:creator>Karthikeyan_J</dc:creator>
      <dc:date>2021-01-04T06:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the device ID from flash memory program in the lpc54628</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-get-the-device-ID-from-flash-memory-program-in-the/m-p/1206086#M43437</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Karthikeyan&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;In-Application (IAP) programming is performing erase and write operation on the &lt;STRONG&gt;on-chip flash memory&lt;/STRONG&gt;, It is not for external SPIFI flash.&lt;/P&gt;
&lt;P&gt;If you want to operate external SPIFI flash, please refer demo code spifi_polling_transfer and spifi_dma_transfer in SDK folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a nice day,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 10:32:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-get-the-device-ID-from-flash-memory-program-in-the/m-p/1206086#M43437</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2021-01-04T10:32:49Z</dc:date>
    </item>
  </channel>
</rss>

