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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2015-09-05T05:58:02+02:00</updated>

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

		<entry>
		<author><name><![CDATA[swulf]]></name></author>
		<updated>2015-09-05T05:58:02+02:00</updated>

		<published>2015-09-05T05:58:02+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=9531&amp;p=30216#p30216</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=9531&amp;p=30216#p30216"/>
		<title type="html"><![CDATA[Re: porting code to Atmel Studio 6.2]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=9531&amp;p=30216#p30216"><![CDATA[
Hello,<br /><br />I am new to V-USB and I am trying to compile the example PowerSwitch project <a href="https://www.obdev.at/products/vusb/powerswitch.html" class="postlink">from here</a> under Atmel Studio 6.2 on Windows 7. I have downloaded the <a href="https://www.obdev.at/downloads/vusb/PowerSwitch.2012-12-08.zip" class="postlink">2012-12-08</a> version.<br /><br />I was happy to find the guide posted by winelight <a href="https://forums.obdev.at/viewtopic.php?f=8&amp;t=7715" class="postlink">here</a>, but although I have tried to follow it, I don't encounter the same things they do, and at the end I cannot get the project to compile.<br /><br />If someone might be able to help me with what are probably just stupid misunderstandings it would be really great. I'm really looking for a simple USB device like PowerSwitch but it is frustrating to be grounded by what looks like it might just be files in the wrong place, or...?<br /><br />The one error that Atmel Studio reports is 'usbconfig.h: No such file or directory' for 'File: usbdrv.h, line 12, column 23 in Project: PSwitch'.<br /><br />Thank you for any help,<br /><br />swulf<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=21561">swulf</a> — Sat Sep 05, 2015 5:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[winelight]]></name></author>
		<updated>2015-02-07T16:39:36+02:00</updated>

		<published>2015-02-07T16:39:36+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=9531&amp;p=29231#p29231</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=9531&amp;p=29231#p29231"/>
		<title type="html"><![CDATA[Re: porting code to Atmel Studio 6.2]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=9531&amp;p=29231#p29231"><![CDATA[
Glad you found the answer and that it worked for you too!<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=9486">winelight</a> — Sat Feb 07, 2015 4:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[highwayman]]></name></author>
		<updated>2014-12-14T08:07:17+02:00</updated>

		<published>2014-12-14T08:07:17+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=9531&amp;p=28933#p28933</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=9531&amp;p=28933#p28933"/>
		<title type="html"><![CDATA[Re: porting code to Atmel Studio 6.2]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=9531&amp;p=28933#p28933"><![CDATA[
Here is the answer:<br /><a href="http://forums.obdev.com/viewtopic.php?f=8&amp;t=7715" class="postlink">http://forums.obdev.com/viewtopic.php?f=8&amp;t=7715</a><br /><br />Power Switch compiled.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=20936">highwayman</a> — Sun Dec 14, 2014 8:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[highwayman]]></name></author>
		<updated>2014-12-14T07:27:42+02:00</updated>

		<published>2014-12-14T07:27:42+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=9531&amp;p=28932#p28932</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=9531&amp;p=28932#p28932"/>
		<title type="html"><![CDATA[porting code to Atmel Studio 6.2]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=9531&amp;p=28932#p28932"><![CDATA[
Posted this at AVR Freaks, it may be more specific to V-USB, thus a second post..<br /><br />I am have downloaded the source code from here:<br /><a href="http://codeandlife.com/2012/02/22/v-usb-with-attiny45-attiny85-without-a-crystal/" class="postlink">http://codeandlife.com/2012/02/22/v-usb-with-attiny45-attiny85-without-a-crystal/</a><br /> <br />So I imported the source files and folders as I interpreted from this video<a href="https://www.youtube.com/watch?v=n_IvIQeRaCo" class="postlink">https://www.youtube.com/watch?v=n_IvIQeRaCo</a><br />As you can see in the attached JPEG, something is not compiling.  Since I have done this with 3 other similar types of code and gotten similar results... Did I miss a step?  I am hoping that the screenshot may point to where I went wrong.  The other failed attempts are specific to V-USB projects.  I have been able to import other code and compile it, but it was a single file.<br /><br /><a href="http://www.avrfreaks.net/sites/default/files/forum_attachments/Atmel%20Studio%20Import%20Error.jpg" class="postlink">http://www.avrfreaks.net/sites/default/files/forum_attachments/Atmel%20Studio%20Import%20Error.jpg</a><br /><br />If this is too big of a project, I have just as much trouble importing and compiling the Power Switch - The del facto &quot;easy project&quot;  <img class="smilies" src="./../../../images/smilies/icon_sad.gif" alt=":(" title="Sad" /><br /><a href="http://www.obdev.com/products/vusb/powerswitch-de.html" class="postlink">http://www.obdev.com/products/vusb/powerswitch-de.html</a><p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=20936">highwayman</a> — Sun Dec 14, 2014 7:27 am</p><hr />
]]></content>
	</entry>
	</feed>
