Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Embedded USB

17 views
Skip to first unread message

Dan N

unread,
Feb 27, 2007, 1:41:56 AM2/27/07
to

I'm looking at using the Renesas H8SX1664 processor that has on board usb,
and I have a couple of questions.

As a slave:
What process do you need to go through to get vendor and product IDs? Are
there generic IDs that anyone can use? What approvals are necessary?

As a host:
I realise that writing a usb stack isn't trivial, but how easy would it be
to write the code for a very limited host that only knew about one type of
device?

Thanks

Dan

Mike Harrison

unread,
Feb 27, 2007, 4:21:07 AM2/27/07
to
On Tue, 27 Feb 2007 15:41:56 +0900, Dan N <d...@localhost.localhost> wrote:

>
>I'm looking at using the Renesas H8SX1664 processor that has on board usb,
>and I have a couple of questions.
>
>As a slave:
>What process do you need to go through to get vendor and product IDs? Are
>there generic IDs that anyone can use? What approvals are necessary?

The official way to to pay the USB folks a lot of money to be allocated a VID, from which you can
allocate your own PIDs

A rather cheaper alternative is to buy a few PIDs from this guy's allocation:
http://www.voti.nl/shop/catalog.html?USB-PID-10

Of if it's for limited distribution ( i.e. not a mass-market product) you could just make one up.


>As a host:
>I realise that writing a usb stack isn't trivial, but how easy would it be
>to write the code for a very limited host that only knew about one type of
>device?


There are onl ya handful of devices that have the hardware support for USB host.
Maxim and Philips do USB host peripherals, but the easiest route for devices supported by it would
be this : http://www.vinculum.com/
Which also has the advantage tha for memory devices it also handles the FAT stuff.

0 new messages