<?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: Read LPC54113 UUID</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Read-LPC54113-UUID/m-p/1007318#M39523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jeremyzhou, this worked. Should I be worried about this address changing on newer chips? Do you know if are there newer revisions of the MCU being sold or under development?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jan 2020 16:24:30 GMT</pubDate>
    <dc:creator>eduardocarletti</dc:creator>
    <dc:date>2020-01-28T16:24:30Z</dc:date>
    <item>
      <title>Read LPC54113 UUID</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Read-LPC54113-UUID/m-p/1007316#M39521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to retrieve the UUID from my LPC54113 using the IAP commands. I followed the instructions on the chip manual.&lt;/P&gt;&lt;P&gt;The problem is that the return value is always&amp;nbsp;0000FFFF 00000000 00000000 00000000 , and I'am pretty sure that this isn't right. This seems to occur only whith the read UUID command, as other commands (i.e Read Part Identification) return correct values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code I use for reading the UUID is:&lt;/P&gt;&lt;P&gt;/***************************************/&lt;BR /&gt;#define IAP_LOCATION 0x03000205&lt;/P&gt;&lt;P&gt;unsigned command_param[5];&lt;BR /&gt;uint32_t status_result[5];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;typedef void (*IAP)(unsigned int [],unsigned int[]);&lt;BR /&gt;IAP iap_entry = (IAP) IAP_LOCATION;&lt;/P&gt;&lt;P&gt;void read_serial_number(uint32_t *ptr) //read serial via IAP&lt;BR /&gt;{&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;command_param[0] = 58; //IAP command&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;__disable_irq();&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;iap_entry(command_param,status_result);&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;__enable_irq();&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;if(status_result[0] == 0) //return: CODE SUCCESS&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ptr[0] = status_result[1];&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ptr[1] = status_result[2];&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ptr[2] = status_result[3];&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ptr[3] = status_result[4];&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;}&lt;BR /&gt;/***************************************/&lt;/P&gt;&lt;P&gt;To read the UUID, just&amp;nbsp; call "&lt;SPAN&gt;read_serial_number" passing the pointer to save the data as argument.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Does anyone knows what am I doing wrong or if is there any other way to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2020 21:13:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Read-LPC54113-UUID/m-p/1007316#M39521</guid>
      <dc:creator>eduardocarletti</dc:creator>
      <dc:date>2020-01-27T21:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Read LPC54113 UUID</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Read-LPC54113-UUID/m-p/1007317#M39522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="315879" data-username="eduardocarletti" href="https://community.nxp.com/people/eduardocarletti"&gt;Eduardo Carletti&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your interest in NXP Semiconductor products and &lt;BR /&gt;for the opportunity to serve you.&lt;BR /&gt;There's a bug in the LPC5411x series MCU (as below figures present), and the unique serial number (four 32-bit words) can be directly read from address locations 0x0100 0100 to 0x0100 010C.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/99713i4C1DD694FEDC07B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/99747iC98B0CF4107092CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2020 03:56:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Read-LPC54113-UUID/m-p/1007317#M39522</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2020-01-28T03:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Read LPC54113 UUID</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Read-LPC54113-UUID/m-p/1007318#M39523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jeremyzhou, this worked. Should I be worried about this address changing on newer chips? Do you know if are there newer revisions of the MCU being sold or under development?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2020 16:24:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Read-LPC54113-UUID/m-p/1007318#M39523</guid>
      <dc:creator>eduardocarletti</dc:creator>
      <dc:date>2020-01-28T16:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Read LPC54113 UUID</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Read-LPC54113-UUID/m-p/1007319#M39524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="315879" data-username="eduardocarletti" href="https://community.nxp.com/people/eduardocarletti"&gt;Eduardo Carletti&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;BR /&gt;1) Should I be worried about this address changing on newer chips? &lt;BR /&gt;-- No.&lt;BR /&gt;2) Do you know if are there newer revisions of the MCU being sold or under development?&lt;BR /&gt;-- No.&lt;BR /&gt;Hope this is clear.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;TIC&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2020 03:28:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Read-LPC54113-UUID/m-p/1007319#M39524</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2020-01-29T03:28:03Z</dc:date>
    </item>
  </channel>
</rss>

