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

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

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

		<entry>
		<author><name><![CDATA[megaboy]]></name></author>
		<updated>2008-08-17T21:10:43+02:00</updated>

		<published>2008-08-17T21:10:43+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=498&amp;p=6022#p6022</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=498&amp;p=6022#p6022"/>
		<title type="html"><![CDATA[sorry for late]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=498&amp;p=6022#p6022"><![CDATA[
hello christian , i have two good news<br />1st the CDC driver for windows Vista is ready by Osamu Tamora and it's working 100% , i'd tested it on TOSHIBA Sattellite.<br />2nd i'd finished my new design on AVR Doper and i reduced it to half original size (skipped all HVSP component ) and i called it AVR minidoper . i'll try to put it in my homepage asap and i'll send u the premilary pics to tell me ur opinion and suggestions.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1050">megaboy</a> — Sun Aug 17, 2008 9:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2008-04-29T10:42:57+02:00</updated>

		<published>2008-04-29T10:42:57+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=498&amp;p=5192#p5192</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=498&amp;p=5192#p5192"/>
		<title type="html"><![CDATA[AVR-Doper [Rototron] programming problem]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=498&amp;p=5192#p5192"><![CDATA[
USBasp is not compatible to any version of the STK500. It can therefore only be used with avrdude.<br /><br />However, the USBasp hardware can run the latest version of the AVR-Doper firmware. With this firmware, it has most features of AVR-Doper and is thus compatible to the STK500v2.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Tue Apr 29, 2008 10:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[megaboy]]></name></author>
		<updated>2008-04-29T05:39:47+02:00</updated>

		<published>2008-04-29T05:39:47+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=498&amp;p=5191#p5191</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=498&amp;p=5191#p5191"/>
		<title type="html"><![CDATA[SOLVED..]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=498&amp;p=5191#p5191"><![CDATA[
thanks very much for helping me.<br />i recompiled it and it's working 100%.<br />another little question,can i use usbasp programmer as stk500? like avrdoper or it's only working on avrdude?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1050">megaboy</a> — Tue Apr 29, 2008 5:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2008-04-27T16:36:43+02:00</updated>

		<published>2008-04-27T16:36:43+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=498&amp;p=5186#p5186</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=498&amp;p=5186#p5186"/>
		<title type="html"><![CDATA[AVR-Doper [Rototron] programming problem]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=498&amp;p=5186#p5186"><![CDATA[
Sorry about the LED, this is a bug with an #ifdef: The pin is configured as input and if on, the pull-up is enabled, providing a bit of current to the LED.<br /><br />You can fix the problem by adding<br /><div class="codebox"><p>Code: </p><pre><code>    UTIL_PBIT_SET&#40;ddr, HWPIN_LED&#41;;</code></pre></div><br />in line 573 of file main.c (directly above UTIL_PBIT_CLR(port, HWPIN_LED); ).<br /><br />I'll release a fix ASAP.<br /><br />The CDC driver problem on Vista is not solved yet, as far as I know. Vista recognizes the device and it is listed, but it does not work. Any input on this topic is very welcome!<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Sun Apr 27, 2008 4:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2008-04-27T15:38:23+02:00</updated>

		<published>2008-04-27T15:38:23+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=498&amp;p=5185#p5185</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=498&amp;p=5185#p5185"/>
		<title type="html"><![CDATA[smal problem]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=498&amp;p=5185#p5185"><![CDATA[
when i'd download the new firmware the program led is lighting very low<br />i think that because that is blinking in high frequency, i'll try to reduce it's R5 resistor.<br />about the new firmware, does it works on windows vista with both modes?<br />because i tried the earlier version and avr studio could not locate the port and avrdoper didn't work with libusb32.<p>Statistics: Posted by Guest — Sun Apr 27, 2008 3:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2008-04-27T12:35:39+02:00</updated>

		<published>2008-04-27T12:35:39+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=498&amp;p=5184#p5184</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=498&amp;p=5184#p5184"/>
		<title type="html"><![CDATA[AVR-Doper [Rototron] programming problem]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=498&amp;p=5184#p5184"><![CDATA[
CDC mode speed can be limited due to aggressive polling by the host. The new version posted yesterday may bring an improvement here. Also, if you have a CPU clock of more than 1 MHz, you can try to pass -B1.1 to avrdude for a higher ISP clock. The -B option is stored in AVR-Doper until you override it or until the next reset.<br /><br />When you build your own hardware, please have a look at <!-- m --><a class="postlink" href="http://www.obdev.at/goto.php?t=metaboard-prog">http://www.obdev.at/goto.php?t=metaboard-prog</a><!-- m --><br /><br />This hardware can run USBasp and the latest version of the AVR-Doper firmware with ISP only.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Sun Apr 27, 2008 12:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2008-04-27T12:18:31+02:00</updated>

		<published>2008-04-27T12:18:31+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=498&amp;p=5183#p5183</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=498&amp;p=5183#p5183"/>
		<title type="html"><![CDATA[thank u very much]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=498&amp;p=5183#p5183"><![CDATA[
thank u very much, the problem was that i vorget to put an external crystal, now it's 100% working in both CDC &amp; HID modes<br />in CDC it's take 35 sec to read flash memory on atmega8 ,is that normal?<br />in HID mode it's fast.<br />here what i get in HID mode on avr doper after working:<br /><br />avrdude -c stk500v2 -P avrdoper -p atmega8 -U flash:w:test2.hex:i -v -v<br /><br />avrdude.EXE: Version 5.4, compiled on Jun 24 2007 at 16:55:32<br />             Copyright (c) 2000-2005 Brian Dean, <!-- m --><a class="postlink" href="http://www.bdmicro.com/">http://www.bdmicro.com/</a><!-- m --><br /><br />             System wide configuration file is &quot;C:\WinAVR-20070525\bin\avrdude.conf&quot;<br /><br />             Using Port            : avrdoper<br />             Using Programmer      : stk500v2<br />             AVR Part              : ATMEGA8<br />             Chip Erase delay      : 10000 us<br />             PAGEL                 : PD7<br />             BS2                   : PC2<br />             RESET disposition     : dedicated<br />             RETRY pulse           : SCK<br />             serial program mode   : yes<br />             parallel program mode : yes<br />             Timeout               : 200<br />             StabDelay             : 100<br />             CmdexeDelay           : 25<br />             SyncLoops             : 32<br />             ByteDelay             : 0<br />             PollIndex             : 3<br />             PollValue             : 0x53<br />             Memory Detail         :<br /><br />                                      Block Poll               Page                       Polled<br />               Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack<br />               ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------<br />               eeprom         4    20   128    0 no        512    0      0  9000  9000 0xff 0xff<br />               flash         33    10    64    0 yes      8192   64    128  4500  4500 0xff 0x00<br />               lfuse          0     0     0    0 no          1    0      0  2000  2000 0x00 0x00<br />               hfuse          0     0     0    0 no          1    0      0  2000  2000 0x00 0x00<br />               lock           0     0     0    0 no          1    0      0  2000  2000 0x00 0x00<br />               calibration    0     0     0    0 no          4    0      0     0     0 0x00 0x00<br />               signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00<br /><br />             Programmer Type : STK500V2<br />             Description     : Atmel STK500 Version 2.x firmware<br />             Programmer Model: STK500<br />             Hardware Version: 1<br />             Firmware Version: 2.04<br />             Topcard         : STK501<br />             Vtarget         : 4.7 V<br />             Varef           : 0.0 V<br />             Oscillator      : 1.229 MHz<br />             SCK period      : 2.2 us<br /><br />avrdude.EXE: AVR device initialized and ready to accept instructions<br /><br />Reading | ################################################## | 100% 0.05s<br /><br />avrdude.EXE: Device signature = 0x1e9307<br />avrdude.EXE: NOTE: FLASH memory has been specified, an erase cycle will be performed<br />             To disable this feature, specify the -D option.<br />avrdude.EXE: erasing chip<br />avrdude.EXE: reading input file &quot;test2.hex&quot;<br />avrdude.EXE: writing flash (460 bytes):<br /><br />Writing | ################################################## | 100% 0.63s<br /><br />avrdude.EXE: 460 bytes of flash written<br />avrdude.EXE: verifying flash memory against test2.hex:<br />avrdude.EXE: load data flash data from input file test2.hex:<br />avrdude.EXE: input file test2.hex contains 460 bytes<br />avrdude.EXE: reading on-chip flash data:<br /><br />Reading | ################################################## | 100% 0.45s<br /><br />avrdude.EXE: verifying ...<br />avrdude.EXE: 460 bytes of flash verified<br /><br />avrdude.EXE done.  Thank you. <img class="smilies" src="./../../../images/smilies/icon_wink.gif" alt=":wink:" title="Wink" /> <br /><br />now i'm redisigning it in extra small size (all smd) and without hvsp ,can i put it on this site?<br />thanks alot.<p>Statistics: Posted by Guest — Sun Apr 27, 2008 12:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2008-04-27T10:49:19+02:00</updated>

		<published>2008-04-27T10:49:19+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=498&amp;p=5182#p5182</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=498&amp;p=5182#p5182"/>
		<title type="html"><![CDATA[AVR-Doper [Rototron] programming problem]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=498&amp;p=5182#p5182"><![CDATA[
Please try to add a couple of -v options to the command line of avrdude. It should print more information about data sent and received.<br /><br />Have you verified that the AVR you are programming is clocked with at least 1 MHz?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Sun Apr 27, 2008 10:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2008-04-27T01:50:26+02:00</updated>

		<published>2008-04-27T01:50:26+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=498&amp;p=5180#p5180</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=498&amp;p=5180#p5180"/>
		<title type="html"><![CDATA[help]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=498&amp;p=5180#p5180"><![CDATA[
hi there ,i have the same problem here<br />i build the same layout that is in the avrdoper folder ,i't connects to usb succesfully and  when i select the programmer in avr studio (in cdc mode)<br />it's open but can't enter programming mode,also the led is blinking<br />i tried it on avrdude (in HID mode) the led is blinking but it 's failed either<br />here is what i get in avrdude:<br /><br />(bin) 26 % avrdude -c stk500v2 -P avrdoper -p atmega8 -U flash:w:test2.hex:i<br /><br />avrdude.EXE: stk500v2_command(): command failed<br />avrdude.EXE: initialization failed, rc=-1<br />             Double check connections and try again, or use -F to override<br />             this check.<br /><br /><br />avrdude.EXE done.  Thank you.<br /><br />i checked the voltage levels on the 74hc126 and the vcc was 4.8v if i use the usb supply and it's 5.1 when it's from external supply,i also checked the treset by connecting it to led's kathode and it's blinking the same as the programmer led.<br />so would u please help if u have any idea ,i build three copy's of the circuit's and tried many firmwares but it's same. <img class="smilies" src="./../../../images/smilies/icon_cry.gif" alt=":cry:" title="Crying or Very sad" /><p>Statistics: Posted by Guest — Sun Apr 27, 2008 1:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cordless89]]></name></author>
		<updated>2007-06-24T00:40:38+02:00</updated>

		<published>2007-06-24T00:40:38+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=498&amp;p=1559#p1559</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=498&amp;p=1559#p1559"/>
		<title type="html"><![CDATA[AVR-Doper [Rototron] programming problem]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=498&amp;p=1559#p1559"><![CDATA[
I have the Robotron working fine with XP.  I'll try and assist if you need anything.  Just let me know.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=143">cordless89</a> — Sun Jun 24, 2007 12:40 am</p><hr />
]]></content>
	</entry>
	</feed>
