<?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: How to find Kinetis Processor ID information in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-find-Kinetis-Processor-ID-information/m-p/345460#M16829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay - thanx.&amp;nbsp; I'm going to ignore the Flash size information for now - the other information should be adequate for identifying the processor/product it's in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Muchly appreciated,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Dec 2014 04:07:46 GMT</pubDate>
    <dc:creator>myke_predko</dc:creator>
    <dc:date>2014-12-13T04:07:46Z</dc:date>
    <item>
      <title>How to find Kinetis Processor ID information</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-find-Kinetis-Processor-ID-information/m-p/345455#M16824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gentlebeings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would have thought this is a simple question to find the answer to, but I can't in the datasheet/RM or the MQX documentation.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for a way to determine within my software what is the processor executing.&amp;nbsp; Ideally, I would like to get down to processor family (ie K20, K22) and Flash size.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a register in the Kinetis and (ideally) an MQX API that provides this information?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm asking because I'm looking at a follow on products to the Jade Robot &lt;A href="https://www.mimetics.ca"&gt;https://www.mimetics.ca&lt;/A&gt; and I would like some sure fire way of ensuring that different products (which will use different processors) can be identified.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This question is also being asked in the MQX forum.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 18:44:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-find-Kinetis-Processor-ID-information/m-p/345455#M16824</guid>
      <dc:creator>myke_predko</dc:creator>
      <dc:date>2014-12-11T18:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Kinetis Processor ID information</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-find-Kinetis-Processor-ID-information/m-p/345456#M16825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Myke,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is System Device Identification Register (SIM_SDID:4004_8024h) your wanted register? You will be able to distinguish the family by it. Regarding the flash size, you will find it in Flash Configuration Register 1 (SIM_FCFG1: 4004_804Ch). Can these help you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Yasuhiko Koumoto.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 19:33:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-find-Kinetis-Processor-ID-information/m-p/345456#M16825</guid>
      <dc:creator>yasuhikokoumoto</dc:creator>
      <dc:date>2014-12-11T19:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Kinetis Processor ID information</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-find-Kinetis-Processor-ID-information/m-p/345457#M16826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this - from an example project I use...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3f7f5f;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7f0055;"&gt;&lt;STRONG&gt;void&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG&gt;cpu_identify&lt;/STRONG&gt; (&lt;STRONG style="color: #7f0055;"&gt;void&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3f7f5f;"&gt;/* Determine the &lt;SPAN style="text-decoration: underline;"&gt;Kinetis&lt;/SPAN&gt; family ID */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3f7f5f;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;switch&lt;/STRONG&gt;((&lt;SPAN style="text-decoration: underline;"&gt;SIM_SDID&lt;/SPAN&gt; &amp;amp; 0x70)&amp;gt;&amp;gt;4) &lt;/P&gt;&lt;P&gt;&amp;nbsp; {&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055;"&gt;case&lt;/STRONG&gt; 0x0:&lt;/P&gt;&lt;P&gt;printf(&lt;SPAN style="color: #2a00ff;"&gt;"\nK10-"&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055;"&gt;break&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055;"&gt;case&lt;/STRONG&gt; 0x1:&lt;/P&gt;&lt;P&gt;printf(&lt;SPAN style="color: #2a00ff;"&gt;"\nK20-"&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055;"&gt;break&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055;"&gt;case&lt;/STRONG&gt; 0x2:&lt;/P&gt;&lt;P&gt;printf(&lt;SPAN style="color: #2a00ff;"&gt;"\nK61-"&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055;"&gt;break&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055;"&gt;case&lt;/STRONG&gt; 0x4:&lt;/P&gt;&lt;P&gt;printf(&lt;SPAN style="color: #2a00ff;"&gt;"\nK60-"&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055;"&gt;break&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055;"&gt;case&lt;/STRONG&gt; 0x5:&lt;/P&gt;&lt;P&gt;printf(&lt;SPAN style="color: #2a00ff;"&gt;"\nK70-"&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055;"&gt;break&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7f0055;"&gt;&lt;STRONG&gt;default&lt;/STRONG&gt;&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;printf(&lt;SPAN style="color: #2a00ff;"&gt;"\nUnrecognized &lt;SPAN style="text-decoration: underline;"&gt;Kinetis&lt;/SPAN&gt; family device.\n"&lt;/SPAN&gt;);&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055;"&gt;break&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3f7f5f;"&gt;/* Determine the package size */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3f7f5f;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;switch&lt;/STRONG&gt;((&lt;SPAN style="text-decoration: underline;"&gt;SIM_SDID&lt;/SPAN&gt; &amp;amp; SIM_SDID_BOID(0xF))&amp;gt;&amp;gt;&lt;SPAN style="text-decoration: underline;"&gt;SIM_SDID_BOID_SHIFT&lt;/SPAN&gt;) &lt;/P&gt;&lt;P&gt;&amp;nbsp; {&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;case&lt;/STRONG&gt; 0x2:&lt;/P&gt;&lt;P&gt;&amp;nbsp; printf(&lt;SPAN style="color: #2a00ff;"&gt;"32pin "&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;break&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;case&lt;/STRONG&gt; 0x4:&lt;/P&gt;&lt;P&gt;&amp;nbsp; printf(&lt;SPAN style="color: #2a00ff;"&gt;"48pin "&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;break&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;case&lt;/STRONG&gt; 0x5:&lt;/P&gt;&lt;P&gt;&amp;nbsp; printf(&lt;SPAN style="color: #2a00ff;"&gt;"64pin "&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;break&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;case&lt;/STRONG&gt; 0x6:&lt;/P&gt;&lt;P&gt;&amp;nbsp; printf(&lt;SPAN style="color: #2a00ff;"&gt;"80pin "&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;break&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;case&lt;/STRONG&gt; 0x7:&lt;/P&gt;&lt;P&gt;&amp;nbsp; printf(&lt;SPAN style="color: #2a00ff;"&gt;"81pin "&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;break&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;case&lt;/STRONG&gt; 0x8:&lt;/P&gt;&lt;P&gt;&amp;nbsp; printf(&lt;SPAN style="color: #2a00ff;"&gt;"100pin "&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;break&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;case&lt;/STRONG&gt; 0x9:&lt;/P&gt;&lt;P&gt;&amp;nbsp; printf(&lt;SPAN style="color: #2a00ff;"&gt;"104pin "&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;break&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;case&lt;/STRONG&gt; 0xA:&lt;/P&gt;&lt;P&gt;&amp;nbsp; printf(&lt;SPAN style="color: #2a00ff;"&gt;"144pin "&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;break&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;case&lt;/STRONG&gt; 0xC:&lt;/P&gt;&lt;P&gt;&amp;nbsp; printf(&lt;SPAN style="color: #2a00ff;"&gt;"196pin "&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;break&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;case&lt;/STRONG&gt; 0xE:&lt;/P&gt;&lt;P&gt;&amp;nbsp; printf(&lt;SPAN style="color: #2a00ff;"&gt;"256pin "&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;break&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055;"&gt;default&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;printf(&lt;SPAN style="color: #2a00ff;"&gt;"\nUnrecognized &lt;SPAN style="text-decoration: underline;"&gt;Kinetis&lt;/SPAN&gt; package code. "&lt;/SPAN&gt;);&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055;"&gt;break&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3f7f5f;"&gt;/* Determine the revision ID */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3f7f5f;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;switch&lt;/STRONG&gt;((&lt;SPAN style="text-decoration: underline;"&gt;SIM_SDID&lt;/SPAN&gt; &amp;amp; SIM_SDID_REVID(0xF))&amp;gt;&amp;gt;&lt;SPAN style="text-decoration: underline;"&gt;SIM_SDID_REVID_SHIFT&lt;/SPAN&gt;) &lt;/P&gt;&lt;P&gt;&amp;nbsp; { &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;case&lt;/STRONG&gt; 0x0:&lt;/P&gt;&lt;P&gt;&amp;nbsp; printf(&lt;SPAN style="color: #2a00ff;"&gt;"Silicon &lt;SPAN style="text-decoration: underline;"&gt;rev&lt;/SPAN&gt; 1.0 \n "&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;break&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #7f0055;"&gt;default&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;printf(&lt;SPAN style="color: #2a00ff;"&gt;"\nThis version of software doesn't recognize the revision code."&lt;/SPAN&gt;);&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055;"&gt;break&lt;/STRONG&gt;;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3f7f5f;"&gt;/* Determine the flash revision */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3f7f5f;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; flash_identify();&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: #3f7f5f;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3f7f5f;"&gt; */&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: #3f7f5f;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: #3f7f5f;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3f7f5f;"&gt; */&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 20:42:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-find-Kinetis-Processor-ID-information/m-p/345457#M16826</guid>
      <dc:creator>larryc</dc:creator>
      <dc:date>2014-12-11T20:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Kinetis Processor ID information</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-find-Kinetis-Processor-ID-information/m-p/345458#M16827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yasuhiko,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Flash Size in SIM_FCFG1 doesn't make sense and doesn't match the datasheet.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my device, I'm using a MK20DN512VLL10 (K20, 512k Flash, 100MHz, 100pin LQFP).&amp;nbsp; The device and pin count comes back as expected, but the SIM_FCFG1 register returns: 0xFF020F00 when I would expect something like: 0x0D0F0F00.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas for the discrepancy?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx for the example code - the only thing that I wanted to ask was, why do you just check for a revision of 0 and say everything else is undefined?&amp;nbsp; When I look at SIM_SDID, I a revision code of 0b1100 (12d).&amp;nbsp; Any comments?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 20:04:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-find-Kinetis-Processor-ID-information/m-p/345458#M16827</guid>
      <dc:creator>myke_predko</dc:creator>
      <dc:date>2014-12-12T20:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Kinetis Processor ID information</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-find-Kinetis-Processor-ID-information/m-p/345459#M16828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi myke,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;according to the MK20DN512ZCAB10R, MK20DN512ZAB10R Reference Manual (which is the latest in K20 Sub-Family), the encoding of SIM_FCFG1 is changed. SIM_FCFG1[PFSIZE]=1111B means 'For devices without FlexNVM (SIM_FCFG2[PFLSH]=1): 512 KB of program flash memory, 16 KB protection region'. Therefore I guess SIM_FCFG1[NVMSIZE] and SIM_FCFG1[EESIZE] are no longer valid if SIM_FCFG1[PFSIZE]=1111B.&amp;nbsp; I'm sorry but I cannot see further more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Yasuhiko Koumoto.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 20:58:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-find-Kinetis-Processor-ID-information/m-p/345459#M16828</guid>
      <dc:creator>yasuhikokoumoto</dc:creator>
      <dc:date>2014-12-12T20:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Kinetis Processor ID information</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-find-Kinetis-Processor-ID-information/m-p/345460#M16829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay - thanx.&amp;nbsp; I'm going to ignore the Flash size information for now - the other information should be adequate for identifying the processor/product it's in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Muchly appreciated,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Dec 2014 04:07:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-find-Kinetis-Processor-ID-information/m-p/345460#M16829</guid>
      <dc:creator>myke_predko</dc:creator>
      <dc:date>2014-12-13T04:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Kinetis Processor ID information</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-find-Kinetis-Processor-ID-information/m-p/345461#M16830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Myke:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used that code as part of a project but I'm not sure on why it was done that way - I just sort of trusted it worked.&lt;/P&gt;&lt;P&gt;It does appear to ID my chip correctly, but I use it more or less as a sign that the board has started ok, and not much else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 18:35:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-find-Kinetis-Processor-ID-information/m-p/345461#M16830</guid>
      <dc:creator>larryc</dc:creator>
      <dc:date>2014-12-22T18:35:49Z</dc:date>
    </item>
  </channel>
</rss>

