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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2009-09-22T10:39:09+02:00</updated>

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

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2009-09-22T10:39:09+02:00</updated>

		<published>2009-09-22T10:39:09+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3172&amp;p=11053#p11053</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3172&amp;p=11053#p11053"/>
		<title type="html"><![CDATA[Re: v-usb and CodeVision]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3172&amp;p=11053#p11053"><![CDATA[
For large scale professional products, I'd really recommend chips with built-in hardware USB. You can NEVER become USB compliant with V-USB because the AVR does not meet the electrical specifications.<br /><br />Regarding CodeVision: I tried to port V-USB to this development environment, but there are some fundamental problems. Maybe we can port to a forthcoming release of CodeVision AVR.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Tue Sep 22, 2009 10:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Grendel]]></name></author>
		<updated>2009-09-04T06:59:09+02:00</updated>

		<published>2009-09-04T06:59:09+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10838#p10838</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10838#p10838"/>
		<title type="html"><![CDATA[Re: v-usb and CodeVision]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10838#p10838"><![CDATA[
You are welcome <img class="smilies" src="./../../../images/smilies/icon_smile.gif" alt=":)" title="Smile" /> For development check out the <a href="http://www.pjrc.com/teensy/" class="postlink">Teensy</a> boards. Be aware that his code examples don't implement a full USB state machine in the interrupt, they are good for learning tho. As an alternative take a look at the Atmel <a href="http://search.digikey.com/scripts/DkSearch/dksus.dll?lang=en&amp;site=US&amp;WT.z_homepage_link=hp_go_button&amp;KeyWords=usbkey" class="postlink">USBkey</a> board. Atmel has example source code for the USB chips online, you have to digg for it on the Atmel site tho (eg. <a href="http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4441" class="postlink">here</a> and <a href="http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4440" class="postlink">here</a>).<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=101">Grendel</a> — Fri Sep 04, 2009 6:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mantares]]></name></author>
		<updated>2009-09-04T03:19:49+02:00</updated>

		<published>2009-09-04T03:19:49+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10833#p10833</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10833#p10833"/>
		<title type="html"><![CDATA[Re: v-usb and CodeVision]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10833#p10833"><![CDATA[
Grendel, you've convinced me! I also found that the chip price is not that high. I think using V_USB could box us into a development corner where we spend a lot of time fighting timing issues--been there, done that and don't need to do it again <img class="smilies" src="./../../../images/smilies/icon_sad.gif" alt=":(" title="Sad" /> . The processor does have other tasks to do that may be time critical to some extent so goodbye to V_USB, at least for this time.<br /><br />Again, thanks for your inputs...<br /><br />Michael<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2715">mantares</a> — Fri Sep 04, 2009 3:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Grendel]]></name></author>
		<updated>2009-09-01T01:49:10+02:00</updated>

		<published>2009-09-01T01:49:10+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10783#p10783</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10783#p10783"/>
		<title type="html"><![CDATA[Re: v-usb and CodeVision]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10783#p10783"><![CDATA[
Well, w/o knowing the details of what you need I really don't know (you may get away w/ a AT90USB82, as low as $1.80 @ 100 quantity). Just making sure you're aware of native USB AVRs <img class="smilies" src="./../../../images/smilies/icon_smile.gif" alt=":)" title="Smile" /> The main problems w/ V-USB are 1. USB 1.1 (slow) and 2. it needs a guaranteed low ISR latency. Depending on your device class that may also come w/ high CPU bandwidth usage, you have to be very carefull how you utilise the remaining CPU time. The USB driver overhead w/ the native USB modules is a lot lower and more forgiving latency wise. Plus the modules support USB 2.0 full speed and have a build-in voltage regulator for 3.3V, makes the interface real simple.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=101">Grendel</a> — Tue Sep 01, 2009 1:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mantares]]></name></author>
		<updated>2009-08-31T23:19:20+02:00</updated>

		<published>2009-08-31T23:19:20+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10778#p10778</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10778#p10778"/>
		<title type="html"><![CDATA[Re: v-usb and CodeVision]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10778#p10778"><![CDATA[
Grendel, I'd love to use the chip rather than v-usb but for a high-volume product the price difference is significant between a device having usb capability and one that doesn't. If v-usb can do the job the savings are very significant. For our product speed is not an issue so a low-speed implementation is OK. What I would be concerned about is if using the firmware method creates issues for the end-user that a hardware method doesn't.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2715">mantares</a> — Mon Aug 31, 2009 11:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Grendel]]></name></author>
		<updated>2009-08-31T20:31:04+02:00</updated>

		<published>2009-08-31T20:31:04+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10765#p10765</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10765#p10765"/>
		<title type="html"><![CDATA[Re: v-usb and CodeVision]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10765#p10765"><![CDATA[
For pro-development I'd suggest to check out the Atmel chips that come w/ a USB module like the Atmega16U4.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=101">Grendel</a> — Mon Aug 31, 2009 8:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mantares]]></name></author>
		<updated>2009-08-31T19:56:04+02:00</updated>

		<published>2009-08-31T19:56:04+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10764#p10764</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10764#p10764"/>
		<title type="html"><![CDATA[Re: v-usb and CodeVision]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10764#p10764"><![CDATA[
I've used AVR Studio with the GCC plugins and it's not too bad for the price <img class="smilies" src="./../../../images/smilies/icon_smile.gif" alt=":)" title="Smile" />. I just like CV better and it's the programming environment we use in our company so, just to keep things consistent, we would like to be able to compile v-usb using it. If no one has already succeeded, I'll try my hand at it...I'm already familiar with many of the general porting issues involved in getting GCC code to compile with CV. I just don't want to reinvent the wheel if someone has already gone through the effort!<br /><br />Michael Antares<br />Senior Systems Engineer<br />New Water Technologies<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2715">mantares</a> — Mon Aug 31, 2009 7:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Grendel]]></name></author>
		<updated>2009-08-31T06:31:37+02:00</updated>

		<published>2009-08-31T06:31:37+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10755#p10755</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10755#p10755"/>
		<title type="html"><![CDATA[Re: v-usb and CodeVision]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10755#p10755"><![CDATA[
Why ? WinAVR and AVR Studio are free, professional high performance tools.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=101">Grendel</a> — Mon Aug 31, 2009 6:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2009-08-30T15:25:12+02:00</updated>

		<published>2009-08-30T15:25:12+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10747#p10747</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10747#p10747"/>
		<title type="html"><![CDATA[Re: v-usb and CodeVision]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10747#p10747"><![CDATA[
hi <br />no , at this point its not working with cvavr but<br />i'm interested if this project can compile with cvavr.<br />of course i try to compile it with cvavr but there are some problems. <br />we have to compatible it with avr assembler 2 [ inline asm file ].<br />who can help me to compile it???<p>Statistics: Posted by Guest — Sun Aug 30, 2009 3:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mantares]]></name></author>
		<updated>2009-08-28T01:43:25+02:00</updated>

		<published>2009-08-28T01:43:25+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10690#p10690</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10690#p10690"/>
		<title type="html"><![CDATA[v-usb and CodeVision]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3172&amp;p=10690#p10690"><![CDATA[
I am new to v-usb and, after reading the posts, am curious as to what the current status (August 27, 2009) is working with v-usb in a CodeVision environment?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2715">mantares</a> — Fri Aug 28, 2009 1:43 am</p><hr />
]]></content>
	</entry>
	</feed>
