<?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>MQX Software SolutionsのトピックRe: How can i make the ffs to be Write-Protected (Read-Only)?</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-can-i-make-the-ffs-to-be-Write-Protected-Read-Only/m-p/476284#M15694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Naftalir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FFS library doesn’t contain any API for Read-Only mode.&lt;/P&gt;&lt;P&gt;For MFS there are the following constant definitions, these can be overridden to customize MFS. To override any of these definitions, simply define the desired value in the /config/&amp;lt;board&amp;gt;/user_config.h file.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: CourierStd;"&gt;#define MFSCFG_READ_ONLY 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;• Set to one to build MFS in read-only mode without create, write, or format capability. This reduces the code size and may be useful in certain applications such as bootloaders. Set to one to enable write functionality.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: CourierStd;"&gt;#define MFSCFG_READ_ONLY_CHECK 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;• This compilation option is obsolete and does not have any effect on resulting code. Runtime read-only checks are integral parts of write support so they are always present unless MFSCFG_READ_ONLY compilation option is set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt; Sol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Apr 2016 21:10:30 GMT</pubDate>
    <dc:creator>soledad</dc:creator>
    <dc:date>2016-04-12T21:10:30Z</dc:date>
    <item>
      <title>How can i make the ffs to be Write-Protected (Read-Only)?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-can-i-make-the-ffs-to-be-Write-Protected-Read-Only/m-p/476282#M15692</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'm running the MSD example with FFS (Flash File System) and want to enable Read-Only mode&lt;/P&gt;&lt;P&gt;to prevent changes on the MSD. how can it be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 13:26:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-can-i-make-the-ffs-to-be-Write-Protected-Read-Only/m-p/476282#M15692</guid>
      <dc:creator>naftalir</dc:creator>
      <dc:date>2016-04-03T13:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can i make the ffs to be Write-Protected (Read-Only)?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-can-i-make-the-ffs-to-be-Write-Protected-Read-Only/m-p/476283#M15693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Up... (No answer yet)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 07:58:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-can-i-make-the-ffs-to-be-Write-Protected-Read-Only/m-p/476283#M15693</guid>
      <dc:creator>naftalir</dc:creator>
      <dc:date>2016-04-06T07:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: How can i make the ffs to be Write-Protected (Read-Only)?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-can-i-make-the-ffs-to-be-Write-Protected-Read-Only/m-p/476284#M15694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Naftalir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FFS library doesn’t contain any API for Read-Only mode.&lt;/P&gt;&lt;P&gt;For MFS there are the following constant definitions, these can be overridden to customize MFS. To override any of these definitions, simply define the desired value in the /config/&amp;lt;board&amp;gt;/user_config.h file.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: CourierStd;"&gt;#define MFSCFG_READ_ONLY 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;• Set to one to build MFS in read-only mode without create, write, or format capability. This reduces the code size and may be useful in certain applications such as bootloaders. Set to one to enable write functionality.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: CourierStd;"&gt;#define MFSCFG_READ_ONLY_CHECK 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;• This compilation option is obsolete and does not have any effect on resulting code. Runtime read-only checks are integral parts of write support so they are always present unless MFSCFG_READ_ONLY compilation option is set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt; Sol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 21:10:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-can-i-make-the-ffs-to-be-Write-Protected-Read-Only/m-p/476284#M15694</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2016-04-12T21:10:30Z</dc:date>
    </item>
  </channel>
</rss>

