<?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/1340" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2008-04-04T19:13:20+02:00</updated>

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

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2008-04-04T19:13:20+02:00</updated>

		<published>2008-04-04T19:13:20+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1340&amp;p=4907#p4907</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1340&amp;p=4907#p4907"/>
		<title type="html"><![CDATA[Problems with AVRdoper]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1340&amp;p=4907#p4907"><![CDATA[
You can try which is faster: HID or CDC mode. And you can increase the ISP clock with the -B option to avrdude.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Fri Apr 04, 2008 7:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[hohes_c]]></name></author>
		<updated>2008-04-04T08:45:04+02:00</updated>

		<published>2008-04-04T08:45:04+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1340&amp;p=4897#p4897</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1340&amp;p=4897#p4897"/>
		<title type="html"><![CDATA[Problems with AVRdoper]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1340&amp;p=4897#p4897"><![CDATA[
So I cannot do anything until the next release? Or are there some tricks to speed up?<br />kind regards<br />Lucas<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=975">hohes_c</a> — Fri Apr 04, 2008 8:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2008-04-03T11:50:21+02:00</updated>

		<published>2008-04-03T11:50:21+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1340&amp;p=4887#p4887</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1340&amp;p=4887#p4887"/>
		<title type="html"><![CDATA[Problems with AVRdoper]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1340&amp;p=4887#p4887"><![CDATA[
Since AVR-Doper is intended as a drop in replacement for the STK500 version 2, simply use the STK's docs.<br /><br />35 seconds for 5k is really slow. Since AVR-USB is firmware driven, USB activity costs CPU time. If the host polls aggressively, the AVR may almost freeze. We can work around this problem in HID mode (not yet done), but there's no way around it in CDC mode.<br /><br />I hope to include an improved HID mode in the next release.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Thu Apr 03, 2008 11:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2008-04-03T01:44:47+02:00</updated>

		<published>2008-04-03T01:44:47+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1340&amp;p=4886#p4886</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1340&amp;p=4886#p4886"/>
		<title type="html"><![CDATA[Problems with AVRdoper]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1340&amp;p=4886#p4886"><![CDATA[
Thanks a bunch, the Error was on the PCB with the MISO line!<br /><br />To use HV prog i didn't know howto, i couldn't find any documentation for it?! Where are these infos to find?<br /><br /><div class="codebox"><p>Code: </p><pre><code>avrdude: writing flash &#40;5466 bytes&#41;:<br />Writing | #####....##### | 100% 35.80s</code></pre></div><br /><br />Is that low speed normal?<br /><br /><div class="codebox"><p>Code: </p><pre><code>avrdude: Version 5.5, compiled on Jan 31 2008 at 02:14:05<br />  Using Port            : avrdoper<br />  Using Programmer      : stk500v2</code></pre></div><br /><br />kind regards<br />Lucas<p>Statistics: Posted by Guest — Thu Apr 03, 2008 1:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2008-04-02T22:17:32+02:00</updated>

		<published>2008-04-02T22:17:32+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1340&amp;p=4885#p4885</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1340&amp;p=4885#p4885"/>
		<title type="html"><![CDATA[Problems with AVRdoper]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1340&amp;p=4885#p4885"><![CDATA[
Hmmm... The error indicates a problem on the MISO/MOSI/SCK interface. USB is working correctly. Please check the wiring and components around the HC126 and at the connector.<br /><br />Did you specify &quot;-c stk500hvsp&quot; for the high voltage mode in avrdude? Otherwise it won't use HV.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Wed Apr 02, 2008 10:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[hohes_c]]></name></author>
		<updated>2008-04-02T17:07:56+02:00</updated>

		<published>2008-04-02T17:07:56+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1340&amp;p=4879#p4879</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1340&amp;p=4879#p4879"/>
		<title type="html"><![CDATA[Problems with AVRdoper]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1340&amp;p=4879#p4879"><![CDATA[
Hi,<br />i created the PCB and build the avrdoper. It is correctly recognised on my computer (HID and the other mode)<br />I wanted to use the HID mode.<br /><div class="codebox"><p>Code: </p><pre><code>usb 2-10: USB disconnect, address 4<br />usb 2-10: new low speed USB device using ohci_hcd and address 5<br />usb 2-10: configuration #1 chosen from 1 choice<br />hiddev0hidraw1: USB HID v1.01 Device &#91;obdev.at AVR-Doper&#93; on usb-0000:00:02.0-10</code></pre></div><br /><br />The i tried this an get an error:<br /><br /><div class="codebox"><p>Code: </p><pre><code>avrdude -c stk500v2 -P avrdoper -p t25 <br /><br />avrdude: stk500v2_command&#40;&#41;: command failed<br />avrdude: initialization failed, rc=-1<br />         Double check connections and try again, or use -F to override<br />         this check.<br /><br /><br />avrdude done.  Thank you.</code></pre></div><br /><br />I have tried a known to work circuit with mage8 over ISP and a &quot;Fusedead&quot; Tiny25 over the HV Connector (its an SMD) does no matter, the error is the same.<br /><br />Whats going wrong?<br />I'm using a MC74HC126AN for IC2. The 12V power is round about 12.1V (measured with Scope)<br /><br />kind regards<br />Lucas<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=975">hohes_c</a> — Wed Apr 02, 2008 5:07 pm</p><hr />
]]></content>
	</entry>
	</feed>
