<?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: Distinguish 55S66 vs 55S69 at run time</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Distinguish-55S66-vs-55S69-at-run-time/m-p/1179689#M42806</link>
    <description>&lt;P&gt;Jun&lt;/P&gt;&lt;P&gt;Is this really true?&amp;nbsp; The SYSCON block has the DEVICE_ID0 register which, according to the header file, includes the field:&lt;BR /&gt;&lt;BR /&gt;PARTCONFIG&lt;BR /&gt;SRAM_SIZE&lt;BR /&gt;FLASH_SIZE&lt;BR /&gt;ROM_REV_MINOR&lt;BR /&gt;MODELNUM_EXTENTION&lt;/P&gt;&lt;P&gt;Further to this what do these fields actually _mean_: the user manual (UM11126) shows no information.&lt;/P&gt;</description>
    <pubDate>Sat, 07 Nov 2020 08:47:52 GMT</pubDate>
    <dc:creator>alj</dc:creator>
    <dc:date>2020-11-07T08:47:52Z</dc:date>
    <item>
      <title>Distinguish 55S66 vs 55S69 at run time</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Distinguish-55S66-vs-55S69-at-run-time/m-p/1060552#M40981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a register (or SDK API) I can use to distinguish LPC55S66 from '69 at run time?&amp;nbsp; I'm thinking some bits in SYSCON-&amp;gt;DEVICE_ID0 or something like that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2020 21:59:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Distinguish-55S66-vs-55S69-at-run-time/m-p/1060552#M40981</guid>
      <dc:creator>mditto1</dc:creator>
      <dc:date>2020-08-24T21:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguish 55S66 vs 55S69 at run time</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Distinguish-55S66-vs-55S69-at-run-time/m-p/1060553#M40982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;No, LPC55 doesn't have register for device id. LPC55 FFR area includes&amp;nbsp;128-bit unique device serial number for identification (UUID), user can read it out by iap command. But it doesn't include device part number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jun Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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&gt;&lt;/P&gt;&lt;P&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, 25 Aug 2020 06:14:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Distinguish-55S66-vs-55S69-at-run-time/m-p/1060553#M40982</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-08-25T06:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguish 55S66 vs 55S69 at run time</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Distinguish-55S66-vs-55S69-at-run-time/m-p/1151747#M42191</link>
      <description>&lt;P&gt;I found a solution.&amp;nbsp; The flash API FLASH_GetProperty gives different values for kFLASH_PropertyPflashTotalSize.&lt;/P&gt;&lt;P&gt;0x40000 for LPC55S66, 0x9DE00 for LPC55S69.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 19:48:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Distinguish-55S66-vs-55S69-at-run-time/m-p/1151747#M42191</guid>
      <dc:creator>mditto1</dc:creator>
      <dc:date>2020-09-10T19:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguish 55S66 vs 55S69 at run time</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Distinguish-55S66-vs-55S69-at-run-time/m-p/1179689#M42806</link>
      <description>&lt;P&gt;Jun&lt;/P&gt;&lt;P&gt;Is this really true?&amp;nbsp; The SYSCON block has the DEVICE_ID0 register which, according to the header file, includes the field:&lt;BR /&gt;&lt;BR /&gt;PARTCONFIG&lt;BR /&gt;SRAM_SIZE&lt;BR /&gt;FLASH_SIZE&lt;BR /&gt;ROM_REV_MINOR&lt;BR /&gt;MODELNUM_EXTENTION&lt;/P&gt;&lt;P&gt;Further to this what do these fields actually _mean_: the user manual (UM11126) shows no information.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Nov 2020 08:47:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Distinguish-55S66-vs-55S69-at-run-time/m-p/1179689#M42806</guid>
      <dc:creator>alj</dc:creator>
      <dc:date>2020-11-07T08:47:52Z</dc:date>
    </item>
  </channel>
</rss>

