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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2010-08-17T12:59:37+02:00</updated>

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

		<entry>
		<author><name><![CDATA[zeeekay]]></name></author>
		<updated>2010-08-17T12:59:37+02:00</updated>

		<published>2010-08-17T12:59:37+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4742&amp;p=15548#p15548</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4742&amp;p=15548#p15548"/>
		<title type="html"><![CDATA[Re: USB ASP bootloader not working]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4742&amp;p=15548#p15548"><![CDATA[
Hi.. Trying it today, I made bootloadHID work for me.... It is good.Thank you very much for your support<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=4144">zeeekay</a> — Tue Aug 17, 2010 12:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[zeeekay]]></name></author>
		<updated>2010-08-16T22:18:19+02:00</updated>

		<published>2010-08-16T22:18:19+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4742&amp;p=15542#p15542</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4742&amp;p=15542#p15542"/>
		<title type="html"><![CDATA[Re: USB ASP bootloader not working]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4742&amp;p=15542#p15542"><![CDATA[
Thanks again.. My fuse bits were same except of JTAG. so I enabled it (0).. Now  making it clean: I have <br />D- at PD4<br />D+ at PD2<br />jumper to gnd at PD7<br /><br />external crystal: 12 MHz<br />I m downloading program through ISP prog (lpt programmer).<br /><br />I again started with fresh copy and build hex, to burn.. but still it is unrecognized device.. Its late night now.. so will again start it in morning... Thanks<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=4144">zeeekay</a> — Mon Aug 16, 2010 10:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[frank26080115]]></name></author>
		<updated>2010-08-16T20:25:52+02:00</updated>

		<published>2010-08-16T20:25:52+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4742&amp;p=15541#p15541</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4742&amp;p=15541#p15541"/>
		<title type="html"><![CDATA[Re: USB ASP bootloader not working]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4742&amp;p=15541#p15541"><![CDATA[
These are the settings I would use<br /><!-- m --><a class="postlink" href="http://frank.circleofcurrent.com/fusecalc/fusecalc.php?chip=atmega162&amp;LOW=FF&amp;HIGH=98&amp;EXTENDED=FF&amp;LOCKBIT=FF">http://frank.circleofcurrent.com/fuseca ... LOCKBIT=FF</a><!-- m --><br /><br />So you are indeed using PD7 as the jumper? That pin must be an input and held low for the bootloader to activate.<br />Make sure you are compiling for the right chip, and make sure the address of the bootloader is set correctly in the makefile, for the atmega162 this should be 0x3800 (I think)<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2426">frank26080115</a> — Mon Aug 16, 2010 8:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[zeeekay]]></name></author>
		<updated>2010-08-16T18:50:01+02:00</updated>

		<published>2010-08-16T18:50:01+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4742&amp;p=15540#p15540</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4742&amp;p=15540#p15540"/>
		<title type="html"><![CDATA[Re: USB ASP bootloader not working]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4742&amp;p=15540#p15540"><![CDATA[
hi .. Thanks for reply, Finally I have gotten my board working on hid-mouse.. Now I am sure that hardware is not the problem.. <br />I did not configure the jumper bit.. It is set as default to be pin 7 of PORTD. ..  Do I need to set some fuse bits other than CKSEL and clcdiv8 (hey are set for external cystal).. for bootloader.. I m still getting &quot;not recognized&quot; error for usbasp.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=4144">zeeekay</a> — Mon Aug 16, 2010 6:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[frank26080115]]></name></author>
		<updated>2010-08-16T18:21:37+02:00</updated>

		<published>2010-08-16T18:21:37+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4742&amp;p=15538#p15538</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4742&amp;p=15538#p15538"/>
		<title type="html"><![CDATA[Re: USB ASP bootloader not working]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4742&amp;p=15538#p15538"><![CDATA[
did you reconfigure the bootloaderCondition() ? you didn't mention it in your post<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2426">frank26080115</a> — Mon Aug 16, 2010 6:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2010-08-16T07:39:51+02:00</updated>

		<published>2010-08-16T07:39:51+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4742&amp;p=15531#p15531</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4742&amp;p=15531#p15531"/>
		<title type="html"><![CDATA[USB ASP bootloader not working]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4742&amp;p=15531#p15531"><![CDATA[
hi.. <br />I have started VUSB just last week. In the hardware consideration of VUSB wiki documents, I found that they recommend metaboard for experiments.. so I made one for me.. On metalab web, they suggest USBASP bootloader.. I have AMEGA162 16PU.. so I modified make file and bootloaderconfig.h for it to run at 12 Mhz crystal and downloaded hex file in MCU...  Now I have been constantly debugging for last two days, but I receive message USB device not recognized..  I m getting 3.47V at D- and nothing at D+... fuse bits are all  set for external crystal.. i.e cksel are all one. ckdiv8 is also 1.. Bootrst ,bootsz0 and bootszi are enabled (0)... libusb and filter are installed..  I have time and again checked the connections.. Please help..<p>Statistics: Posted by Guest — Mon Aug 16, 2010 7:39 am</p><hr />
]]></content>
	</entry>
	</feed>
