<?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のトピックRe: LPC11U67 get device ID</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-get-device-ID/m-p/1383015#M47297</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/194456" target="_self" aria-label="View Profile of Pinout"&gt;&lt;SPAN class=""&gt;Pinout&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;How did you read the Device ID, please use IAP/ISP Read part Identification number.&lt;/P&gt;
&lt;P&gt;IAP command:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1638930823239.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/164420iEA41B9A817A2AE0A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1638930823239.png" alt="Alice_Yang_0-1638930823239.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;There is demo under LPCopen, falshiap_flashsig, you can directly refer to it.&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;/* Read Part Identification Number*/&lt;BR /&gt;command[0] = IAP_REPID_CMD; /* Read ID command code */&lt;BR /&gt;iap_entry(command, result);&lt;BR /&gt;DEBUGOUT("Part ID is: %x\r\n", result[1]);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If want to use ISP command, enter ISP mode, and using Flash Magic to read.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
    <pubDate>Wed, 08 Dec 2021 02:37:15 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2021-12-08T02:37:15Z</dc:date>
    <item>
      <title>LPC11U67 get device ID</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-get-device-ID/m-p/1382736#M47291</link>
      <description>&lt;P&gt;Hello. How can I check&amp;nbsp;LPC11U67 Device address or check its correctness? According to syscon_11u6x.h file, I'm able to get Hex value by returning DEVICEID and it is 0x002302b. But this value I get is wrong comparing it with LPC11U6x documentation. It should be 0x0000 BC88 or at least similar...&amp;nbsp;Maybe you can point me in the right direction so I can get DeviceID which would match the datasheet?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 14:30:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-get-device-ID/m-p/1382736#M47291</guid>
      <dc:creator>Pinout</dc:creator>
      <dc:date>2021-12-07T14:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U67 get device ID</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-get-device-ID/m-p/1383015#M47297</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/194456" target="_self" aria-label="View Profile of Pinout"&gt;&lt;SPAN class=""&gt;Pinout&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;How did you read the Device ID, please use IAP/ISP Read part Identification number.&lt;/P&gt;
&lt;P&gt;IAP command:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1638930823239.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/164420iEA41B9A817A2AE0A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1638930823239.png" alt="Alice_Yang_0-1638930823239.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;There is demo under LPCopen, falshiap_flashsig, you can directly refer to it.&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;/* Read Part Identification Number*/&lt;BR /&gt;command[0] = IAP_REPID_CMD; /* Read ID command code */&lt;BR /&gt;iap_entry(command, result);&lt;BR /&gt;DEBUGOUT("Part ID is: %x\r\n", result[1]);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If want to use ISP command, enter ISP mode, and using Flash Magic to read.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 02:37:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-get-device-ID/m-p/1383015#M47297</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-12-08T02:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U67 get device ID</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-get-device-ID/m-p/1383239#M47307</link>
      <description>&lt;P&gt;Thank you, Alice!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I received an ID successfully.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 08:17:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-get-device-ID/m-p/1383239#M47307</guid>
      <dc:creator>Pinout</dc:creator>
      <dc:date>2021-12-08T08:17:18Z</dc:date>
    </item>
  </channel>
</rss>

