Prev: RS-485 Unterminated Bus and bias resistors
Next: Cortex-M4 with DSP instructions and Floating point announcedby ARM
From: Stefano on 9 Mar 2010 10:36 I have to develop an application, as well as management of certain I / O I must read data from USB key external (USB host). Wkich microcontroller easily allows this feature? As possible solutions to simplify the function are possible? Councils also on development tools at low cost. Cortex M3 ? Freescale ColdFire ? Thanks
From: d_s_klein on 9 Mar 2010 11:53 On Mar 9, 7:36 am, "Stefano" <blas...(a)yahoo.it> wrote: > I have to develop an application, as well as management of certain I / O I > must read data from USB key external (USB host). > Which micro-controller easily allows this feature? > As possible solutions to simplify the function are possible? > Councils also on development tools at low cost. > Cortex M3 ? Freescale ColdFire ? > > Thanks Have you tried Google lately? In 0.38 seconds it returned approximately 13,700,000 hits. Regards, RK
From: hamilton on 9 Mar 2010 11:57 Stefano wrote: > I have to develop an application, as well as management of certain I / O I > must read data from USB key external (USB host). > Wkich microcontroller easily allows this feature? > As possible solutions to simplify the function are possible? > Councils also on development tools at low cost. > Cortex M3 ? Freescale ColdFire ? > > Thanks > > The problem is not the hardware, its the software ( on the PC side ). You have just only begun the process to understand the issues involved. A USB port is not just a serial port, its an entire protocol, with license issues to resolve as well. When you say, "USB KEY" do you mean a USB flash drive or a USB security device? hamilto
From: Joe Chisolm on 9 Mar 2010 13:36 Stefano wrote: > I have to develop an application, as well as management of certain I / O I > must read data from USB key external (USB host). > Wkich microcontroller easily allows this feature? > As possible solutions to simplify the function are possible? > Councils also on development tools at low cost. > Cortex M3 ? Freescale ColdFire ? > > Thanks > > USB OTG would probably do what you want. Otherwise you are going to have to implement a host controller so the USB key (peripheral) can connect to your device. The AVR AT90USB series has a couple of chips that do OTG, Microchip has a PIC32 OTG. Google for USB OTG. Pick one that the vendor supplies the software stack. -- Joe Chisolm Marble Falls, Tx.
From: Bu on 9 Mar 2010 14:41
On Tue, 9 Mar 2010 16:36:41 +0100, "Stefano" <blasiis(a)yahoo.it> wrote: >I have to develop an application, as well as management of certain I / O I >must read data from USB key external (USB host). >Wkich microcontroller easily allows this feature? >As possible solutions to simplify the function are possible? >Councils also on development tools at low cost. >Cortex M3 ? Freescale ColdFire ? > >Thanks > Hi I am not a specialist. But if you want to read/write to a file on a USB memory stick (FAT system) you can have a look at the VDIP from FTDI. Look at the site: http://www.vinculum.com/ and more specific the Vinculum VNC1L USB Host Controller. They have a demo set VDIP1 you can play with. Bu |