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

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

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

		<entry>
		<author><name><![CDATA[borisdekat]]></name></author>
		<updated>2010-06-06T10:32:18+02:00</updated>

		<published>2010-06-06T10:32:18+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4386&amp;p=14702#p14702</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4386&amp;p=14702#p14702"/>
		<title type="html"><![CDATA[Re: Compatible with ATTINY44 ?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4386&amp;p=14702#p14702"><![CDATA[
Thanks for the reply, Yes I did got it working with above settings, of course I did something stupid....ATTINY44 is a nice device with large flash (4K) reasonable nunber of ports and small package (14pins).<br /><br />Maybe of interest I also tried using only PA7 and PA3, so I don't occupy 3 pins for USB.... for that I used PCINT3 instead of INT0<br /><br />#define USB_CFG_IOPORTNAME      A<br />#define USB_CFG_DMINUS_BIT      7<br />#define USB_CFG_DPLUS_BIT       3<br /><br />#define USB_INTR_CFG            PCMSK0<br />#define USB_INTR_CFG_SET        (1 &lt;&lt; PCINT3)<br />#define USB_INTR_CFG_CLR        0 <br />#define USB_INTR_ENABLE         GIMSK<br />#define USB_INTR_ENABLE_BIT     PCIE0<br />#define USB_INTR_PENDING        GIFR<br />#define USB_INTR_PENDING_BIT    PCIF0<br />#define USB_INTR_VECTOR         SIG_PIN_CHANGE0<br /><br />gl, Boris<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=3949">borisdekat</a> — Sun Jun 06, 2010 10:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[frank26080115]]></name></author>
		<updated>2010-06-05T22:20:36+02:00</updated>

		<published>2010-06-05T22:20:36+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4386&amp;p=14700#p14700</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4386&amp;p=14700#p14700"/>
		<title type="html"><![CDATA[Re: Compatible with ATTINY44 ?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4386&amp;p=14700#p14700"><![CDATA[
it sounds like you got things right<br /><br />maybe it is another commonly overlooked detail, like defining clock speed, setting the right clock fuses, boot reset vector being enabled, or something regarding the watchdog timer.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2426">frank26080115</a> — Sat Jun 05, 2010 10:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[borisdekat]]></name></author>
		<updated>2010-06-10T17:47:07+02:00 </updated>

		<published>2010-06-03T17:50:36+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4386&amp;p=14690#p14690</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4386&amp;p=14690#p14690"/>
		<title type="html"><![CDATA[- resolved -Compatible with ATTINY44 ?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4386&amp;p=14690#p14690"><![CDATA[
Hi I am wondering if I did setup my config.h correctly when using an ATTINY44 .<br />ATTINY44 has INT0 at PB2, but I need to use Port A as USB I/O (PA5 as D+ and PA7 as D-). ATTINY44 has no &quot;free&quot; inputs on PORTB (besides INT0) so I need to use PORTA....<br /><br />I did connect D+ to PA5 AND to INT0 and did connect D- to PA7<br /><br />So is this correct ?<br /><br />#define USB_CFG_IOPORTNAME      A<br />#define USB_CFG_DMINUS_BIT      7<br />#define USB_CFG_DPLUS_BIT       5<br /><br />I did try the mouse example, however: Windows doesn't recogniced it...<br /><br />I am wondering if I need to alter something that also PORTB (INT0) is configured correctly ?<br /><br />Thanks, Boris<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=3949">borisdekat</a> — Thu Jun 03, 2010 5:50 pm</p><hr />
]]></content>
	</entry>
	</feed>
