<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forums.obdev.at/app.php/feed/topic/3261" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2009-09-15T02:07:32+02:00</updated>

	<author><name><![CDATA[Objective Development Forums]]></name></author>
	<id>https://forums.obdev.at/app.php/feed/topic/3261</id>

		<entry>
		<author><name><![CDATA[ahduy]]></name></author>
		<updated>2009-09-15T02:07:32+02:00</updated>

		<published>2009-09-15T02:07:32+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3261&amp;p=10954#p10954</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3261&amp;p=10954#p10954"/>
		<title type="html"><![CDATA[Re: Beginner's Post]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3261&amp;p=10954#p10954"><![CDATA[
oh my...<br />thanks very much., it's only my problems... hahahaha, i'm beginner., fyuuh<br />grendel, please help if i find any problems again.,<br /> <img class="smilies" src="./../../../images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /><p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2814">ahduy</a> — Tue Sep 15, 2009 2:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Grendel]]></name></author>
		<updated>2009-09-14T20:53:27+02:00</updated>

		<published>2009-09-14T20:53:27+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3261&amp;p=10951#p10951</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3261&amp;p=10951#p10951"/>
		<title type="html"><![CDATA[Re: Beginner's Post]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3261&amp;p=10951#p10951"><![CDATA[
It's defined in asmcommon.inc:<br /><br /><div class="codebox"><p>Code: </p><pre><code>;----------------------------------------------------------------------------<br />; Processing of received packet (numbers in brackets are cycles after center of SE0)<br />;----------------------------------------------------------------------------<br />;This is the only non-error exit point for the software receiver loop<br />;we don't check any CRCs here because there is no time left.<br />se0:<br />    subi    cnt, USB_BUFSIZE    ;&#91;5&#93;<br />    ....</code></pre></div><p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=101">Grendel</a> — Mon Sep 14, 2009 8:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ahduy]]></name></author>
		<updated>2009-09-14T18:51:46+02:00</updated>

		<published>2009-09-14T18:51:46+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3261&amp;p=10947#p10947</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3261&amp;p=10947#p10947"/>
		<title type="html"><![CDATA[Beginner's Post]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3261&amp;p=10947#p10947"><![CDATA[
Please, help me...<br /><br />i am a beginner in c, assembly, and usb., everything i saw in this source code, it always make me want to cry at loud... <br /><br />i started study assembly part of usb driver:<br />when i look into assembly part of this usb driver, in this case &quot;usbdrvasm12.inc&quot;, in this piece:<br /><br />rxLoop:<br />    eor     x3, shift   ;1 [0] reconstruct: x3 is 0 at bit locations we changed, 1 at others<br />    in      x1, USBIN   ;1 [1] &lt;-- sample bit 0<br />    st      y+, x3      ;2 [3] store data<br />    ser     x3          ;1 [4]<br />    nop                 ;1 [5]<br />    eor     x2, x1      ;1 [6]<br />    bst     x2, USBMINUS;1 [7]<br />    bld     shift, 0    ;1 [8]<br />    in      x2, USBIN   ;1 [9] &lt;-- sample bit 1 (or possibly bit 0 stuffed)<br />    andi    x2, USBMASK ;1 [10]<br />    breq    <strong class="text-strong">se0</strong>         ;1 [11] SE0 check for bit 1<br /><br />source above branch to label &quot;se0&quot;.. where can i find those label ? <br /><br />pleeaaaseee... and thanks before<br /><br />sorry, my english bad <img class="smilies" src="./../../../images/smilies/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green" /><p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2814">ahduy</a> — Mon Sep 14, 2009 6:51 pm</p><hr />
]]></content>
	</entry>
	</feed>
