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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2008-12-28T13:20:01+02:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2008-12-28T13:20:01+02:00</updated>

		<published>2008-12-28T13:20:01+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=2042&amp;p=7285#p7285</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=2042&amp;p=7285#p7285"/>
		<title type="html"><![CDATA[AVR-DOPER need help]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=2042&amp;p=7285#p7285"><![CDATA[
The problem is solved <img class="smilies" src="./../../../images/smilies/icon_wink.gif" alt=";-)" title="Wink" /><br /><br />The ATMEGA8 in the target-board was defect.<br /><br />With an new AVR it works perferctly.<br /><br />Sorry for the thread.<p>Statistics: Posted by Guest — Sun Dec 28, 2008 1:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2008-12-27T17:57:17+02:00</updated>

		<published>2008-12-27T17:57:17+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=2042&amp;p=7280#p7280</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=2042&amp;p=7280#p7280"/>
		<title type="html"><![CDATA[AVR-DOPER need help]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=2042&amp;p=7280#p7280"><![CDATA[
Hello Forum!<br /><br />I build the Doper wo the HV-Part from rototron.<br /><br />In XP the HID will be recognized but when i try to programm my destination-avr avrdude throws an error:<br /><br /><div class="codebox"><p>Code: </p><pre><code>&gt; &quot;make.exe&quot; program<br /><br />Compiling C: toggle.c<br />avr-gcc -c -mmcu=atmega8 -I. -gdwarf-2 -DF_CPU=3686400UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wundef -Wa,-adhlns=obj/toggle.lst  -std=gnu99 -Wundef -MD -MP -MF .dep/toggle.o.d toggle.c -o obj/toggle.o <br /><br />Linking: toggle.elf<br />avr-gcc -mmcu=atmega8 -I. -gdwarf-2 -DF_CPU=3686400UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wundef -Wa,-adhlns=obj/toggle.o  -std=gnu99 -Wundef -MD -MP -MF .dep/toggle.elf.d obj/toggle.o --output toggle.elf -Wl,-Map=toggle.map,--cref    -lm<br /><br />Creating load file for Flash: toggle.hex<br />avr-objcopy -O ihex -R .eeprom toggle.elf toggle.hex<br /><br />Creating load file for EEPROM: toggle.eep<br />avr-objcopy -j .eeprom --set-section-flags=.eeprom=&quot;alloc,load&quot; \<br />   --change-section-lma .eeprom=0 -O ihex toggle.elf toggle.eep<br />h:\Portable\WinAVR-20080610\bin\avr-objcopy.exe: --change-section-lma .eeprom=0x00000000 never used<br />avrdude -p atmega8 -P avrdoper -c stk500v2 -F  -v -v -v  -U flash:w:toggle.hex <br /><br />avrdude: Version 5.5, compiled on Jun  9 2008 at 14:32:04<br />         Copyright &#40;c&#41; 2000-2005 Brian Dean, http://www.bdmicro.com/<br /><br />         System wide configuration file is &quot;H:\Portable\WinAVR-20080610\bin\avrdude.conf&quot;<br /><br />         Using Port            : avrdoper<br />         Using Programmer      : stk500v2<br />avrdude: stk500v2_getsync&#40;&#41;: found STK500 programmer<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 />                                  Block Poll               Page                       Polled<br />           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack<br />           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------<br />           flash         33    10    64    0 yes      8192   64    128  4500  4500 0xff 0x00<br />                                  Block Poll               Page                       Polled<br />           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack<br />           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------<br />           lfuse          0     0     0    0 no          1    0      0  2000  2000 0x00 0x00<br />                                  Block Poll               Page                       Polled<br />           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack<br />           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------<br />           hfuse          0     0     0    0 no          1    0      0  2000  2000 0x00 0x00<br />                                  Block Poll               Page                       Polled<br />           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack<br />           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------<br />           lock           0     0     0    0 no          1    0      0  2000  2000 0x00 0x00<br />                                  Block Poll               Page                       Polled<br />           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack<br />           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------<br />           calibration    0     0     0    0 no          4    0      0     0     0 0x00 0x00<br />                                  Block Poll               Page                       Polled<br />           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack<br />           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------<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         : 5.1 V<br />         Varef           : 0.0 V<br />         Oscillator      : 1.229 MHz<br />         SCK period      : 2.2 us<br /><br />avrdude: stk500v2_command&#40;&#41;: command failed<br />avrdude: initialization failed, rc=-1<br />avrdude: AVR device initialized and ready to accept instructions<br /><br />Reading | ################################################## | 100% 0.05s<br /><br />avrdude: Device signature = 0x000000<br />avrdude: Yikes!  Invalid device signature.<br />avrdude: Expected signature for ATMEGA8 is 1E 93 07<br />avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed<br />         To disable this feature, specify the -D option.<br />avrdude: erasing chip<br />avrdude: stk500v2_command&#40;&#41;: command failed<br />avrdude: reading input file &quot;toggle.hex&quot;<br />avrdude: input file toggle.hex auto detected as Intel Hex<br />avrdude: writing flash &#40;108 bytes&#41;:<br /><br />Writing | avrdude: stk500v2_command&#40;&#41;: unknown status 0x80<br />avrdude: stk500v2_paged_write: write command failed<br />################################################## | 100% 0.08s<br /><br />avrdude: failed to write flash memory, rc=-1<br /><br />avrdude done.  Thank you.<br /><br />make.exe: *** &#91;program&#93; Error 1<br /><br />&gt; Process Exit Code: 2<br />&gt; Time Taken: 00:02<br /></code></pre></div><br /><br />The zener diode are 500mW-Types from reichelt.<br /><br />Can you help me?<br /><br />THX<br />Stefan<p>Statistics: Posted by Guest — Sat Dec 27, 2008 5:57 pm</p><hr />
]]></content>
	</entry>
	</feed>
