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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2008-10-07T10:47:29+02:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2008-10-07T10:47:29+02:00</updated>

		<published>2008-10-07T10:47:29+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1339&amp;p=6370#p6370</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1339&amp;p=6370#p6370"/>
		<title type="html"><![CDATA[where's stk500protocol.c]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1339&amp;p=6370#p6370"><![CDATA[
<blockquote><div><cite>christian wrote:</cite>That's indeed hard to find: in stk500protocol.c there's<br /><div class="codebox"><p>Code: </p><pre><code>stkParam_t      stkParam = &#123;&#123;<br />                    0, 0, 0, 0, 0, 0, 0, 0,<br />                    0, 0, 0, 0, 0, 0, 0, 0,<br />                    1, 2, 4, 0, 50, 0, 1, 0x80,<br />                    2, 0, 0xaa, 0, 0, 0, 0, 0,<br />                &#125;&#125;;<br /></code></pre></div><br /><br />The type is defined as<br /><br /><div class="codebox"><p>Code: </p><pre><code>typedef union&#123;<br />    uchar   bytes&#91;32&#93;;<br />    struct&#123;<br />        int     buildVersionLow;<br />        uchar   reserved1&#91;14&#93;;<br />        uchar   hardwareVersion;<br />        uchar   softwareVersionMajor;<br />        uchar   softwareVersionMinor;<br />        uchar   reserved2;<br />        uchar   vTarget;<br />        uchar   vRef;<br />        uchar   oscPrescale;<br />        uchar   oscCmatch;<br />        uchar   sckDuration;<br />        uchar   reserved3;<br />        uchar   topcardDetect;<br />        uchar   reserved4;<br />        uchar   status;<br />        uchar   data;<br />        uchar   resetPolarity;<br />        uchar   controllerInit;<br />    &#125;       s;<br />&#125;stkParam_t;<br /></code></pre></div><br /><br />So the first three numbers in the third row (1, 2, 4) are hardware version, software version major and software version minor.<br /><br />[/url]</div></blockquote><p>Statistics: Posted by Guest — Tue Oct 07, 2008 10:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[iphi]]></name></author>
		<updated>2008-04-07T08:22:39+02:00</updated>

		<published>2008-04-07T08:22:39+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1339&amp;p=4923#p4923</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1339&amp;p=4923#p4923"/>
		<title type="html"><![CDATA[AVR Doper Firmware Issue with AVR Studio Upgrade]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1339&amp;p=4923#p4923"><![CDATA[
Correction,<br /><br />to my previous post<br /><br /><blockquote class="uncited"><div>I changed the minor version to 10 and all works fine now.</div></blockquote><br /><br />The newly built firmware doesn't work properly, see my other posting:<br /><br /><a href="http://forums.obdev.at/viewtopic.php?t=1351" class="postlink">http://forums.obdev.at/viewtopic.php?t=1351</a><br /><br /><br />Regards, Tom<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=292">iphi</a> — Mon Apr 07, 2008 8:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2008-04-06T12:31:54+02:00</updated>

		<published>2008-04-06T12:31:54+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1339&amp;p=4917#p4917</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1339&amp;p=4917#p4917"/>
		<title type="html"><![CDATA[AVR Doper Firmware Issue with AVR Studio Upgrade]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1339&amp;p=4917#p4917"><![CDATA[
Hi,<br /><br />I changed the minor version to 10 and all works fine now.<br /><br />Thanks!<p>Statistics: Posted by Guest — Sun Apr 06, 2008 12:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2008-04-06T08:46:28+02:00</updated>

		<published>2008-04-06T08:46:28+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1339&amp;p=4914#p4914</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1339&amp;p=4914#p4914"/>
		<title type="html"><![CDATA[AVR Doper Firmware Issue with AVR Studio Upgrade]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1339&amp;p=4914#p4914"><![CDATA[
That's indeed hard to find: in stk500protocol.c there's<br /><div class="codebox"><p>Code: </p><pre><code>stkParam_t      stkParam = &#123;&#123;<br />                    0, 0, 0, 0, 0, 0, 0, 0,<br />                    0, 0, 0, 0, 0, 0, 0, 0,<br />                    1, 2, 4, 0, 50, 0, 1, 0x80,<br />                    2, 0, 0xaa, 0, 0, 0, 0, 0,<br />                &#125;&#125;;<br /></code></pre></div><br /><br />The type is defined as<br /><br /><div class="codebox"><p>Code: </p><pre><code>typedef union&#123;<br />    uchar   bytes&#91;32&#93;;<br />    struct&#123;<br />        int     buildVersionLow;<br />        uchar   reserved1&#91;14&#93;;<br />        uchar   hardwareVersion;<br />        uchar   softwareVersionMajor;<br />        uchar   softwareVersionMinor;<br />        uchar   reserved2;<br />        uchar   vTarget;<br />        uchar   vRef;<br />        uchar   oscPrescale;<br />        uchar   oscCmatch;<br />        uchar   sckDuration;<br />        uchar   reserved3;<br />        uchar   topcardDetect;<br />        uchar   reserved4;<br />        uchar   status;<br />        uchar   data;<br />        uchar   resetPolarity;<br />        uchar   controllerInit;<br />    &#125;       s;<br />&#125;stkParam_t;<br /></code></pre></div><br /><br />So the first three numbers in the third row (1, 2, 4) are hardware version, software version major and software version minor.<br /><br />[/url]<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Sun Apr 06, 2008 8:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2008-04-05T21:16:57+02:00</updated>

		<published>2008-04-05T21:16:57+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1339&amp;p=4909#p4909</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1339&amp;p=4909#p4909"/>
		<title type="html"><![CDATA[AVR Doper Firmware Issue with AVR Studio Upgrade]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1339&amp;p=4909#p4909"><![CDATA[
Hi,<br /><br />where exactly can I find the firmware version number that AVR Studio reads in the code? Should be V2.04, but I couldn't find that string.<br /><br />Thanks, Thomas<p>Statistics: Posted by Guest — Sat Apr 05, 2008 9:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2008-04-01T21:32:52+02:00</updated>

		<published>2008-04-01T21:32:52+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1339&amp;p=4872#p4872</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1339&amp;p=4872#p4872"/>
		<title type="html"><![CDATA[AVR Doper Firmware Issue with AVR Studio Upgrade]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1339&amp;p=4872#p4872"><![CDATA[
The firmware has the version number hard-coded. Simply change the version number in the firmware to whatever AVR-Studio expects.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Tue Apr 01, 2008 9:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rdagger]]></name></author>
		<updated>2008-04-01T18:25:23+02:00</updated>

		<published>2008-04-01T18:25:23+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1339&amp;p=4868#p4868</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1339&amp;p=4868#p4868"/>
		<title type="html"><![CDATA[AVR Doper Firmware Issue with AVR Studio Upgrade]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1339&amp;p=4868#p4868"><![CDATA[
I built a <a href="http://www.rototron.info/?Page=USBAVR/USBAVR.ASPX" class="postlink">simplified version</a> of the AVR Doper back in 2006 and it has worked great.  However, I recently upgraded AVR Studio to version 4.13 SP2.  Now I get the following message when I connect to the AVR Doper:<br /><blockquote class="uncited"><div>An STK500 with firmware version 2.04 has been detected.  The firmware version corresponding to this installation of AVR Studio is 2.0A.  Press OK to launch the upgrade program to perform an upgrade, or Cancel to continue wihtout upgrading.  NOTE! Correct operation is not guaranteed if an upgrade is not performed.</div></blockquote><br />Obviously, the upgrade doesn't work.  It is annoying to have keep clicking cancel every time I connect.  Is there any way to lose this warning?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=974">rdagger</a> — Tue Apr 01, 2008 6:25 pm</p><hr />
]]></content>
	</entry>
	</feed>
