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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2009-01-04T19:56:26+02:00</updated>

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

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2009-01-04T19:56:26+02:00</updated>

		<published>2009-01-04T19:56:26+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=2071&amp;p=7389#p7389</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=2071&amp;p=7389#p7389"/>
		<title type="html"><![CDATA[Using PCINT1 instead of INT0 on ATTINY45]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=2071&amp;p=7389#p7389"><![CDATA[
It IS possible, but I have not done this myself. There are some code examples here in the forum from people who used PCINT for USB.<br /><br />Please note that you should not use any higher priority hardware interrupts than PCINTx.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Sun Jan 04, 2009 7:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[roger]]></name></author>
		<updated>2009-01-02T22:00:04+02:00</updated>

		<published>2009-01-02T22:00:04+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=2071&amp;p=7370#p7370</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=2071&amp;p=7370#p7370"/>
		<title type="html"><![CDATA[Using PCINT1 instead of INT0 on ATTINY45]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=2071&amp;p=7370#p7370"><![CDATA[
Is it possible to do this? I'm not familiar with the driver code so I'm not sure what else will need changing in the header file:<br /><br /><div class="codebox"><p>Code: </p><pre><code>/* ----------------------- Optional MCU Description ------------------------ */<br /><br />/* The following configurations have working defaults in usbdrv.h. You<br /> * usually don't need to set them explicitly. Only if you want to run<br /> * the driver on a device which is not yet supported or with a compiler<br /> * which is not fully supported &#40;such as IAR C&#41; or if you use a differnt<br /> * interrupt than INT0, you may have to define some of these.<br /> */<br />/* #define USB_INTR_CFG            MCUCR */<br />/* #define USB_INTR_CFG_SET        &#40;&#40;1 &lt;&lt; ISC00&#41; | &#40;1 &lt;&lt; ISC01&#41;&#41; */<br />/* #define USB_INTR_CFG_CLR        0 */<br />/* #define USB_INTR_ENABLE         GIMSK */<br />/* #define USB_INTR_ENABLE_BIT     INT0 */<br />/* #define USB_INTR_PENDING        GIFR */<br />/* #define USB_INTR_PENDING_BIT    INTF0 */<br />/* #define USB_INTR_VECTOR         SIG_INTERRUPT0 */<br /></code></pre></div><br /><br />Thanks.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1617">roger</a> — Fri Jan 02, 2009 10:00 pm</p><hr />
]]></content>
	</entry>
	</feed>
