<?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: LPC55Sxx security, disable swd while allowing ISP writes in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55Sxx-security-disable-swd-while-allowing-ISP-writes/m-p/1986115#M57198</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/83226"&gt;@dav1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-spm-anchor-id="5176.28103460.0.i11.7bfc5d27psH3xS"&gt;I recommend the following solution:&lt;/P&gt;
&lt;P&gt;Disable ISP and SWD while keeping a gateway open, so that the flash cannot be read or written. When you need to update the firmware, enable ISP through the backdoor.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Detail please refer to:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/LPC55-Disable-ISP-and-SWD-to-utilize-code-protection/ta-p/1654157" target="_blank"&gt;https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/LPC55-Disable-ISP-and-SWD-to-utilize-code-protection/ta-p/1654157&lt;/A&gt;&amp;nbsp;&amp;nbsp;&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, 01 Nov 2024 08:03:25 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2024-11-01T08:03:25Z</dc:date>
    <item>
      <title>LPC55Sxx security, disable swd while allowing ISP writes</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55Sxx-security-disable-swd-while-allowing-ISP-writes/m-p/1985765#M57195</link>
      <description>&lt;P&gt;Trying to find a way to achieve the following (LPC55S69)&lt;/P&gt;&lt;P&gt;1. disable access to firmware on flash (via SWD and ISP/blhost)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2. assuming fw-binary still be dumped from flash, prevent running it on a LPC that doesn't have "crypto-key xyz"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;3. ISP boot via USB must still work to allow erasing &amp;amp; writing new data to flash, i.e. recovery mode. ISP must prevent readout from data on flash (unless we can make §2 safe enough)&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 19:28:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55Sxx-security-disable-swd-while-allowing-ISP-writes/m-p/1985765#M57195</guid>
      <dc:creator>dav1</dc:creator>
      <dc:date>2024-10-31T19:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55Sxx security, disable swd while allowing ISP writes</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55Sxx-security-disable-swd-while-allowing-ISP-writes/m-p/1986115#M57198</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/83226"&gt;@dav1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-spm-anchor-id="5176.28103460.0.i11.7bfc5d27psH3xS"&gt;I recommend the following solution:&lt;/P&gt;
&lt;P&gt;Disable ISP and SWD while keeping a gateway open, so that the flash cannot be read or written. When you need to update the firmware, enable ISP through the backdoor.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Detail please refer to:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/LPC55-Disable-ISP-and-SWD-to-utilize-code-protection/ta-p/1654157" target="_blank"&gt;https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/LPC55-Disable-ISP-and-SWD-to-utilize-code-protection/ta-p/1654157&lt;/A&gt;&amp;nbsp;&amp;nbsp;&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, 01 Nov 2024 08:03:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55Sxx-security-disable-swd-while-allowing-ISP-writes/m-p/1986115#M57198</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2024-11-01T08:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55Sxx security, disable swd while allowing ISP writes</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55Sxx-security-disable-swd-while-allowing-ISP-writes/m-p/2091690#M58159</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i checked the linked article. it doesn't answer my question.&lt;BR /&gt;please help check with the team and get back&lt;/P&gt;&lt;P&gt;simplified:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;disable swd&lt;/LI&gt;&lt;LI&gt;ISP (via USB)&lt;UL&gt;&lt;LI&gt;prevent: reading/dumping firmware from flash via ISP&lt;/LI&gt;&lt;LI&gt;allow: erasing and writing new firmware to flash&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 05 May 2025 20:53:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55Sxx-security-disable-swd-while-allowing-ISP-writes/m-p/2091690#M58159</guid>
      <dc:creator>dav1</dc:creator>
      <dc:date>2025-05-05T20:53:49Z</dc:date>
    </item>
  </channel>
</rss>

