<?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>topic DSP 56800 how to save &amp;quot;view array&amp;quot; data ? in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/DSP-56800-how-to-save-quot-view-array-quot-data/m-p/125818#M138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;I'm using CW 8.0 for 56800 and USBTAP.&lt;/DIV&gt;&lt;DIV&gt;I need to follow the time evolution of a rapidly changing float variable (every 10 ms) , so I tried to setup a&lt;/DIV&gt;&lt;DIV&gt;visualization point + data visualization but I've discovered that this is extremely slow. So I've moved to&lt;/DIV&gt;&lt;DIV&gt;the solution of defining an array of 1000 elements, then I fill the array every 10 ms, and finally I&lt;/DIV&gt;&lt;DIV&gt;suspend the execution and use data -&amp;gt; view array to look at all the elements. This works&lt;/DIV&gt;&lt;DIV&gt;fine, but the problem is that I'm not able to export the content of this window to to&lt;/DIV&gt;&lt;DIV&gt;analyze and plot the data. ctlr +c does not work, copy is greyed ... the only solution&lt;/DIV&gt;&lt;DIV&gt;that I've found is to use a window capture program (snagit) that also converts to text .. but it is a&lt;/DIV&gt;&lt;DIV&gt;real pain. Does it exist another way to dump this data or which is the standard method of studying&lt;/DIV&gt;&lt;DIV&gt;the behaviour of a changing variable without slowering the system ?&lt;/DIV&gt;&lt;DIV&gt;thanks for your help&lt;/DIV&gt;&lt;DIV&gt;franco&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Message Edited by CrasyCat on &lt;SPAN class="date_text"&gt;2007-04-13&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;10:39 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2007 08:13:26 GMT</pubDate>
    <dc:creator>francospinella</dc:creator>
    <dc:date>2007-03-12T08:13:26Z</dc:date>
    <item>
      <title>DSP 56800 how to save "view array" data ?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/DSP-56800-how-to-save-quot-view-array-quot-data/m-p/125818#M138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;I'm using CW 8.0 for 56800 and USBTAP.&lt;/DIV&gt;&lt;DIV&gt;I need to follow the time evolution of a rapidly changing float variable (every 10 ms) , so I tried to setup a&lt;/DIV&gt;&lt;DIV&gt;visualization point + data visualization but I've discovered that this is extremely slow. So I've moved to&lt;/DIV&gt;&lt;DIV&gt;the solution of defining an array of 1000 elements, then I fill the array every 10 ms, and finally I&lt;/DIV&gt;&lt;DIV&gt;suspend the execution and use data -&amp;gt; view array to look at all the elements. This works&lt;/DIV&gt;&lt;DIV&gt;fine, but the problem is that I'm not able to export the content of this window to to&lt;/DIV&gt;&lt;DIV&gt;analyze and plot the data. ctlr +c does not work, copy is greyed ... the only solution&lt;/DIV&gt;&lt;DIV&gt;that I've found is to use a window capture program (snagit) that also converts to text .. but it is a&lt;/DIV&gt;&lt;DIV&gt;real pain. Does it exist another way to dump this data or which is the standard method of studying&lt;/DIV&gt;&lt;DIV&gt;the behaviour of a changing variable without slowering the system ?&lt;/DIV&gt;&lt;DIV&gt;thanks for your help&lt;/DIV&gt;&lt;DIV&gt;franco&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Message Edited by CrasyCat on &lt;SPAN class="date_text"&gt;2007-04-13&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;10:39 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 08:13:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/DSP-56800-how-to-save-quot-view-array-quot-data/m-p/125818#M138</guid>
      <dc:creator>francospinella</dc:creator>
      <dc:date>2007-03-12T08:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: DSP 56800 how to save "view array" data ?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/DSP-56800-how-to-save-quot-view-array-quot-data/m-p/125819#M139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I would like to know this too. Same config as the OP, except for IDE 7.3.&lt;/DIV&gt;&lt;DIV&gt;Options I have explored are:&lt;/DIV&gt;&lt;DIV&gt;-Freemaster: slow (10ms/ variable, if you have say 3 variables a variable is update at 30ms. This in spite of an update rateof 0.5ms from the target). Freemaster is also unreliable.&lt;/DIV&gt;&lt;DIV&gt;-tcl sripts. Arcane, difficult to figure out&lt;/DIV&gt;&lt;DIV&gt;-COM: see tcl&lt;/DIV&gt;&lt;DIV&gt;-command window , using command that are logged. Unreliable (e.g. IDE crashes if you display large amounts of memory), unable to display data memory, unable to evaluate a c pointer variable e.g. info_ptr-&amp;gt;current&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;All I want it the content of my high speed buffer. Is this too much to ask?&lt;/DIV&gt;&lt;DIV&gt;What about just a little export or save as or something in the IDE?&lt;/DIV&gt;&lt;DIV&gt;I find this IDE very "closed", slow, unreliable and a PITA to use.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 07:29:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/DSP-56800-how-to-save-quot-view-array-quot-data/m-p/125819#M139</guid>
      <dc:creator>LXC</dc:creator>
      <dc:date>2007-11-29T07:29:53Z</dc:date>
    </item>
  </channel>
</rss>

