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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2009-08-10T17:43:40+02:00</updated>

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

		<entry>
		<author><name><![CDATA[jamesie]]></name></author>
		<updated>2009-08-10T17:43:40+02:00</updated>

		<published>2009-08-10T17:43:40+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3087&amp;p=10463#p10463</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3087&amp;p=10463#p10463"/>
		<title type="html"><![CDATA[Re: AVR Doper  ISP not working]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3087&amp;p=10463#p10463"><![CDATA[
<blockquote><div><cite>christian wrote:</cite>You did notice that there is a difference between the HCT125 and HCT126? The former has inverted enable pins while the latter has non-inverted ones.<br /><br />If you can't find the HCT126, you may try AVR-Doper with the USBasp hardware. This is a compile-time option. This hardware works without an external driver.</div></blockquote><br />I did take a look at the data sheets but I missed that somehow.<br /><br />Thank you, I will try to replace it as soon as possible and let you know how it worked out.<br /><br />Later edit: I can't just tweak it and turn it into USBasp because I etched it and it's just like that mini-AVR Doper PCB.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2625">jamesie</a> — Mon Aug 10, 2009 5:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2009-08-10T11:59:34+02:00</updated>

		<published>2009-08-10T11:59:34+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3087&amp;p=10456#p10456</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3087&amp;p=10456#p10456"/>
		<title type="html"><![CDATA[Re: AVR Doper  ISP not working]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3087&amp;p=10456#p10456"><![CDATA[
You did notice that there is a difference between the HCT125 and HCT126? The former has inverted enable pins while the latter has non-inverted ones.<br /><br />If you can't find the HCT126, you may try AVR-Doper with the USBasp hardware. This is a compile-time option. This hardware works without an external driver.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Mon Aug 10, 2009 11:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[jamesie]]></name></author>
		<updated>2009-08-07T03:45:55+02:00</updated>

		<published>2009-08-07T03:45:55+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3087&amp;p=10409#p10409</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3087&amp;p=10409#p10409"/>
		<title type="html"><![CDATA[AVR Doper  ISP not working]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3087&amp;p=10409#p10409"><![CDATA[
First off, I'd like to ask you to excuse me for complaining about issues I'm having with a derived AVR Doper.<br />I'd also like to say thanks, so :Thank you, Objective Development, for creating V-USB and making it available under the GPL as well.<br /><br />Moving on, I programmed the Atmega8-16PU (to put it on this slimmed down AVR Doper) with a parallel programmer (with the help of an additional board I will use later for the Avr Doper) and I could get Windows to detect the Lite AVR Doper (both HID and regular).<br /><br />However, I haven't found the 74HC126N and had to use a SNHCT125N instead.<br /><br />I tried to program an Atmega8-16PU with the slim AVR Doper and the LED lights up for a second and AVR Studio says :  Entering programming mode.. FAILED!<br />The programmer is set as STK500 (and AVR studio connects to it without problems). Avrdude doesn't work either (avrdude -c stk500v2 -P avrdoper -p atmega8 is what I used to check if it works in HID mode and it seems to be ok - same errors as the ones described in the V-USB readme).<br /><br />What I have checked so far (so that these settings/possible mistakes/things to check are excluded or corrected, if something is wrong):<br />- the Doper's AVR was flashed OK with Bascom AVR (the check said it was ok, no differences were found)<br />- the continuity of the ISP cable <br />- the ISP connectors are wired properly - 5x2 both on the AVR Doper and on the mini-board which holds the Atmega8 socket)<br />- the Doper isn't wired in a wrong way or anything - it is an etched PCB<br />- the to-be-programmed AVR is powered properly at 5V, AREF, VCC and AVCC ( should AREF not be fed with power? )<br />- the target AVR has a 12Mhz quartz with 22p capacitors wired to the ground (should it be left quartz-less? )<br />- the mini-board (the one used for programming the initial AVR via the parallel port) was also used here<br />- the AVR's signature came out as invalid in AVR studio<br />- Avrdude was also used to test regular mode and then used for HID mode as well<br />- the used OS is Win XP SP3, HID and regular worked ok (device detected and everything)<br />- all contacts were checked for short circuits and unwanted connections between them<br />- I tested the programmer with two different Atmega8 chips, one was brand new, one was used before, same thing<br />- none of the parts heat up, so there isn't a short circuit<br />- I swapped the SNHCT125N with another new SNHCT125N, nothing changed<br /><br />The setup: Slim AVR Doper - ISP cable - mini-board with a 28 pin socket which is something like this: GNDs are connected together; +5V goes to VCC (with a capacitor) and AREF, AVCC; SCK, MISO, MOSI, RESET are connected to the right pins on the socket.<br /><br />Any help would be appreciated as I've spent a lot of time making sure it wasn't some kind of soldering or wire related issue. I wouldn't have asked for help if I hadn't tried most things already. Maybe it's something obvious I've missed, being unable to see the forest because of the trees.<br /><br />Thanks in advance.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2625">jamesie</a> — Fri Aug 07, 2009 3:45 am</p><hr />
]]></content>
	</entry>
	</feed>
