<?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>FreeMASTER中的主题 Re: FreeMaster can not modify variables</title>
    <link>https://community.nxp.com/t5/FreeMASTER/FreeMaster-can-not-modify-variables/m-p/1839130#M1687</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Michal,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks for your reply. My case is using FMSTR_TSA_RO_VAR so these variables can not be modified by FreeMaster. It works after changing to&amp;nbsp;FMSTR_TSA_RW_VAR.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Dong&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Apr 2024 08:38:31 GMT</pubDate>
    <dc:creator>Dong_Luo</dc:creator>
    <dc:date>2024-04-02T08:38:31Z</dc:date>
    <item>
      <title>FreeMaster can not modify variables</title>
      <link>https://community.nxp.com/t5/FreeMASTER/FreeMaster-can-not-modify-variables/m-p/1838336#M1684</link>
      <description>&lt;P&gt;Hello, &lt;BR /&gt;&lt;BR /&gt;My current project's variables, which are put at the TSA table, can be updated runtime via Freemaster UART communication, however, when changing these variables, it reported "Error 0x80000089 (Access to target resource is denied)."&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Snipaste_2024-04-01_10-45-27.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/271284i094B8616E37EE250/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Snipaste_2024-04-01_10-45-27.png" alt="Snipaste_2024-04-01_10-45-27.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The modifying mode for the variable is "Any value within proper limits".&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dong_Luo_0-1711947083787.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/271285i065764A218596212/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dong_Luo_0-1711947083787.png" alt="Dong_Luo_0-1711947083787.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 04:51:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/FreeMaster-can-not-modify-variables/m-p/1838336#M1684</guid>
      <dc:creator>Dong_Luo</dc:creator>
      <dc:date>2024-04-01T04:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: FreeMaster can not modify variables</title>
      <link>https://community.nxp.com/t5/FreeMASTER/FreeMaster-can-not-modify-variables/m-p/1839112#M1686</link>
      <description>&lt;P&gt;Hello Dong Luo,&lt;/P&gt;
&lt;P&gt;there are two macros to declare a variable in TSA table, please check which one you are using:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;FMSTR_TSA_RO_VAR - for READ-ONLY variables (possibly your case?)&lt;/LI&gt;
&lt;LI&gt;FMSTR_TSA_RW_VAR - for READ-WRITE variables&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;In case this does not help, you can also disable the all access checking by setting FMSTR_USE_TSA_SAFETY to 0.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Michal&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 08:16:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/FreeMaster-can-not-modify-variables/m-p/1839112#M1686</guid>
      <dc:creator>MichalH</dc:creator>
      <dc:date>2024-04-02T08:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: FreeMaster can not modify variables</title>
      <link>https://community.nxp.com/t5/FreeMASTER/FreeMaster-can-not-modify-variables/m-p/1839130#M1687</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Michal,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks for your reply. My case is using FMSTR_TSA_RO_VAR so these variables can not be modified by FreeMaster. It works after changing to&amp;nbsp;FMSTR_TSA_RW_VAR.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Dong&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 08:38:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/FreeMaster-can-not-modify-variables/m-p/1839130#M1687</guid>
      <dc:creator>Dong_Luo</dc:creator>
      <dc:date>2024-04-02T08:38:31Z</dc:date>
    </item>
  </channel>
</rss>

