<?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>Processor Expert SoftwareのトピックMPU configuration and access permissions</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/MPU-configuration-and-access-permissions/m-p/1586590#M5417</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I need some help,&lt;/P&gt;&lt;P&gt;I'm working on a software and I need to separate some software item each other.&lt;/P&gt;&lt;P&gt;So i'm thinking about different section in flash memory. But, I need to protect this section, software item A should not interact with software item B unless by getter and setter.&lt;/P&gt;&lt;P&gt;So I understand region configuration and MPU configuration but I don't understand Access Permission. (Priviliged and Unprivileged)&lt;/P&gt;&lt;P&gt;Can someone explain me this or some code example, documentation etc..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the help,&lt;/P&gt;&lt;P&gt;Morgan&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jan 2023 11:47:47 GMT</pubDate>
    <dc:creator>morganRo</dc:creator>
    <dc:date>2023-01-23T11:47:47Z</dc:date>
    <item>
      <title>MPU configuration and access permissions</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MPU-configuration-and-access-permissions/m-p/1586590#M5417</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I need some help,&lt;/P&gt;&lt;P&gt;I'm working on a software and I need to separate some software item each other.&lt;/P&gt;&lt;P&gt;So i'm thinking about different section in flash memory. But, I need to protect this section, software item A should not interact with software item B unless by getter and setter.&lt;/P&gt;&lt;P&gt;So I understand region configuration and MPU configuration but I don't understand Access Permission. (Priviliged and Unprivileged)&lt;/P&gt;&lt;P&gt;Can someone explain me this or some code example, documentation etc..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the help,&lt;/P&gt;&lt;P&gt;Morgan&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 11:47:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MPU-configuration-and-access-permissions/m-p/1586590#M5417</guid>
      <dc:creator>morganRo</dc:creator>
      <dc:date>2023-01-23T11:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: MPU configuration and access permissions</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MPU-configuration-and-access-permissions/m-p/1586761#M5419</link>
      <description>&lt;P&gt;Can you tell us which MCU are you using please?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 18:05:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MPU-configuration-and-access-permissions/m-p/1586761#M5419</guid>
      <dc:creator>_Leo_</dc:creator>
      <dc:date>2023-01-23T18:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: MPU configuration and access permissions</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MPU-configuration-and-access-permissions/m-p/1587017#M5422</link>
      <description>&lt;P&gt;I'm using the IMXRT1061 MCU. Actually, I figured out how to deal with. But i still try to implement protection memory, RO in flash (split in three section) is OK. But now I want to mirror in RAM to implement correctly variable. Thanks, Morgan&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 09:32:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MPU-configuration-and-access-permissions/m-p/1587017#M5422</guid>
      <dc:creator>morganRo</dc:creator>
      <dc:date>2023-01-24T09:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: MPU configuration and access permissions</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MPU-configuration-and-access-permissions/m-p/1588321#M5424</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I don't figured out how to active privileged / unprivileged permissions. For example, if i split SRAM_DTC in two section, how can I protection write between this two section?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 14:06:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MPU-configuration-and-access-permissions/m-p/1588321#M5424</guid>
      <dc:creator>morganRo</dc:creator>
      <dc:date>2023-01-26T14:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: MPU configuration and access permissions</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MPU-configuration-and-access-permissions/m-p/1590402#M5429</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/198334"&gt;@morganRo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can refer to this guide. RT device follow this guide. But it seems there isn't other document or example.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.arm.com/documentation/dui0646/c/Cortex-M7-Peripherals/Optional-Memory-Protection-Unit?lang=en" target="_blank"&gt;https://developer.arm.com/documentation/dui0646/c/Cortex-M7-Peripherals/Optional-Memory-Protection-Unit?lang=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jing&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 08:37:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MPU-configuration-and-access-permissions/m-p/1590402#M5429</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2023-01-31T08:37:09Z</dc:date>
    </item>
  </channel>
</rss>

