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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2007-12-01T13:47:13+02:00</updated>

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

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2007-12-01T13:47:13+02:00</updated>

		<published>2007-12-01T13:47:13+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=984&amp;p=3334#p3334</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=984&amp;p=3334#p3334"/>
		<title type="html"><![CDATA[[ATmega16 + AVRGCC] USB HID = Undefined procedure]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=984&amp;p=3334#p3334"><![CDATA[
usbFunctionWrite() should be defined in your own code. It is called by the driver when control data is received. See the documentation in usbdrv.h for details.<br /><br />usbCrc16() is defined in the assembler module. If the linker does not find it, you don't link usbdrvasm.S. Add this file to your project or makefile.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Sat Dec 01, 2007 1:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2007-11-27T23:27:46+02:00</updated>

		<published>2007-11-27T23:27:46+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=984&amp;p=3294#p3294</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=984&amp;p=3294#p3294"/>
		<title type="html"><![CDATA[[ATmega16 + AVRGCC] USB HID = Undefined procedure]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=984&amp;p=3294#p3294"><![CDATA[
Hello,<br />i want to make HID device. I haven't got any problems with configuration that library, but when i want to compile i take ERROR from compiler like:<br /><br />1. &quot;../usbdrv/usbdrv.c:251: undefined reference to `usbFunctionWrite'&quot;<br />2. &quot;../usbdrv/usbdrv.c:240: undefined reference to `usbCrc16'&quot;<br /><br />I am searching that procedures, but I not have that to this day.<br /><br />Where I can find that procedures?<br /><br />Sorry for my language <img class="smilies" src="./../../../images/smilies/icon_wink.gif" alt=";)" title="Wink" /><p>Statistics: Posted by Guest — Tue Nov 27, 2007 11:27 pm</p><hr />
]]></content>
	</entry>
	</feed>
