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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2014-01-06T12:44:42+02:00</updated>

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

		<entry>
		<author><name><![CDATA[matrixstorm]]></name></author>
		<updated>2014-01-06T12:44:42+02:00</updated>

		<published>2014-01-06T12:44:42+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8471&amp;p=26408#p26408</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8471&amp;p=26408#p26408"/>
		<title type="html"><![CDATA[Re: ATMEGA32 minimum system board MCU AVR Development Board ]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8471&amp;p=26408#p26408"><![CDATA[
Hi everybody.<br /><br />I do not know how good google-translate will work.<br />But at least for all Germans speaking people: There is a very rich thread about the ATmega32 Minimum System Board in the German Mikrocontroller forum, see here: <!-- m --><a class="postlink" href="http://www.mikrocontroller.net/topic/288940#new">http://www.mikrocontroller.net/topic/288940#new</a><!-- m --><br /><br />There you also can find working and precompiles example firmwares for the different version of the board, in order to get the USB up and running.<br /><br />BR<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=7385">matrixstorm</a> — Mon Jan 06, 2014 12:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2013-06-13T22:07:22+02:00</updated>

		<published>2013-06-13T22:07:22+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25442#p25442</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25442#p25442"/>
		<title type="html"><![CDATA[Re: ATMEGA32 minimum system board MCU AVR Development Board ]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25442#p25442"><![CDATA[
Many thanks to vouvoume!<br />The Board is running now!<br /><br />It seems to be an error in the Schematic:<br /><!-- m --><a class="postlink" href="http://lifewillbeshine.com/efu/atmega32board//minimum32">http://lifewillbeshine.com/efu/atmega32board//minimum32</a><!-- m --> pcb_v1.2.pdf<br /><br />USB D-MINUS is connected to PD7 and not PD0 (like shown in the Schematic)!<br /><br />Again many thanks to vouvoume!<p>Statistics: Posted by Guest — Thu Jun 13, 2013 10:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2013-06-10T03:43:22+02:00</updated>

		<published>2013-06-10T03:43:22+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25397#p25397</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25397#p25397"/>
		<title type="html"><![CDATA[Re: ATMEGA32 minimum system board MCU AVR Development Board ]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25397#p25397"><![CDATA[
Yes, that is issue 7: <!-- m --><a class="postlink" href="https://github.com/baerwolf/USBaspLoader/issues/7">https://github.com/baerwolf/USBaspLoader/issues/7</a><!-- m --><br /><br />Long story short: You should use a recent toolchain - the old ones are buggy.<br /><br />Best regards<p>Statistics: Posted by Guest — Mon Jun 10, 2013 3:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[xiangrui]]></name></author>
		<updated>2013-06-10T02:15:36+02:00</updated>

		<published>2013-06-10T02:15:36+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25396#p25396</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25396#p25396"/>
		<title type="html"><![CDATA[Re: ATMEGA32 minimum system board MCU AVR Development Board]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25396#p25396"><![CDATA[
<blockquote><div><cite>vouvoume wrote:</cite>Is there even some bootloader installed?<br /><br />Maybe you first backup the contents of the MCUs flash and then try to install some different bootloader.<br /><br />For example USBaspLoader (<!-- m --><a class="postlink" href="https://github.com/baerwolf/USBaspLoader">https://github.com/baerwolf/USBaspLoader</a><!-- m -->) works with avrdude (therefore Arduino, too).<br />So with USBaspLoader you can eliminate the need for some extra software. The driver needed for USBaspLoader under Windows is the same as the driver for USBasp itself (surprise!). You can downloat this driver at: <!-- m --><a class="postlink" href="http://www.fischl.de/usbasp/">http://www.fischl.de/usbasp/</a><!-- m --><br /><br />Best regards</div></blockquote><br /><br />This sounds a good choice. But when I tried to compile it with 12M Hz, I got the following error:<br />main.c: In function 'leaveBootloader': <br />main.c:250: warning: 'noreturn' function does return <br />main.c: At top level: <br />usbdrv/usbdrv.h:223: warning: 'usbFunctionDescriptor' used but never defined <br />c:/winavr-20100110/bin/../lib/gcc/avr/4.3.3/../../../../avr/bin/ld.exe: address 0x200e of main.bin section .text is not within region text <br />c:/winavr-20100110/bin/../lib/gcc/avr/4.3.3/../../../../avr/bin/ld.exe: address 0x200e of main.bin section .text is not within region text <br />make[1]: *** [main.bin] Error 1 <br />make[1]: Leaving directory `D:/vusb-20100715/examples/usBaspLoader/firmware' <br />make: *** [do_firmware] Error 2 <br /><br />Without changing the default 16M Hz, the FIRMWARE can be complied with the above warning, but no error. Any idea? Thanks.<br /><br />-Xiangrui<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=6201">xiangrui</a> — Mon Jun 10, 2013 2:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2013-06-07T14:36:41+02:00</updated>

		<published>2013-06-07T14:36:41+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25384#p25384</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25384#p25384"/>
		<title type="html"><![CDATA[Re: ATMEGA32 minimum system board MCU AVR Development Board ]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25384#p25384"><![CDATA[
Hi rewe1966<br /><br />You could desolder the IC and then prepare it with &quot;Atmega Fusebit Doctor&quot; (<!-- m --><a class="postlink" href="http://mdiy.pl/atmega-fusebit-doctor-hvpp/?lang=en">http://mdiy.pl/atmega-fusebit-doctor-hvpp/?lang=en</a><!-- m -->) to cure the fuses.<br />Plese do not throw it away, most likely you can revive it...<br /><br />Maybe you try out the V-USB skeleton of my DIY studentboard (<!-- m --><a class="postlink" href="http://matrixstorm.com/avr/tinyusbboard/#examples">http://matrixstorm.com/avr/tinyusbboard/#examples</a><!-- m -->).<br />If you want we can make a swap - I send you one of these puppies customly sokdered and you send me your broken board? <br /><br />My e-mail address is <!-- e --><a href="mailto:matrixstorm@gmx.de">matrixstorm@gmx.de</a><!-- e --><br /><br />Best regards<p>Statistics: Posted by Guest — Fri Jun 07, 2013 2:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2013-06-07T10:31:01+02:00</updated>

		<published>2013-06-07T10:31:01+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25381#p25381</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25381#p25381"/>
		<title type="html"><![CDATA[Re: ATMEGA32 minimum system board MCU AVR Development Board ]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25381#p25381"><![CDATA[
@Vouvome: Hätte ja sein können...egal...Mail doch mal an <!-- e --><a href="mailto:rewell@gmx.de">rewell@gmx.de</a><!-- e -->...über Hilfe wäre ich sehr dankbar...könnte dir auch ein Board zum Testen schicken (ich habe 3 aktuell, eins ist aber hin, FuseBits verdreht <img class="smilies" src="./../../../images/smilies/icon_smile.gif" alt=":-)" title="Smile" />)<br /><br />Now in English:<br />Do you know that board? It's still not working...I spend a lot of time and currently I think I give up...<br />thx Reinhold<p>Statistics: Posted by Guest — Fri Jun 07, 2013 10:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2013-06-07T09:37:58+02:00</updated>

		<published>2013-06-07T09:37:58+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25379#p25379</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25379#p25379"/>
		<title type="html"><![CDATA[Re: ATMEGA32 minimum system board MCU AVR Development Board ]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25379#p25379"><![CDATA[
Ne, dann nicht. Mit Wincor hatte ich noch nicht so viel zu tun.<br /><br />MfG vouvoume<p>Statistics: Posted by Guest — Fri Jun 07, 2013 9:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2013-06-06T21:22:59+02:00</updated>

		<published>2013-06-06T21:22:59+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25378#p25378</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25378#p25378"/>
		<title type="html"><![CDATA[Re: ATMEGA32 minimum system board MCU AVR Development Board ]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25378#p25378"><![CDATA[
Gute Frage: Illmenau? WN Flaschen-Rücknahmeautomaten?<p>Statistics: Posted by Guest — Thu Jun 06, 2013 9:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2013-06-06T21:04:35+02:00</updated>

		<published>2013-06-06T21:04:35+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25377#p25377</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25377#p25377"/>
		<title type="html"><![CDATA[Re: ATMEGA32 minimum system board MCU AVR Development Board ]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25377#p25377"><![CDATA[
Hehe, Germany, too. <img class="smilies" src="./../../../images/smilies/icon_smile.gif" alt=":-)" title="Smile" /><br /><br />(Hallo rewe1966, kennt man sich vielleicht irgendwoher? Ich komme aus Ilmenau/Thueringen.)<br /><br />Best regards<p>Statistics: Posted by Guest — Thu Jun 06, 2013 9:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2013-06-06T20:38:00+02:00</updated>

		<published>2013-06-06T20:38:00+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25376#p25376</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25376#p25376"/>
		<title type="html"><![CDATA[Re: ATMEGA32 minimum system board MCU AVR Development Board ]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8471&amp;p=25376#p25376"><![CDATA[
Hello Bob,<br />I use lfuse 0xCF   hfuse: 0x9A<br />But I made several tries..not success<br /><br />It's always the same error:<br />The Device is shown with Vendor ID 0 and Product ID also 0.<br />I can't install the driver with the LibUsb inf-wizard.exe.<br /><br />Are you interested or does it make sense if I eMail you my Test Directory?<br />My EMail is <!-- e --><a href="mailto:rewell@gmx.de">rewell@gmx.de</a><!-- e --><br />Thanks for your help<br />Reinhold<br /><br />PS: Where are you from? I come from Germany<p>Statistics: Posted by Guest — Thu Jun 06, 2013 8:38 pm</p><hr />
]]></content>
	</entry>
	</feed>
