<?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: What does CC_SOCU mean?</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/What-does-CC-SOCU-mean/m-p/1176245#M42754</link>
    <description>&lt;P&gt;To add to this: The information is in chapter 51 of the user manual on the debug subsystem.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- UM11126 51.7.1 expands DCFG_CC to "Device Configuration for Credential Constraints"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- 51.7.7 has a glossary that expands a few more things. SOCU is apparently SoC Usage&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- PIN appears to mean pin as in pinned or fixed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 01 Nov 2020 14:29:30 GMT</pubDate>
    <dc:creator>nickray</dc:creator>
    <dc:date>2020-11-01T14:29:30Z</dc:date>
    <item>
      <title>What does CC_SOCU mean?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/What-does-CC-SOCU-mean/m-p/1172683#M42690</link>
      <description>&lt;P&gt;I'm trying to understand the finer details of secure boot for LPC55S69 chips.&lt;/P&gt;&lt;P&gt;What is the meaning of the acronym CC_SOCU in the registers CC_SOCU_PIN, CC_SOCU_DFLT of CMPA and DCFG_CC_SOCU_PIN,DCFG_CC_SOCU_DFLT in CFPA?&lt;/P&gt;&lt;P&gt;And why are there PIN and DFLT versions? And how do the variants in CFPA and CMPA interact?&lt;/P&gt;&lt;P&gt;Despite AN12283, this part of the documentation is quite lacking currently.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2020 20:52:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/What-does-CC-SOCU-mean/m-p/1172683#M42690</guid>
      <dc:creator>nickray</dc:creator>
      <dc:date>2020-10-24T20:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: What does CC_SOCU mean?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/What-does-CC-SOCU-mean/m-p/1172884#M42696</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;These registers (&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;CC_SOCU_PIN, CC_SOCU_DFLT of CMPA and DCFG_CC_SOCU_PIN,DCFG_CC_SOCU_DFLT in CFPA&lt;/SPAN&gt; ) are related with OEM tier1 and teir2 lifecycles states.&lt;/P&gt;
&lt;P&gt;• The module maker who is referred as Tier-1 developer can develop secure code and define access rights to his module using CC_SOCU_PIN &amp;amp; CC_SOCU_DFLT.&lt;BR /&gt;• Configuration can be such that debug access to secure module is blocked but&lt;BR /&gt;non-secure debug is always allowed.&lt;BR /&gt;• Once the module is ready, Tier-1 developer can release the module to OEM (a.k.a.&lt;BR /&gt;tier-2 developer), but block debug access to secure mode and enable debug access&lt;BR /&gt;to non-secure mode.&lt;BR /&gt;• Tier-2 developer can develop non-secure module and extend access rights&lt;BR /&gt;configuration to that module using CC_SOCU_DFLT_NS and CC_SOCU_PIN_NS.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SoCU_DFLT&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;setting defines the default access rights for corresponding debug domains.&lt;/P&gt;
&lt;P&gt;– If bit is set, access is allowed. Otherwise access is denied.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SoCU_PIN&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;setting defines if debug authentication process can modify the access rights defined by SoCU_DFLT:&lt;/P&gt;
&lt;P&gt;– If bit is clear, access rights to corresponding debug domain are determined via debug authentication process.&lt;/P&gt;
&lt;P&gt;– If bit is set, access right as defined SoCU_DFLT cannot be altered.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a nice day,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 06:30:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/What-does-CC-SOCU-mean/m-p/1172884#M42696</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-10-26T06:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: What does CC_SOCU mean?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/What-does-CC-SOCU-mean/m-p/1176245#M42754</link>
      <description>&lt;P&gt;To add to this: The information is in chapter 51 of the user manual on the debug subsystem.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- UM11126 51.7.1 expands DCFG_CC to "Device Configuration for Credential Constraints"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- 51.7.7 has a glossary that expands a few more things. SOCU is apparently SoC Usage&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- PIN appears to mean pin as in pinned or fixed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Nov 2020 14:29:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/What-does-CC-SOCU-mean/m-p/1176245#M42754</guid>
      <dc:creator>nickray</dc:creator>
      <dc:date>2020-11-01T14:29:30Z</dc:date>
    </item>
  </channel>
</rss>

