<?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>Kinetis MicrocontrollersのトピックRe: How to read the unique ID for K60?</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-read-the-unique-ID-for-K60/m-p/293270#M11892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The device I am using is MK60FN1M0VLQ12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Sep 2013 17:26:48 GMT</pubDate>
    <dc:creator>danielchai</dc:creator>
    <dc:date>2013-09-06T17:26:48Z</dc:date>
    <item>
      <title>How to read the unique ID for K60?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-read-the-unique-ID-for-K60/m-p/293267#M11889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I know every MCU has an unique id for it. How can I get this unique id?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 15:11:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-read-the-unique-ID-for-K60/m-p/293267#M11889</guid>
      <dc:creator>danielchai</dc:creator>
      <dc:date>2013-09-06T15:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to read the unique ID for K60?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-read-the-unique-ID-for-K60/m-p/293268#M11890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;You have 4 registers that contain the Unique Identification (UID): &lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Unique Identification Register High: SIM_UIDH&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Unique Identification Register Mid-High: SIM_UIDMH&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Unique Identification Register Mid-Low: SIM_UIDML&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Unique Identification Register Low: SIM_UIDL&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;Here is an example to get it:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13784837340137890" jivemacro_uid="_13784837340137890" modifiedtitle="true"&gt;
&lt;P&gt;printf( "CPU Unique Identifier:\n" );&lt;/P&gt;
&lt;P&gt;printf( "0x%08X 0x%08X 0x%08X 0x%08X\n", SIM_UIDH, SIM_UIDMH, SIM_UIDML, SIM_UIDL );&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 16:10:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-read-the-unique-ID-for-K60/m-p/293268#M11890</guid>
      <dc:creator>albertovargas</dc:creator>
      <dc:date>2013-09-06T16:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to read the unique ID for K60?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-read-the-unique-ID-for-K60/m-p/293269#M11891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just wanted to follow up on your question regarding the Unique ID for the K60.&amp;nbsp; The 128-bit value can be read via the following registers:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Unique Identification Register High (SIM_UIDH)&lt;/LI&gt;&lt;LI&gt;Unique Identification Register Mid-High (SIM_UIDMH)&lt;/LI&gt;&lt;LI&gt;Unique Identification Register Mid-Low (SIM_UIDML)&lt;/LI&gt;&lt;LI&gt;Unique Identification Register Low (SIM_UIDL)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Can you please tell me what mask set of the device you have, which is printed on the top of the device or what the value of the SIM_SDID[REVID] reports back?&amp;nbsp; I know that some revisions did not have this value programmed correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I look forward to your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 16:12:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-read-the-unique-ID-for-K60/m-p/293269#M11891</guid>
      <dc:creator>carlos_chavez</dc:creator>
      <dc:date>2013-09-06T16:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to read the unique ID for K60?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-read-the-unique-ID-for-K60/m-p/293270#M11892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The device I am using is MK60FN1M0VLQ12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 17:26:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-read-the-unique-ID-for-K60/m-p/293270#M11892</guid>
      <dc:creator>danielchai</dc:creator>
      <dc:date>2013-09-06T17:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to read the unique ID for K60?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-read-the-unique-ID-for-K60/m-p/293271#M11893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to do the same thing without printf, using only UART_Wr, UART,PutChar, etc.&lt;/P&gt;&lt;P&gt;Would you know how should we do the same thing in cases where we are not allowed to use printf (mem constraints)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 04:30:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-read-the-unique-ID-for-K60/m-p/293271#M11893</guid>
      <dc:creator>armaram</dc:creator>
      <dc:date>2017-05-15T04:30:17Z</dc:date>
    </item>
  </channel>
</rss>

