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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2007-04-16T16:53:42+02:00</updated>

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

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2007-04-16T16:53:42+02:00</updated>

		<published>2007-04-16T16:53:42+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=408&amp;p=1225#p1225</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=408&amp;p=1225#p1225"/>
		<title type="html"><![CDATA[Running at a higher clock rate]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=408&amp;p=1225#p1225"><![CDATA[
The currently shipping firmware works with 12 MHz only, it's required that one USB bit is exactly 8 CPU cycles.<br /><br />In principle, it's possible to insert NOPs in the assembler module to accommodate higher clock rates. However, the clock rate must be divisible by 3 (i.e. 15, 18, 21, ... MHz).<br /><br />The assembler module can also be adapted for other clock rates, but that's not as easy as adding a NOP here and there.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Mon Apr 16, 2007 4:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2007-04-16T15:52:50+02:00</updated>

		<published>2007-04-16T15:52:50+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=408&amp;p=1224#p1224</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=408&amp;p=1224#p1224"/>
		<title type="html"><![CDATA[Running at a higher clock rate]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=408&amp;p=1224#p1224"><![CDATA[
Would it be possible to ran an AVR-USB device at a higher clock rate than the default 12MHZ, i.e. at 20MHz for the attiny2313 out of the box, or is it necessary that a bit is decoded at 8cycles@12MHz?<br />If it is, would it suffice to stuff in some NOPs to satisfy that requirement?<p>Statistics: Posted by Guest — Mon Apr 16, 2007 3:52 pm</p><hr />
]]></content>
	</entry>
	</feed>
