<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>trimedia at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/trimedia/</link>
    <description>TriMedia User Group</description>

    <item>
      <title>tm2280 memory size</title>
      <pubDate>Wed, 04 Nov 2009 19:21:50 GMT</pubDate>
      <dc:creator>Mahesh</dc:creator>
      <link>http://tech.groups.yahoo.com/group/trimedia/message/11824</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/trimedia/message/11824</guid>
      <description>Hi, I just wanted to know the correct memory size for for tm2272 &amp; tm2280. verisim -ms _____ Thanks in advance, Mahesh</description>
    </item>
    <item>
      <title>Re: tmsize query</title>
      <pubDate>Wed, 28 Oct 2009 13:45:39 GMT</pubDate>
      <dc:creator>Mahesh</dc:creator>
      <link>http://tech.groups.yahoo.com/group/trimedia/message/11823</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/trimedia/message/11823</guid>
      <description>Hello Richards (&amp; everyone), thanks for the detail explaination. No more doubts :-) Thanks &amp; Regards, Mahesh</description>
    </item>
    <item>
      <title>Re: tmsize query</title>
      <pubDate>Wed, 28 Oct 2009 11:18:24 GMT</pubDate>
      <dc:creator>Bauernoeppel, Frank</dc:creator>
      <link>http://tech.groups.yahoo.com/group/trimedia/message/11822</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/trimedia/message/11822</guid>
      <description>Hi, here are my 5 ct.: You can use tmcc -K and read the .s file to see what the compiler does. For Richard&#39;s declarations I get .data .global _inited .align 1 </description>
    </item>
    <item>
      <title>Re: tmsize query</title>
      <pubDate>Wed, 28 Oct 2009 10:17:11 GMT</pubDate>
      <dc:creator>richardmms</dc:creator>
      <link>http://tech.groups.yahoo.com/group/trimedia/message/11821</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/trimedia/message/11821</guid>
      <description>The formatting seemed to be lost last time I sent this message - so I&#39;ll try sending it again... Hi Mahesh (and everyone else - I&#39;ve been lurking quietly on</description>
    </item>
    <item>
      <title>Re: tmsize query</title>
      <pubDate>Wed, 28 Oct 2009 10:08:57 GMT</pubDate>
      <dc:creator>Richard Miller-Smith</dc:creator>
      <link>http://tech.groups.yahoo.com/group/trimedia/message/11820</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/trimedia/message/11820</guid>
      <description>Hi Mahesh (and everyone else - I&#39;ve been lurking quietly on this list for a long time now!), Chuck and Alfred are right that whether the array is initialised</description>
    </item>
    <item>
      <title>Re: tmsize query</title>
      <pubDate>Wed, 28 Oct 2009 09:33:30 GMT</pubDate>
      <dc:creator>Mahesh</dc:creator>
      <link>http://tech.groups.yahoo.com/group/trimedia/message/11819</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/trimedia/message/11819</guid>
      <description>Thanks for your reply. But this is bit confusing. ... True. ... This is where I&#39;m seeing problem. My 6MByte arrayis not initialized &amp; is size is not reflected</description>
    </item>
    <item>
      <title>Re: tmsize query</title>
      <pubDate>Wed, 28 Oct 2009 09:18:07 GMT</pubDate>
      <dc:creator>Mahesh</dc:creator>
      <link>http://tech.groups.yahoo.com/group/trimedia/message/11818</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/trimedia/message/11818</guid>
      <description>Hello, Thanks for your responses, but I still have some doubts. ... But how can I initialize an array of 6 Mbytes. I tried that using static array_name[6MB]; </description>
    </item>
    <item>
      <title>Re: tmsize query</title>
      <pubDate>Wed, 28 Oct 2009 08:40:08 GMT</pubDate>
      <dc:creator>harm_verhagen</dc:creator>
      <link>http://tech.groups.yahoo.com/group/trimedia/message/11817</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/trimedia/message/11817</guid>
      <description>... should be int temp[10]; // .bss are all zeros too. zero bytes</description>
    </item>
    <item>
      <title>Re: tmsize query</title>
      <pubDate>Wed, 28 Oct 2009 08:37:39 GMT</pubDate>
      <dc:creator>harm_verhagen</dc:creator>
      <link>http://tech.groups.yahoo.com/group/trimedia/message/11816</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/trimedia/message/11816</guid>
      <description>initialized data ends up in your .data segment uninitialized data ens up in you .bss segment. .data segment ends up taking space in your image. .bss does not</description>
    </item>
    <item>
      <title>Re: tmsize query</title>
      <pubDate>Tue, 27 Oct 2009 17:51:13 GMT</pubDate>
      <dc:creator>Chuck Peplinski</dc:creator>
      <link>http://tech.groups.yahoo.com/group/trimedia/message/11815</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/trimedia/message/11815</guid>
      <description>I think Alfred is right.  Why not figure out how much memory is used by seeing how much is available on the heap after the program starts?  Call malloc with</description>
    </item>
    <item>
      <title>Re: tmsize query</title>
      <pubDate>Tue, 27 Oct 2009 16:44:08 GMT</pubDate>
      <dc:creator>Alfred Lee</dc:creator>
      <link>http://tech.groups.yahoo.com/group/trimedia/message/11814</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/trimedia/message/11814</guid>
      <description>I would make a guess that the compiler is smart and knows about the declaration without initialization and took a shortcut to save the address and size and</description>
    </item>
    <item>
      <title>tmsize query</title>
      <pubDate>Tue, 27 Oct 2009 15:38:38 GMT</pubDate>
      <dc:creator>Mahesh</dc:creator>
      <link>http://tech.groups.yahoo.com/group/trimedia/message/11813</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/trimedia/message/11813</guid>
      <description>An array of size 6 Mbytes is gloabally declared in a C file (of course not initialized) &amp; used also. If I run tmsize on .o of this file it doesn&#39;t show that</description>
    </item>
    <item>
      <title>Re: tmact usage.</title>
      <pubDate>Fri, 23 Oct 2009 14:27:44 GMT</pubDate>
      <dc:creator>Chuck Peplinski</dc:creator>
      <link>http://tech.groups.yahoo.com/group/trimedia/message/11812</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/trimedia/message/11812</guid>
      <description>The CTF file is in fact an instruction trace.  If you can identify where the 5th and 7th frames start and end, you can edit that file.  How about if you edit</description>
    </item>
    <item>
      <title>tmact usage.</title>
      <pubDate>Fri, 23 Oct 2009 05:45:15 GMT</pubDate>
      <dc:creator>Mahesh</dc:creator>
      <link>http://tech.groups.yahoo.com/group/trimedia/message/11811</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/trimedia/message/11811</guid>
      <description>Hi, I was looking for some help on tmact usage. Is it possible to generate data for particular frame from ctf file using tmact -r option. Like, I&#39;ve ctf file</description>
    </item>
    <item>
      <title>Re: (unknown)</title>
      <pubDate>Wed, 30 Sep 2009 22:16:23 GMT</pubDate>
      <dc:creator>Chuck Peplinski</dc:creator>
      <link>http://tech.groups.yahoo.com/group/trimedia/message/11810</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/trimedia/message/11810</guid>
      <description>My suggestion is to contact your local NXP sales rep and ask him or her what it takes to get started on the newer PNX1005. Chuck Peplinski Media Processing</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Sat Nov  7 22:37:19 PST 2009 -->
