<?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: LPC55S16 Device_ID readout from IAP? in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-Device-ID-readout-from-IAP/m-p/2040249#M57650</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/246436"&gt;@Kepsz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I recommend you using the ReadMemory command to read the address of the register of DEVICE_ID0.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 08 Feb 2025 01:19:18 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2025-02-08T01:19:18Z</dc:date>
    <item>
      <title>LPC55S16 Device_ID readout from IAP?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-Device-ID-readout-from-IAP/m-p/2038657#M57635</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I have project with a fully working IAP implementation, except for the Device_ID value.&lt;BR /&gt;&lt;BR /&gt;I see UM11295 is recently got updated with Table 172 that lists all the possible ID's for this MCU group. But at the same time, Table 254 seems lost the SystemDeviceID property that originaly had the value of 10h.&lt;BR /&gt;&lt;BR /&gt;I still have the code for this removed property and with an LPC55S16 device but the result is different from what Table 172 tells me.&lt;BR /&gt;&lt;BR /&gt;Is this SystemDeviceID property was not working properly? Is there an other way to get the Device_ID from the IAP?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 14:35:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-Device-ID-readout-from-IAP/m-p/2038657#M57635</guid>
      <dc:creator>Kepsz</dc:creator>
      <dc:date>2025-02-05T14:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S16 Device_ID readout from IAP?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-Device-ID-readout-from-IAP/m-p/2039332#M57641</link>
      <description>&lt;P&gt;By Table 254, I ment Table 264.&lt;BR /&gt;&lt;BR /&gt;These are the SystemDeviceID responses from some MCU's:&lt;BR /&gt;LPC55S16 - 5A A4 08 00 92 68 A7 00 00 01 3C 28 00 00 00 00 00 00 (incorrect)&lt;BR /&gt;LPC5528 - 5A A4 08 00 92 68 A7 00 00 01 3C 28 00 00 00 00 00 00 (incorrect)&lt;BR /&gt;LPC55S28 - 5A A4 10 00 92 B0 A7 00 00 03 00 00 00 00 9C 11 10 A0 (correct)&lt;/P&gt;&lt;P&gt;So I think this is the reason why the SystemDeviceID property got removed.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 13:04:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-Device-ID-readout-from-IAP/m-p/2039332#M57641</guid>
      <dc:creator>Kepsz</dc:creator>
      <dc:date>2025-02-06T13:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S16 Device_ID readout from IAP?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-Device-ID-readout-from-IAP/m-p/2039741#M57644</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/246436"&gt;@Kepsz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, please refer to the UM. SystemDeviceID property is removed.&lt;/P&gt;
&lt;P&gt;Please&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;directly read the register of&amp;nbsp;DEVICE_ID0, like below:&lt;/SPAN&gt;&lt;BR clear="none" /&gt;&lt;SPAN&gt;&amp;nbsp; test = &lt;STRONG&gt;SYSCON-&amp;gt;DEVICE_ID0;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Blow is reading lpc55s16:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1322.jpg" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/322842i73AD4AA612C96EA6/image-size/large?v=v2&amp;amp;px=999" role="button" title="1322.jpg" alt="1322.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV id="tinyMceEditor_3a71ba1307ed48Alice_Yang_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;Hope it helps you.&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>Fri, 07 Feb 2025 06:52:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-Device-ID-readout-from-IAP/m-p/2039741#M57644</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2025-02-07T06:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S16 Device_ID readout from IAP?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-Device-ID-readout-from-IAP/m-p/2039764#M57646</link>
      <description>&lt;P&gt;Dear Alice,&lt;BR /&gt;&lt;BR /&gt;Thank you for your answer. Let me clarify my problem:&lt;BR /&gt;On the field, we are manufacturing modules with different NXP MCU's.&lt;/P&gt;&lt;P&gt;We need to configure CFPA and CMPA areas, but the starting address of those areas are MCU dependent. So we have to identify the MCU from the bootloader in order to allow the automated firmware download process in manufacturing.&lt;BR /&gt;&lt;BR /&gt;Is there any way to identify LPC55S16 or LPC5528 mcu's from the bootloader?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 07:46:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-Device-ID-readout-from-IAP/m-p/2039764#M57646</guid>
      <dc:creator>Kepsz</dc:creator>
      <dc:date>2025-02-07T07:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S16 Device_ID readout from IAP?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-Device-ID-readout-from-IAP/m-p/2040249#M57650</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/246436"&gt;@Kepsz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I recommend you using the ReadMemory command to read the address of the register of DEVICE_ID0.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2025 01:19:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-Device-ID-readout-from-IAP/m-p/2040249#M57650</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2025-02-08T01:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S16 Device_ID readout from IAP?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-Device-ID-readout-from-IAP/m-p/2041036#M57660</link>
      <description>&lt;P&gt;It sounded good so I marked your post as the result, but I think I found an other issue.&lt;BR /&gt;&lt;BR /&gt;Reading the proper address (50000000 + FF8 offset) results an empty response package with the length of 0. This post seems having the same issue: &lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S06-ISP-ReadMemory-returns-lt/m-p/1506901" target="_self"&gt;https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S06-ISP-ReadMemory-returns-lt/m-p/1506901&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The figure 27 example from the datasheet does also result an empty response on 55S16. Meanwhile, I can read bytes from the user code area. Strange.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 16:23:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S16-Device-ID-readout-from-IAP/m-p/2041036#M57660</guid>
      <dc:creator>Kepsz</dc:creator>
      <dc:date>2025-02-10T16:23:50Z</dc:date>
    </item>
  </channel>
</rss>

