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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2012-04-09T02:31:00+02:00</updated>

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

		<entry>
		<author><name><![CDATA[dlf23456]]></name></author>
		<updated>2012-04-09T02:31:00+02:00</updated>

		<published>2012-04-09T02:31:00+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=6551&amp;p=21307#p21307</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=6551&amp;p=21307#p21307"/>
		<title type="html"><![CDATA[Re: USB recognition problem (3.3v Regulator + 12Mhz Oscillator)]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=6551&amp;p=21307#p21307"><![CDATA[
<blockquote><div><cite>Micha wrote:</cite><blockquote><div><cite>dlf23456 wrote:</cite><blockquote><div><cite>Micha wrote:</cite>The only obvious thing I can see is that your controller runs out of spec. 12MHz @ 3.3V without violating the spec is only possible with devices that run with 20MHz @ 5V, NOT with those running with 16MHz @ 5V as yours does.</div></blockquote><br /><br />Thx Micha.<br />As far as I know, That specification applies ATmega32(L) package or ATmega128A package. I can't find that on the ATmega32A datasheet about that.<br /><br />It only says that it operates from 2.7v to 5.5v, from 0 to 16Mhz.</div></blockquote><br />Have a look on page 299 in the datasheet (doc8155). Between 8MHz/2.7V and 16MHz/4.5V the graph is linear. You can create the formula according to the figure and you'll see that you're out of spec. I remember old datasheets where the formula was already given underneath that figure.<br /><br />Maybe that's not causing your problems but nevertheless it's a fact.</div></blockquote><br /><br />Thank you. Micha.<br /><br />I found the graph you told me. I think the reason why it wasn't stable is because of what you told me.<br />And I also found some reasons that causes the problems.<br /><br />1. Fuse bit : I changed the fuse bit. as CB,E0. and it works pretty well so far.<br />2. Hub Controller : I implemented a hub controller togather. I think it doesn't work if the clock is shared.<br /><br />solution : I got rid of the hub controller (Probably, I have to make the schematic again. for individual clock source). And I also changed the fuse bit.<br />For stabilized operation, I think VCC must be over 4.5V. I think operating at 3.3V doesn't garantee the stable operation. My device shows unstable little bit.<br /><br />Problem solved.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=6563">dlf23456</a> — Mon Apr 09, 2012 2:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2012-04-07T23:43:39+02:00</updated>

		<published>2012-04-07T23:43:39+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=6551&amp;p=21305#p21305</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=6551&amp;p=21305#p21305"/>
		<title type="html"><![CDATA[Re: USB recognition problem (3.3v Regulator + 12Mhz Oscillator)]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=6551&amp;p=21305#p21305"><![CDATA[
<blockquote><div><cite>dlf23456 wrote:</cite><blockquote><div><cite>Micha wrote:</cite>The only obvious thing I can see is that your controller runs out of spec. 12MHz @ 3.3V without violating the spec is only possible with devices that run with 20MHz @ 5V, NOT with those running with 16MHz @ 5V as yours does.</div></blockquote><br /><br />Thx Micha.<br />As far as I know, That specification applies ATmega32(L) package or ATmega128A package. I can't find that on the ATmega32A datasheet about that.<br /><br />It only says that it operates from 2.7v to 5.5v, from 0 to 16Mhz.</div></blockquote><br />Have a look on page 299 in the datasheet (doc8155). Between 8MHz/2.7V and 16MHz/4.5V the graph is linear. You can create the formula according to the figure and you'll see that you're out of spec. I remember old datasheets where the formula was already given underneath that figure.<br /><br />Maybe that's not causing your problems but nevertheless it's a fact.<p>Statistics: Posted by Guest — Sat Apr 07, 2012 11:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dlf23456]]></name></author>
		<updated>2012-04-04T03:00:09+02:00</updated>

		<published>2012-04-04T03:00:09+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=6551&amp;p=21283#p21283</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=6551&amp;p=21283#p21283"/>
		<title type="html"><![CDATA[Re: USB recognition problem (3.3v Regulator + 12Mhz Oscillator)]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=6551&amp;p=21283#p21283"><![CDATA[
<blockquote><div><cite>xiangrui wrote:</cite>Are you sure it is right to connect oscillator to only XTAL1?</div></blockquote><br /><br />Thx xiangrui.<br />I applied as the figure 8.4 on the datasheet.<br />I thought SCO-103 is not just a crystal, I assume that is a kind of clock generator.<br />(it has many pins such as Vcc, GND and Output)<br /><br />Furthermore, I needed the clock shared.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=6563">dlf23456</a> — Wed Apr 04, 2012 3:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dlf23456]]></name></author>
		<updated>2012-04-04T03:29:44+02:00 </updated>

		<published>2012-04-04T02:54:15+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=6551&amp;p=21282#p21282</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=6551&amp;p=21282#p21282"/>
		<title type="html"><![CDATA[Re: USB recognition problem (3.3v Regulator + 12Mhz Oscillator)]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=6551&amp;p=21282#p21282"><![CDATA[
<blockquote><div><cite>Micha wrote:</cite>The only obvious thing I can see is that your controller runs out of spec. 12MHz @ 3.3V without violating the spec is only possible with devices that run with 20MHz @ 5V, NOT with those running with 16MHz @ 5V as yours does.</div></blockquote><br /><br />Thx Micha.<br />As far as I know, That specification applies ATmega32(L) package or ATmega128A package. I can't find that on the ATmega32A datasheet about that.<br /><br />It only says that it operates from 2.7v to 5.5v, from 0 to 16Mhz.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=6563">dlf23456</a> — Wed Apr 04, 2012 2:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[xiangrui]]></name></author>
		<updated>2012-04-04T00:12:23+02:00</updated>

		<published>2012-04-04T00:12:23+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=6551&amp;p=21281#p21281</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=6551&amp;p=21281#p21281"/>
		<title type="html"><![CDATA[Re: USB recognition problem (3.3v Regulator + 12Mhz Oscillator)]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=6551&amp;p=21281#p21281"><![CDATA[
Are you sure it is right to connect oscillator to only XTAL1?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=6201">xiangrui</a> — Wed Apr 04, 2012 12:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2012-04-03T14:06:13+02:00</updated>

		<published>2012-04-03T14:06:13+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=6551&amp;p=21279#p21279</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=6551&amp;p=21279#p21279"/>
		<title type="html"><![CDATA[Re: USB recognition problem (3.3v Regulator + 12Mhz Oscillator)]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=6551&amp;p=21279#p21279"><![CDATA[
The only obvious thing I can see is that your controller runs out of spec. 12MHz @ 3.3V without violating the spec is only possible with devices that run with 20MHz @ 5V, NOT with those running with 16MHz @ 5V as yours does.<p>Statistics: Posted by Guest — Tue Apr 03, 2012 2:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dlf23456]]></name></author>
		<updated>2012-04-03T08:47:46+02:00</updated>

		<published>2012-04-03T08:47:46+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=6551&amp;p=21278#p21278</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=6551&amp;p=21278#p21278"/>
		<title type="html"><![CDATA[USB recognition problem (3.3v Regulator + 12Mhz Oscillator)]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=6551&amp;p=21278#p21278"><![CDATA[
First of all, please kindly understand my broken English. It's not my first language.<br /><br />I used ATmega32A for MCU.<br /><br />I built a PCB using a 3.3v Regulator (LM1117s3.3) and an 12Mhz OSC (SCO-103).<br />No diodes. (At least, I think there wiil be no reason to use diodes).<br /><br />The oscillator is connected to XTAL1.<br />XTAL 2 is not connected.<br /><br />68Ohm to D- and D+ for impedance matching.<br />D- is pulled up by 1k5 resistor.<br /><br />10uF(Tantal) and 100nF(Ceramic) capacitors are coupled for stablizing power source. (Both 5v and 3.3v)<br /><br />Fuse bit I used : H-0xD0 L-0xCF    and I also tried      H-0xC9 L-0x9F.<br /><br />I don't understand why it works occationlly.<br />Even if the connection was established, it fails after few second or minute.<br />It works properly while it's connected.<br /><br />The symptoms are vary.<br />One of them repeats connected and disconnected.<br />One of them cannot be connected at all.<br />One of them can be connected. but cannot hold the connection for a long time.<br /><br />I even tried connecting zenor diodes D-and D+ to GND. but, the same.<br /><br />Has anyone experienced this situation before?<br /><br />Please give me some advice.<br /><br />Thank you in advance.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=6563">dlf23456</a> — Tue Apr 03, 2012 8:47 am</p><hr />
]]></content>
	</entry>
	</feed>
