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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2007-01-24T20:42:23+02:00</updated>

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

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2007-01-24T20:42:23+02:00</updated>

		<published>2007-01-24T20:42:23+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=232&amp;p=733#p733</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=232&amp;p=733#p733"/>
		<title type="html"><![CDATA[AVR USB and Mass storage device]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=232&amp;p=733#p733"><![CDATA[
If you want to connect a memory stick to your AVR: This can't be done because AVR-USB implements the device side only, not a host.<br /><br />If you want to implement a memory stick: This can't be done either, because AVR-USB is a low speed implementation only and low speed devices are not allowed to use bulk endpoints. This type of endpoint is required for mass storage devices.<br /><br />You CAN implement bulk endpoints, though, and it works to some extent. But it's outside the spec.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Wed Jan 24, 2007 8:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2007-01-23T17:25:50+02:00</updated>

		<published>2007-01-23T17:25:50+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=232&amp;p=722#p722</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=232&amp;p=722#p722"/>
		<title type="html"><![CDATA[AVR USB and Mass storage device]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=232&amp;p=722#p722"><![CDATA[
Newbies question :<br />What would be the amount of work to have the AVR-USB interfacing a usb mass storage device ?<p>Statistics: Posted by Guest — Tue Jan 23, 2007 5:25 pm</p><hr />
]]></content>
	</entry>
	</feed>
