<?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: LPC55S69 : unmapped MPU</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-unmapped-MPU/m-p/1050287#M40679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &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"&gt;Eugene Hiihtaj&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;You can use the register MPU_CTRL-&amp;gt;PRIVDEFENA control software access to default memory:&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/107473i75745F5CFF755397/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;About detail please refer to Cortex-m33 User Guide, I attached it for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #51626f;"&gt;Have a great day,&lt;BR /&gt; TIC&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #51626f;"&gt;-------------------------------------------------------------------------------&lt;BR /&gt; Note:&lt;BR /&gt; - If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #51626f;"&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt; -------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 May 2020 07:50:24 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2020-05-22T07:50:24Z</dc:date>
    <item>
      <title>LPC55S69 : unmapped MPU</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-unmapped-MPU/m-p/1050286#M40678</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;Looks like MPU of LPC has only 8 sections and as result a lot of memory is covered by default privileged access only:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Enable MPU with privileged background access i.e. unmapped regions have privileged access. */&lt;BR /&gt; portMPU_CTRL_REG |= (portMPU_PRIV_BACKGROUND_ENABLE | portMPU_ENABLE);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what are other memory attributes in those areas ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read, Write and execute Execute ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can unmapped area be used as normal RW memory and for access peripheral devices ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or what are limitations and default attributes for LPC55S69 memory map ?&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>Wed, 20 May 2020 11:02:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-unmapped-MPU/m-p/1050286#M40678</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-05-20T11:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : unmapped MPU</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-unmapped-MPU/m-p/1050287#M40679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &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"&gt;Eugene Hiihtaj&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;You can use the register MPU_CTRL-&amp;gt;PRIVDEFENA control software access to default memory:&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/107473i75745F5CFF755397/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;About detail please refer to Cortex-m33 User Guide, I attached it for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #51626f;"&gt;Have a great day,&lt;BR /&gt; TIC&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #51626f;"&gt;-------------------------------------------------------------------------------&lt;BR /&gt; Note:&lt;BR /&gt; - If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #51626f;"&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt; -------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2020 07:50:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-unmapped-MPU/m-p/1050287#M40679</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2020-05-22T07:50:24Z</dc:date>
    </item>
  </channel>
</rss>

