<?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のトピックRe:  How to  log a data variable using hiwave simulator??</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-log-a-data-variable-using-hiwave-simulator/m-p/423208#M11296</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruby,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose that you have two basic options:&lt;/P&gt;&lt;P&gt;1.You could implement software routine into you software which will periodically sends variable values trough some channel (like SCI) and use any of serial terminals for logging. This is one of simples method, but it presents additional load for CPU.&lt;/P&gt;&lt;P&gt;Some extension of this principle presents FreeMaster tool.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FREEMASTER" target="test_blank"&gt;www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FREEMASTER&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.You could write your own script for hiwave. Unfortunately I have limited experience in that direction. Please look at debugger documentation:&lt;/P&gt;&lt;P&gt;c:\Program Files (x86)\Freescale\CWS12v5.1\Help\PDF\Debugger_HC12.pdf&lt;/P&gt;&lt;P&gt;I could imagine case where you use commands like:&lt;/P&gt;&lt;P&gt;CALL – Executes a command file&lt;/P&gt;&lt;P&gt;DEFINE - Defines a user symbol&lt;/P&gt;&lt;P&gt;LF - Opens a log file&lt;/P&gt;&lt;P&gt;LOG - Enables or disables logging of a specified information type&lt;/P&gt;&lt;P&gt;WHILE - WHILE loop instruction&lt;/P&gt;&lt;P&gt;WAIT - Command file execution pause&lt;/P&gt;&lt;P&gt;DW - Displays memory bytes as words&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Example of using command line files are unsecure cmd files in project cmd directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;RadekS&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>Fri, 07 Aug 2015 12:49:28 GMT</pubDate>
    <dc:creator>RadekS</dc:creator>
    <dc:date>2015-08-07T12:49:28Z</dc:date>
    <item>
      <title>How to  log a data variable using hiwave simulator??</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-log-a-data-variable-using-hiwave-simulator/m-p/423207#M11295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually im using hi wave simulator supported from Codewarrior IDE 5.1. Currently&amp;nbsp; i need to monitor a variable for a day and log the respective data.&lt;/P&gt;&lt;P&gt;Is there any provision in Hi wave to do tht?? please help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 09:21:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-log-a-data-variable-using-hiwave-simulator/m-p/423207#M11295</guid>
      <dc:creator>rubykrishna</dc:creator>
      <dc:date>2015-08-07T09:21:55Z</dc:date>
    </item>
    <item>
      <title>Re:  How to  log a data variable using hiwave simulator??</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-log-a-data-variable-using-hiwave-simulator/m-p/423208#M11296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruby,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose that you have two basic options:&lt;/P&gt;&lt;P&gt;1.You could implement software routine into you software which will periodically sends variable values trough some channel (like SCI) and use any of serial terminals for logging. This is one of simples method, but it presents additional load for CPU.&lt;/P&gt;&lt;P&gt;Some extension of this principle presents FreeMaster tool.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FREEMASTER" target="test_blank"&gt;www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FREEMASTER&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.You could write your own script for hiwave. Unfortunately I have limited experience in that direction. Please look at debugger documentation:&lt;/P&gt;&lt;P&gt;c:\Program Files (x86)\Freescale\CWS12v5.1\Help\PDF\Debugger_HC12.pdf&lt;/P&gt;&lt;P&gt;I could imagine case where you use commands like:&lt;/P&gt;&lt;P&gt;CALL – Executes a command file&lt;/P&gt;&lt;P&gt;DEFINE - Defines a user symbol&lt;/P&gt;&lt;P&gt;LF - Opens a log file&lt;/P&gt;&lt;P&gt;LOG - Enables or disables logging of a specified information type&lt;/P&gt;&lt;P&gt;WHILE - WHILE loop instruction&lt;/P&gt;&lt;P&gt;WAIT - Command file execution pause&lt;/P&gt;&lt;P&gt;DW - Displays memory bytes as words&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Example of using command line files are unsecure cmd files in project cmd directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;RadekS&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>Fri, 07 Aug 2015 12:49:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-log-a-data-variable-using-hiwave-simulator/m-p/423208#M11296</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2015-08-07T12:49:28Z</dc:date>
    </item>
  </channel>
</rss>

