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

    <item>
      <title>Re: Byte array varialbe in Assembly accessing in C</title>
      <pubDate>Fri, 05 Jun 2009 14:08:40 GMT</pubDate>
      <dc:creator>Richard</dc:creator>
      <link>http://tech.groups.yahoo.com/group/68HC05_08/message/6192</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/68HC05_08/message/6192</guid>
      <description>Hi James and Mike, I can fix now. Thank you very much for advices. Richard _____ From: 68HC05_08@yahoogroups.com [mailto:68HC05_08@yahoogroups.com] On Behalf </description>
    </item>
    <item>
      <title>Constructing Control Flow Graph of the program</title>
      <pubDate>Fri, 05 Jun 2009 10:14:16 GMT</pubDate>
      <dc:creator>sara william</dc:creator>
      <link>http://tech.groups.yahoo.com/group/68HC05_08/message/6191</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/68HC05_08/message/6191</guid>
      <description>hi
i am construction control flow graph of a program to predict execution time
of a program.
plz see the attactments. i have done most of the programming but</description>
    </item>
    <item>
      <title>Re: Byte array varialbe in Assembly accessing in C</title>
      <pubDate>Fri, 05 Jun 2009 01:28:08 GMT</pubDate>
      <dc:creator>James Afford</dc:creator>
      <link>http://tech.groups.yahoo.com/group/68HC05_08/message/6190</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/68HC05_08/message/6190</guid>
      <description>Hi, You need to make sure you &quot;Export&quot; the variable from the Assembly file, or else the &quot;C&quot; variable will be different. ie XREF _DATA OR define the variable in</description>
    </item>
    <item>
      <title>Re: Byte array varialbe in Assembly accessing in C</title>
      <pubDate>Thu, 04 Jun 2009 17:08:24 GMT</pubDate>
      <dc:creator>Richard</dc:creator>
      <link>http://tech.groups.yahoo.com/group/68HC05_08/message/6189</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/68HC05_08/message/6189</guid>
      <description>Dear Mike, This is almost same as what I did and the result same as what I&#39;ve got before. Address is different for assembly and &quot;C&quot;. Therefore I canot access </description>
    </item>
    <item>
      <title>Re: Byte array varialbe in Assembly accessing in C</title>
      <pubDate>Thu, 04 Jun 2009 02:12:04 GMT</pubDate>
      <dc:creator>Mike</dc:creator>
      <link>http://tech.groups.yahoo.com/group/68HC05_08/message/6188</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/68HC05_08/message/6188</guid>
      <description>Assembly data:   _data: ds  20     Accessing in C   extern char _data[20];     // First element   a = data[0]; b = data[1]; ... From: yansan_sg</description>
    </item>
    <item>
      <title>Re: Byte array varialbe in Assembly accessing in C</title>
      <pubDate>Thu, 04 Jun 2009 02:08:53 GMT</pubDate>
      <dc:creator>Mike</dc:creator>
      <link>http://tech.groups.yahoo.com/group/68HC05_08/message/6187</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/68HC05_08/message/6187</guid>
      <description>Assembly array:   data ... From: yansan_sg &lt;yansan1@...&gt; Subject: [68HC05_08] Byte array varialbe in Assembly accessing in C To:</description>
    </item>
    <item>
      <title>Re: Byte array varialbe in Assembly accessing in C</title>
      <pubDate>Thu, 04 Jun 2009 02:08:53 GMT</pubDate>
      <dc:creator>Mike</dc:creator>
      <link>http://tech.groups.yahoo.com/group/68HC05_08/message/6186</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/68HC05_08/message/6186</guid>
      <description>Assembly array:   data  ... From: yansan_sg &lt;yansan1@...&gt; Subject: [68HC05_08] Byte array varialbe in Assembly accessing in C To:</description>
    </item>
    <item>
      <title>Byte array varialbe in Assembly accessing in C</title>
      <pubDate>Thu, 04 Jun 2009 00:05:11 GMT</pubDate>
      <dc:creator>yansan_sg</dc:creator>
      <link>http://tech.groups.yahoo.com/group/68HC05_08/message/6185</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/68HC05_08/message/6185</guid>
      <description>Dear all, I would like to access array of assembly variable in &quot;C&quot;. I could able to access normal variable in c by extern. If I write like single variable for</description>
    </item>
    <item>
      <title>Predicting Program execution time of listing file generated from cos</title>
      <pubDate>Mon, 20 Apr 2009 19:33:53 GMT</pubDate>
      <dc:creator>sara william</dc:creator>
      <link>http://tech.groups.yahoo.com/group/68HC05_08/message/6184</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/68HC05_08/message/6184</guid>
      <description>Hi i am trying to predict C program execution time(worst case executoin time). i used cosmic compiler for HC08 microcontroller. My steps: 1st -&gt; i used COSMIC</description>
    </item>
    <item>
      <title>Re: USB and HID driver speed</title>
      <pubDate>Fri, 10 Oct 2008 01:30:30 GMT</pubDate>
      <dc:creator>MTG</dc:creator>
      <link>http://tech.groups.yahoo.com/group/68HC05_08/message/6183</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/68HC05_08/message/6183</guid>
      <description>... For best results, then, use full speed and the largest endpoints you can use, at the fastest polling rate you can.</description>
    </item>
    <item>
      <title>Re: USB and HID driver speed</title>
      <pubDate>Wed, 08 Oct 2008 23:22:37 GMT</pubDate>
      <dc:creator>donyvonwood</dc:creator>
      <link>http://tech.groups.yahoo.com/group/68HC05_08/message/6182</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/68HC05_08/message/6182</guid>
      <description>I am hoping to stick with HID driver, since it doesn&#39;t need all the bother of driver installation/.INF files, etc. USB Bulk transfer using the WinUSB driver in</description>
    </item>
    <item>
      <title>Re: USB and HID driver speed</title>
      <pubDate>Wed, 08 Oct 2008 22:19:29 GMT</pubDate>
      <dc:creator>Kerry Berland</dc:creator>
      <link>http://tech.groups.yahoo.com/group/68HC05_08/message/6181</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/68HC05_08/message/6181</guid>
      <description>To get good throughput I think you&#39;ll find that you&#39;re going to need to use a driver model other than HID, so that you can utilize bulk transfer mode. HID is</description>
    </item>
    <item>
      <title>USB and HID driver speed</title>
      <pubDate>Wed, 08 Oct 2008 21:39:11 GMT</pubDate>
      <dc:creator>donyvonwood</dc:creator>
      <link>http://tech.groups.yahoo.com/group/68HC05_08/message/6180</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/68HC05_08/message/6180</guid>
      <description>Sorry, not a &#39;908 micro !: I am experimenting with the 9S08JM60 which has USB built -in. (DEMOJM kit) and am trying to get lots of data through-put from the </description>
    </item>
    <item>
      <title>Voice to PWM code</title>
      <pubDate>Wed, 20 Aug 2008 02:42:56 GMT</pubDate>
      <dc:creator>Glenn</dc:creator>
      <link>http://tech.groups.yahoo.com/group/68HC05_08/message/6179</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/68HC05_08/message/6179</guid>
      <description>I need to digitize speech audio input and output it as PWM. Anybody got any ideas for me here?  I think I need to take A/D samples at say 16KHz for reasonable</description>
    </item>
    <item>
      <title>M41T56 I2C RTC</title>
      <pubDate>Fri, 16 May 2008 11:40:59 GMT</pubDate>
      <dc:creator>JR</dc:creator>
      <link>http://tech.groups.yahoo.com/group/68HC05_08/message/6178</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/68HC05_08/message/6178</guid>
      <description>Hi there Has anyone successfully used the I2C RTC M41T56 with the HC08? This device is almost identical to the DS1307 RTC. Pin and electrically compatible. I</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Sat Feb 13 03:18:20 PST 2010 -->
