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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2008-11-04T11:59:48+02:00</updated>

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

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2008-11-04T11:59:48+02:00</updated>

		<published>2008-11-04T11:59:48+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1827&amp;p=6576#p6576</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1827&amp;p=6576#p6576"/>
		<title type="html"><![CDATA[BootLoadHID doesn't work]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1827&amp;p=6576#p6576"><![CDATA[
PORTC is the output port (more or less write-only) while PINC is the input port (read-only).<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Tue Nov 04, 2008 11:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2008-10-24T06:16:21+02:00</updated>

		<published>2008-10-24T06:16:21+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1827&amp;p=6479#p6479</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1827&amp;p=6479#p6479"/>
		<title type="html"><![CDATA[ee]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1827&amp;p=6479#p6479"><![CDATA[
I change<br />#define bootLoaderCondition() ((PORTC &amp; (1 &lt;&lt;2)) == 0)<br />to<br />#define bootLoaderCondition() ((PINC &amp; (1 &lt;&lt;2)) == 0)<br />now it works well<br /><br />i don't know the difference between PORTC PINC<p>Statistics: Posted by Guest — Fri Oct 24, 2008 6:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2008-10-24T02:17:20+02:00</updated>

		<published>2008-10-24T02:17:20+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1827&amp;p=6478#p6478</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1827&amp;p=6478#p6478"/>
		<title type="html"><![CDATA[BootLoadHID doesn't work]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1827&amp;p=6478#p6478"><![CDATA[
I diy a usbasp ,and it works well.<br />I download bootloadHID.2008-10-22,I want to use PC2 as the bootloader jumper, so modify somethine in the bootloaderconfig.h.<br />compile it and flash in usbasp,but my pc can not recognize it<br /><br />#define USB_CFG_IOPORTNAME      B<br /><br />#define USB_CFG_DMINUS_BIT     0<br />#define USB_CFG_DPLUS_BIT       1<br /><br />static inline void  bootLoaderInit(void)<br />{<br />    PORTC = 1 &lt;&lt; 2; /* activate pull-up for key */<br />    _delay_us(10);  /* wait for levels to stabilize */<br />}<br /><br />#define bootLoaderCondition()   ((PORTD &amp; (1 &lt;&lt;2)) == 0)<p>Statistics: Posted by Guest — Fri Oct 24, 2008 2:17 am</p><hr />
]]></content>
	</entry>
	</feed>
