From: manishfire on
I want to make a Project in which i want to communicate b/w two USB Flash
Drive.

In this i want to transfer data form one that will act as Host to the
Client USB Drive.

Please tell me which Micro controller is best for doing the same.






---------------------------------------
This message was sent using the comp.arch.embedded web interface on
http://www.EmbeddedRelated.com
From: heindekock on
>I want to make a Project in which i want to communicate b/w two USB Flash
>Drive.
>
>In this i want to transfer data form one that will act as Host to the
>Client USB Drive.
>
>Please tell me which Micro controller is best for doing the same.
>

Try this one

http://www.luminarymicro.com/products/lm3s3748_usb_h_d_evaluation_kits.html

I saw a demo by sales guy for Luminary Micro, I think it was above kit
that he used. Els look around on the Luminary micro site - it should be
there.

---------------------------------------
This message was sent using the comp.arch.embedded web interface on
http://www.EmbeddedRelated.com
From: FreeRTOS info on


"manishfire" <20032k3.manish(a)gmail.com> wrote in message
news:9YidnQEf-dDt6jjXnZ2dnUVZ_qmdnZ2d(a)giganews.com...
>I want to make a Project in which i want to communicate b/w two USB Flash
> Drive.
>
> In this i want to transfer data form one that will act as Host to the
> Client USB Drive.
>
> Please tell me which Micro controller is best for doing the same.
>
>

You could start with anything that is capable of running Linux or any
version of Windows.


--
Regards,
Richard.

+ http://www.FreeRTOS.org
Designed for Microcontrollers. More than 7000 downloads per month.

+ http://www.SafeRTOS.com
Certified by T�V as meeting the requirements for safety related systems



From: Ian on
On Sep 7, 10:13 pm, "manishfire" <20032k3.man...(a)gmail.com> wrote:
> I want to make a Project in which i want to communicate b/w two USB Flash
> Drive.
>
> In this i want to transfer data form one that will act as Host to the
> Client USB Drive.
>
> Please tell me which Micro controller is best for doing the same.
>
> ---------------------------------------        
> This message was sent using the comp.arch.embedded web interface onhttp://www.EmbeddedRelated.com

Your requirement is for a micro that can provide USB Host
functionality.

Two possible devices are Atmel AVR32B (AVR32UC3B0256 for example) or
ST ARM Cortex-M3 both of which come with example host controller code
from the manufacturer. Free dev tools (compiler/IDE/debugger) are
available for both processors.

Ian
From: karthikbalaguru on
On Sep 8, 2:13 am, "manishfire" <20032k3.man...(a)gmail.com> wrote:
> I want to make a Project in which i want to communicate b/w two USB Flash
> Drive.
>
> In this i want to transfer data form one that will act as Host to the
> Client USB Drive.
>
> Please tell me which Micro controller is best for doing the same.
>
> ---------------------------------------        
You try with ARM . It would be good.

Karthik Balaguru