Prev: Spore Forming Protozoa
Next: Injection molding
From: jaipal on 25 May 2010 10:28 My Dear Sir, We are interested in the device which can convert USB to local bus. The local bus is 16 bit wide, do you have device to support the following configuration: -------------------- | | ==> Address Bus 20 bits USB <==> | USB to Local Bus | <==> Data Bus 16 bits | | <==> Control Bus -------------------- Can you suggest any particular device(s) part number and associated RDK. With regards. B. Jaipal Reddy --------------------------------------- Posted through http://www.EmbeddedRelated.com
From: John Speth on 25 May 2010 11:03 "jaipal" <jaipal(a)n_o_s_p_a_m.apollocomputing.com> wrote in message news:1qOdnT4RU9oGQ2bWnZ2dnUVZ_hOdnZ2d(a)giganews.com... > My Dear Sir, > > We are interested in the device which can convert USB to local bus. The > local bus is 16 bit wide, do you have device to support the following > configuration: > > -------------------- > | | ==> Address Bus 20 bits > USB <==> | USB to Local Bus | <==> Data Bus 16 bits > | | <==> Control Bus > -------------------- > > Can you suggest any particular device(s) part number and associated RDK. > > With regards. > > B. Jaipal Reddy > > > > --------------------------------------- > Posted through http://www.EmbeddedRelated.com --- news://freenews.netfront.net/ - complaints: news(a)netfront.net ---
From: John Speth on 25 May 2010 11:05 > We are interested in the device which can convert USB to local bus. The > local bus is 16 bit wide, do you have device to support the following > configuration: > > -------------------- > | | ==> Address Bus 20 bits > USB <==> | USB to Local Bus | <==> Data Bus 16 bits > | | <==> Control Bus > -------------------- > > Can you suggest any particular device(s) part number and associated RDK. Yes. Just about any microcontroller with USB will do the job. My current favorite is the STM32. I've successfully used the IAR Embedded Workbench on that device. JJS --- news://freenews.netfront.net/ - complaints: news(a)netfront.net ---
From: linnix on 25 May 2010 18:26 On May 25, 8:05 am, "John Speth" <johnsp...(a)yahoo.com> wrote: > > We are interested in the device which can convert USB to local bus. The > > local bus is 16 bit wide, do you have device to support the following > > configuration: > > > -------------------- > > | | ==> Address Bus 20 bits > > USB <==> | USB to Local Bus | <==> Data Bus 16 bits > > | | <==> Control Bus > > -------------------- > > > Can you suggest any particular device(s) part number and associated RDK.. > > Yes. Just about any microcontroller with USB will do the job. My current > favorite is the STM32. I've successfully used the IAR Embedded Workbench on > that device. Yes, any single chip USB micro will do. But with 36+ I/Os, it will have to be a big chip. You can use a small USB chip and one or more CPLD for demultiplexing. We are planning on Atmega32u2 + XC9536XL(s) for our project.
From: Andy on 25 May 2010 23:27
On May 25, 9:28 am, "jaipal" <jaipal(a)n_o_s_p_a_m.apollocomputing.com> wrote: > My Dear Sir, > > We are interested in the device which can convert USB to local bus. The > local bus is 16 bit wide, do you have device to support the following > configuration: > > -------------------- > | | ==> Address Bus 20 bits > USB <==> | USB to Local Bus | <==> Data Bus 16 bits > | | <==> Control Bus > -------------------- > > Can you suggest any particular device(s) part number and associated RDK. > > With regards. > > B. Jaipal Reddy > > --------------------------------------- > Posted throughhttp://www.EmbeddedRelated.com FTDI ft2232 (and probably a few others from them) has a mode where it acts like a 8051 microcontroller bus Netchip (now part of PLX) has a couple of parts that do USB-local bus you could probably use a USB-PATA converter if you could live with only 3 address lines cypress makes some chips they call 'west bridge' chips a google search for 'usb local bus' returned several other hits (hint hint) |