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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2012-03-26T15:21:24+02:00</updated>

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

		<entry>
		<author><name><![CDATA[Daid]]></name></author>
		<updated>2012-03-26T15:21:24+02:00</updated>

		<published>2012-03-26T15:21:24+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=6531&amp;p=21230#p21230</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=6531&amp;p=21230#p21230"/>
		<title type="html"><![CDATA[Re: Store HID-descriptor in flash memory?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=6531&amp;p=21230#p21230"><![CDATA[
the HID descriptor is stored in flash by default:<br /><div class="codebox"><p>Code: </p><pre><code>PROGMEM char usbHidReportDescriptor&#91;24&#93; = {</code></pre></div><br />PROGMEM puts it in flash.<br /><br />V-USB in normal config doesn't use a lot of RAM. You can save 1 or 2 bytes by using the GPIOR registers as SRAM. But that's about it.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=5154">Daid</a> — Mon Mar 26, 2012 3:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[confus]]></name></author>
		<updated>2012-03-23T19:21:48+02:00</updated>

		<published>2012-03-23T19:21:48+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=6531&amp;p=21212#p21212</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=6531&amp;p=21212#p21212"/>
		<title type="html"><![CDATA[Store HID-descriptor in flash memory?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=6531&amp;p=21212#p21212"><![CDATA[
Hi,<br /><br />I have a project where every bit of SRAM counts. So I want to store the hid device descriptor in the flash memory. I seem to recall that this is possible (correct me if I'm wrong here), but I can't remember how. I'd be happy for someone to refresh my memory (no pun intended  <img class="smilies" src="./../../../images/smilies/icon_lol.gif" alt=":lol:" title="Laughing" />)<br /><br />Also tipps on how to make v-usb use less SRAM would be good.<br /><br />Thx in advance.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=4537">confus</a> — Fri Mar 23, 2012 7:21 pm</p><hr />
]]></content>
	</entry>
	</feed>
