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

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

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

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2008-04-07T10:10:08+02:00</updated>

		<published>2008-04-07T10:10:08+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1350&amp;p=4927#p4927</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1350&amp;p=4927#p4927"/>
		<title type="html"><![CDATA[Substitute of INT0 pin for AVR-USB D+]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1350&amp;p=4927#p4927"><![CDATA[
Yes, this is possible. You need to modify the interrupt configuration at the end of usbconfig.h. And you MUST make sure that no higher level interrupt is used (except if you know exactly what you are doing).<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Mon Apr 07, 2008 10:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stephen]]></name></author>
		<updated>2008-04-07T07:40:52+02:00</updated>

		<published>2008-04-07T07:40:52+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1350&amp;p=4921#p4921</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1350&amp;p=4921#p4921"/>
		<title type="html"><![CDATA[Substitute of INT0 pin for AVR-USB D+]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1350&amp;p=4921#p4921"><![CDATA[
In ATMega8, there are only three I/O port PB0 - PB7, PC0-PC6, PD0 - PD7. My device will be communicate to other device by 8-bit parallel interface. Since PB6 and PB7 is used for crystal oscillation, so the remained choice is PD0 - PD7. However, the PD2(INT0) is used for D+ interrupt communication.<br /><br />My question, can i use ATMega88 which has got PCINT0 - PCINT23? That's mean I use PD0 - PD7 for 8-bit parallel interface and take another pin from PB or PC for D+ connection.<br /><br />In datasheet of ATMega88 said, &quot;The external interrupts are triggered by INT0 and INT1 or any of PCINT23..0 pins&quot;.<br /><br />Thanks.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=986">Stephen</a> — Mon Apr 07, 2008 7:40 am</p><hr />
]]></content>
	</entry>
	</feed>
