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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2011-02-28T08:52:36+02:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2011-02-28T08:52:36+02:00</updated>

		<published>2011-02-28T08:52:36+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=5477&amp;p=17732#p17732</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=5477&amp;p=17732#p17732"/>
		<title type="html"><![CDATA[Re: [Help] Dual Implementation of VUSB in ATmega32]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=5477&amp;p=17732#p17732"><![CDATA[
<blockquote><div><cite>tecoholic wrote:</cite>What are the fuse values that I must set? Since its a new controller I am not sure how it will take the clock signal. <br /><br />If I connect a 16 Mhz crystal and doesn't alter anything for the fuse values in USBaspLoader, will operate?</div></blockquote><br /><br />fuse bits: <!-- m --><a class="postlink" href="http://frank.circleofcurrent.com/fusecalc/fusecalc.php?chip=atmega32&amp;LOW=FF&amp;HIGH=D8&amp;LOCKBIT=FF">http://frank.circleofcurrent.com/fuseca ... LOCKBIT=FF</a><!-- m --><br /><br />You need to recompile USBaspLoader with F_CPU set to 16000000<br /><br />You only need to change fuses when you between clock types (high speed crystal, low speed crystal, external, internal), not speed (unless you change between high and low speed crystals)<p>Statistics: Posted by Guest — Mon Feb 28, 2011 8:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tecoholic]]></name></author>
		<updated>2011-02-26T07:38:56+02:00</updated>

		<published>2011-02-26T07:38:56+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=5477&amp;p=17710#p17710</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=5477&amp;p=17710#p17710"/>
		<title type="html"><![CDATA[Re: [Help] Dual Implementation of VUSB in ATmega32]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=5477&amp;p=17710#p17710"><![CDATA[
What are the fuse values that I must set? Since its a new controller I am not sure how it will take the clock signal. <br /><br />If I connect a 16 Mhz crystal and doesn't alter anything for the fuse values in USBaspLoader, will operate?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=4957">tecoholic</a> — Sat Feb 26, 2011 7:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2011-02-26T04:02:24+02:00</updated>

		<published>2011-02-26T04:02:24+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=5477&amp;p=17708#p17708</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=5477&amp;p=17708#p17708"/>
		<title type="html"><![CDATA[Re: [Help] Dual Implementation of VUSB in ATmega32]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=5477&amp;p=17708#p17708"><![CDATA[
Your steps are mostly correct, but the bootloader requires a way of activating, make sure you configure the jumper correctly, make sure you edit both configuration header files before compiling the bootloader.<p>Statistics: Posted by Guest — Sat Feb 26, 2011 4:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tecoholic]]></name></author>
		<updated>2011-02-25T07:15:52+02:00</updated>

		<published>2011-02-25T07:15:52+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=5477&amp;p=17700#p17700</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=5477&amp;p=17700#p17700"/>
		<title type="html"><![CDATA[[Help] Dual Implementation of VUSB in ATmega32]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=5477&amp;p=17700#p17700"><![CDATA[
Hi,<br /><br />I am starting with a fresh ATmega32 micro-controller for my project. It is a sensor based project. In my project I will set a limit value through USB from the host and the AVR will return a value measured by the sensor whenever the limit value is exceeded, to the host system. Which implementation of VUSB should I choose?<br /><br />Also I want to include a boot loader to the device, so I am thinking of including USBaspLoader to my project. I am having a USBasp based programmer for first time programming.<br /><br />I went through the examples. All of them are showing implementation of any one use only. How can do both the boot loader and USB software?<br /><br />I think the sequence is:<br />1.Program the USBaspLoader boot loader through USBasp based programmer<br />2.Connect the device to host<br />3.Use AVRDUDE to load the application (as USBaspLoader emulates a USBasp)<br />4.Reset and let the AVR to run the application to communicate via USB<br /><br />I am not sure whether the sequence I have written is correct and will work as dual implementation. Kindly help me.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=4957">tecoholic</a> — Fri Feb 25, 2011 7:15 am</p><hr />
]]></content>
	</entry>
	</feed>
