View previous topic :: View next topic |
Author |
Message |
MikeW
Joined: 15 Sep 2003 Posts: 184 Location: Warrington UK
|
new USB Host controller chip with SPI interface |
Posted: Fri Feb 17, 2006 5:13 am |
|
|
just checked the Dallas Maxim website, the MAX3421E is now on the
website.
http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3639
looks the dogs bollocks ( an English expression denoting approval)
wish I could write the software for it, but I am just a hardware guy who plays with C
Mike |
|
|
Ttelmah Guest
|
|
Posted: Fri Feb 17, 2006 5:58 am |
|
|
Nice. The pity is that it is Maxim, which often means appalling sourcing problems...
Best Wishes |
|
|
kender
Joined: 09 Aug 2004 Posts: 768 Location: Silicon Valley
|
USB drivers |
Posted: Fri Feb 17, 2006 1:09 pm |
|
|
MikeW wrote: | wish I could write the software for it |
PC-side drivers are the biggest issue with the USB interface chips. As far as I know only Microchip and FTDI provide them. Logically, there should be 3-rd party companies that sell drivers for the USB chips, but I haven't seen any of them. If they don't exist, it makes sence to start one... |
|
|
MikeW
Joined: 15 Sep 2003 Posts: 184 Location: Warrington UK
|
|
Posted: Fri Feb 17, 2006 1:18 pm |
|
|
I think you have got the wrong end of the stick. This is a host controller, so the biggest issue is having a FAT compatible driver in the embedded design. |
|
|
rwyoung
Joined: 12 Nov 2003 Posts: 563 Location: Lawrence, KS USA
|
Re: USB drivers |
Posted: Fri Feb 17, 2006 4:05 pm |
|
|
kender wrote: | MikeW wrote: | wish I could write the software for it |
PC-side drivers are the biggest issue with the USB interface chips. As far as I know only Microchip and FTDI provide them. Logically, there should be 3-rd party companies that sell drivers for the USB chips, but I haven't seen any of them. If they don't exist, it makes sence to start one... |
Jungo ([url]jungo.com[/url]) among others. _________________ Rob Young
The Screw-Up Fairy may just visit you but he has crashed on my couch for the last month! |
|
|
asmallri
Joined: 12 Aug 2004 Posts: 1635 Location: Perth, Australia
|
|
Posted: Fri Feb 17, 2006 5:54 pm |
|
|
MikeW wrote: | I think you have got the wrong end of the stick. This is a host controller, so the biggest issue is having a FAT compatible driver in the embedded design. |
It is both a peripheral and a host controller so it has both classes of challenges. It has no Virtual Comm port driver which is unfortunate, I was hoping to use this to replace the FTDI chip because of the high I/O cost associated with interfacing the FTDI chip but such is life.
Also this chip is not actually shipping yet _________________ Regards, Andrew
http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!! |
|
|
|