<?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>S12 / MagniV MicrocontrollersのトピックS12VR - Fill Free Memory Space</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12VR-Fill-Free-Memory-Space/m-p/950847#M16647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Hello everybody,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I'm using the tomar microcontroller S12VR for my application.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I need to &lt;EM&gt;fill the flash memory not used&lt;/EM&gt; with &lt;STRONG&gt;NOP and JMP at start up address instructions&lt;/STRONG&gt;.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I have modified the .prm file with the FILL directive.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;The fill directive required hexadecimal values but I don't know which are the corrispettive values.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I have tested the FILL directive with an example value (0x55) and it is work.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Could you help me?&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Sep 2019 07:01:31 GMT</pubDate>
    <dc:creator>carlocurotto</dc:creator>
    <dc:date>2019-09-05T07:01:31Z</dc:date>
    <item>
      <title>S12VR - Fill Free Memory Space</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12VR-Fill-Free-Memory-Space/m-p/950847#M16647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Hello everybody,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I'm using the tomar microcontroller S12VR for my application.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I need to &lt;EM&gt;fill the flash memory not used&lt;/EM&gt; with &lt;STRONG&gt;NOP and JMP at start up address instructions&lt;/STRONG&gt;.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I have modified the .prm file with the FILL directive.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;The fill directive required hexadecimal values but I don't know which are the corrispettive values.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I have tested the FILL directive with an example value (0x55) and it is work.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Could you help me?&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2019 07:01:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12VR-Fill-Free-Memory-Space/m-p/950847#M16647</guid>
      <dc:creator>carlocurotto</dc:creator>
      <dc:date>2019-09-05T07:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: S12VR - Fill Free Memory Space</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12VR-Fill-Free-Memory-Space/m-p/950848#M16648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;for mor details please look into &lt;A class="link-titled" href="https://www.nxp.com/docs/en/reference-manual/S12XCPUV2.pdf" title="https://www.nxp.com/docs/en/reference-manual/S12XCPUV2.pdf"&gt;https://www.nxp.com/docs/en/reference-manual/S12XCPUV2.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOP has machine code 0xA7&lt;/P&gt;&lt;P&gt;JMP&amp;nbsp; has two different machine codes on the basis of operand:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JMP opr16a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 06 hh ll&lt;BR /&gt;JMP oprx0_xysp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 05 xb &lt;BR /&gt;JMP oprx9,xysp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 05 xb ff&lt;BR /&gt;JMP oprx16,xysp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 05 xb ee ff&amp;nbsp;&amp;nbsp; &lt;BR /&gt;JMP [D,xysp]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 05 xb&lt;BR /&gt;JMP [oprx16,xysp]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 05 xb ee ff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to jump to a direct address, if I understand you well, then you should put there 05 hh ll where hh ll represents address of the function in a non banked memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, &lt;/P&gt;&lt;P&gt;Ladislav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2019 12:25:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12VR-Fill-Free-Memory-Space/m-p/950848#M16648</guid>
      <dc:creator>lama</dc:creator>
      <dc:date>2019-09-06T12:25:50Z</dc:date>
    </item>
  </channel>
</rss>

