<?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 LPC55S69 : disable all co-processors in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-disable-all-co-processors/m-p/1090847#M41818</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 can see in all RTOS examples on nonsecure side the next code available:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void SystemInit(void)&lt;BR /&gt;{&lt;BR /&gt;#if ((__FPU_PRESENT == 1) &amp;amp;&amp;amp; (__FPU_USED == 1))&lt;BR /&gt; SCB-&amp;gt;CPACR |= ((3UL &amp;lt;&amp;lt; 10 * 2) | (3UL &amp;lt;&amp;lt; 11 * 2)); /* set CP10, CP11 Full Access */&lt;BR /&gt;#endif /* ((__FPU_PRESENT == 1) &amp;amp;&amp;amp; (__FPU_USED == 1)) */&lt;/P&gt;&lt;P&gt;SCB-&amp;gt;CPACR |= ((3UL &amp;lt;&amp;lt; 0 * 2) | (3UL &amp;lt;&amp;lt; 1 * 2)); /* set CP0, CP1 Full Access (enable PowerQuad) */&lt;/P&gt;&lt;P&gt;SCB-&amp;gt;NSACR |= ((3UL &amp;lt;&amp;lt; 0) | (3UL &amp;lt;&amp;lt; 10)); /* enable CP0, CP1, CP10, CP11 Non-secure Access */&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it seems to me the same system register can be configured via ConfigTool in TEE section Misc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to disable all co-processors usage on secure and nonsecure side. Only FPU need on both sides.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do via ConfigTool TEE section only ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jun 2020 11:27:21 GMT</pubDate>
    <dc:creator>EugeneHiihtaja</dc:creator>
    <dc:date>2020-06-25T11:27:21Z</dc:date>
    <item>
      <title>LPC55S69 : disable all co-processors</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-disable-all-co-processors/m-p/1090847#M41818</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 can see in all RTOS examples on nonsecure side the next code available:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void SystemInit(void)&lt;BR /&gt;{&lt;BR /&gt;#if ((__FPU_PRESENT == 1) &amp;amp;&amp;amp; (__FPU_USED == 1))&lt;BR /&gt; SCB-&amp;gt;CPACR |= ((3UL &amp;lt;&amp;lt; 10 * 2) | (3UL &amp;lt;&amp;lt; 11 * 2)); /* set CP10, CP11 Full Access */&lt;BR /&gt;#endif /* ((__FPU_PRESENT == 1) &amp;amp;&amp;amp; (__FPU_USED == 1)) */&lt;/P&gt;&lt;P&gt;SCB-&amp;gt;CPACR |= ((3UL &amp;lt;&amp;lt; 0 * 2) | (3UL &amp;lt;&amp;lt; 1 * 2)); /* set CP0, CP1 Full Access (enable PowerQuad) */&lt;/P&gt;&lt;P&gt;SCB-&amp;gt;NSACR |= ((3UL &amp;lt;&amp;lt; 0) | (3UL &amp;lt;&amp;lt; 10)); /* enable CP0, CP1, CP10, CP11 Non-secure Access */&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it seems to me the same system register can be configured via ConfigTool in TEE section Misc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to disable all co-processors usage on secure and nonsecure side. Only FPU need on both sides.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do via ConfigTool TEE section only ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2020 11:27:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-disable-all-co-processors/m-p/1090847#M41818</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-06-25T11:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : disable all co-processors</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-disable-all-co-processors/m-p/1090848#M41819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="320103" data-username="yevgen.gyl@solita.fi" href="https://community.nxp.com/people/yevgen.gyl@solita.fi" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 600; text-decoration: underline; font-size: 11.9994px;"&gt;Eugene Hiihtaja&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Trusted Execution Environment, or TEE tool, you can configure security policies of memory areas, bus masters, and peripherals, in order to isolate and safeguard sensitive areas of your application.&lt;/P&gt;&lt;P&gt;Refer to your description, it seems the "&lt;STRONG&gt;Miscellaneous&lt;/STRONG&gt;" view can meet your requirement, the list of these options depends on processor data.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/114136i551886EC94C435FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the options influence your register settings, and can be inspected in the &lt;STRONG&gt;Register&lt;/STRONG&gt; view.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/114137i0065C4FC74C74D5C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_5.png" alt="pastedImage_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2020 02:01:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-disable-all-co-processors/m-p/1090848#M41819</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2020-06-30T02:01:47Z</dc:date>
    </item>
  </channel>
</rss>

