<?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: CC_SOCU_DLFT in CMPA in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/CC-SOCU-DLFT-in-CMPA/m-p/1043922#M40525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, the new upcoming release of the User Manual should have this modification.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your observation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ricardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jul 2020 14:33:14 GMT</pubDate>
    <dc:creator>nxf58474</dc:creator>
    <dc:date>2020-07-02T14:33:14Z</dc:date>
    <item>
      <title>CC_SOCU_DLFT in CMPA</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/CC-SOCU-DLFT-in-CMPA/m-p/1043919#M40522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd like LPC55S69 to enter "OEM Closed" lifecycle state and close all debug ports permanently.&lt;/P&gt;&lt;P&gt;For this transition, which CMPA configuration is correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Configuration 1]&lt;/P&gt;&lt;P&gt;CMPA.CC_SOCU_PIN = 0xFC00.03FF&lt;/P&gt;&lt;P&gt;CMPA.CC_SOCU_DFLT = 0xFC00.03FF (all SOCU_DFLT[n] bit to 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Configuration 2]&lt;/P&gt;&lt;P&gt;CMPA.CC_SOCU_PIN = 0xFC00.03FF&lt;/P&gt;&lt;P&gt;CMPA.CC_SOCU_DFLT = 0xFFFF.0000&lt;SPAN&gt;&amp;nbsp;(all SOCU_DFLT[n] bit to 0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to confirm the SOCU_DFLT[n] bit polarity.&lt;/P&gt;&lt;P&gt;I'm looking the Table 1062 "Access restriction levels" in UM11126 Rev.2.0, and that shows that "SOCU_PIN[n] = 1 and SOCU_DFLT[n] = 1" mean Restriction Level 3 (Access to the sub-domain is permanently disabled), so I think the above Configuration 1 is correct for disabling debug ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2020 06:07:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/CC-SOCU-DLFT-in-CMPA/m-p/1043919#M40522</guid>
      <dc:creator>kamii</dc:creator>
      <dc:date>2020-06-30T06:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: CC_SOCU_DLFT in CMPA</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/CC-SOCU-DLFT-in-CMPA/m-p/1043920#M40523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope you are doing well. The correct configuration would be the second one. There is a documentation issue in the version of the User Manual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;CC_SoCU_DFLT&lt;/STRONG&gt; setting defines the default access rights for corresponding debug domains.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;– If bit is set, access is allowed. Otherwise access is denied.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;CC_SoCU_PIN&lt;/STRONG&gt; setting defines if debug authentication process can modify the access rights defined by CC_SoCU_DFLT:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;– If bit is clear, access rights to corresponding debug domain are determined via debug authentication process.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;– If bit is set, access right as defined CC_SoCU_DFLT cannot be altered.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;– SOCU_PIN[n] = 1, SoCU_DFLT[n] = 0: This offers the highest level of restriction.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;– SOCU_PIN[n] = 0, SOCU_DFLT[n] = 0/1: This setting allows debug authentication process to define access rights.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;– SOCU_PIN[n] = 1, SOCU_DFLT[n] =1: This setting is lowest security level.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ricardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2020 17:36:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/CC-SOCU-DLFT-in-CMPA/m-p/1043920#M40523</guid>
      <dc:creator>nxf58474</dc:creator>
      <dc:date>2020-07-01T17:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: CC_SOCU_DLFT in CMPA</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/CC-SOCU-DLFT-in-CMPA/m-p/1043921#M40524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answer! I understand that's a documentation issue. I was confused about inconsistency between the documentation and my testing result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that table is important for security level description, so could you please consider to modify the UM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2020 00:16:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/CC-SOCU-DLFT-in-CMPA/m-p/1043921#M40524</guid>
      <dc:creator>kamii</dc:creator>
      <dc:date>2020-07-02T00:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: CC_SOCU_DLFT in CMPA</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/CC-SOCU-DLFT-in-CMPA/m-p/1043922#M40525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, the new upcoming release of the User Manual should have this modification.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your observation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ricardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2020 14:33:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/CC-SOCU-DLFT-in-CMPA/m-p/1043922#M40525</guid>
      <dc:creator>nxf58474</dc:creator>
      <dc:date>2020-07-02T14:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: CC_SOCU_DLFT in CMPA</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/CC-SOCU-DLFT-in-CMPA/m-p/1043923#M40526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've found the latest User Manual Rev.2.1, but that documentation isn't modified. When will you apply the modification?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2020 04:55:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/CC-SOCU-DLFT-in-CMPA/m-p/1043923#M40526</guid>
      <dc:creator>kamii</dc:creator>
      <dc:date>2020-07-31T04:55:21Z</dc:date>
    </item>
  </channel>
</rss>

