Reply by Alan Nishioka June 13, 20062006-06-13
Dave wrote:
> As a follow on to my previous message about building sensors around the > MSP430 chip, I'm curious if anybody has a good resource for finding > what peripheral/interface chips are available with an SPI interface.
http://www.mct.net/faq/spi.html Has a nice list of SPI peripheral chips.
> Are there any stand-alone USB interface chips with an SPI interface?
Maxim has a spi to usb host max3421e http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3639 (It looks interesting, but I haven't used it) Alan Nishioka
Reply by Amontec, Larry June 10, 20062006-06-10
Our JTAGkey is based on the FTDI FT2232 and use the MPSSE on-chip core.
MPSSE is able to remote JTAG SPI I2C very fastly.

The first ojective of JTAGkey is to remote JTAG from USB but you can 
remote SPI too.
If you want to evaluate the USB-SPI over FT2232, you can get it in 1-2 
hours work using our JTAGkey + FTSPI.DLL .

( Also, you will re-use the JTAGkey for any ARM - XSCALE debug using 
JTAGkey + GNU tools suite )

Goto http://www.amontec.com/jtagkey.shtml

Laurent

Neil wrote:
> Dave wrote: > >> As a follow on to my previous message about building sensors around the >> MSP430 chip, I'm curious if anybody has a good resource for finding >> what paripheral/interface chips are available with an SPI interface. >> The MSP430 can be interfaced with lots of chips through other means, >> but using the SPI interface is easy and cheap and would allow me to >> make a "standard sensor" platform with variable interfacing/sensor >> options just by swapping out which chips are on the SPI bus. >> >> Are there any stand-alone USB interface chips with an SPI interface? I >> know there are MP3 decoders, all-in-one Ethernet chips, and every kind >> of physical sensor you can imagine. I'm looking for a nice list of all >> of the different chips and where to buy them. >> >> Thanks. >> > There are way too many to list. Do not forget microwire, it is a > compatible variant. > > Most (if not all ) 8bit cpu based USB chips have SPI, or can bit bang > it. the FDTI USB chip has SPI but does not need to be programed.
Reply by Neil June 10, 20062006-06-10
Dave wrote:
> As a follow on to my previous message about building sensors around the > MSP430 chip, I'm curious if anybody has a good resource for finding > what paripheral/interface chips are available with an SPI interface. > The MSP430 can be interfaced with lots of chips through other means, > but using the SPI interface is easy and cheap and would allow me to > make a "standard sensor" platform with variable interfacing/sensor > options just by swapping out which chips are on the SPI bus. > > Are there any stand-alone USB interface chips with an SPI interface? I > know there are MP3 decoders, all-in-one Ethernet chips, and every kind > of physical sensor you can imagine. I'm looking for a nice list of all > of the different chips and where to buy them. > > Thanks. >
There are way too many to list. Do not forget microwire, it is a compatible variant. Most (if not all ) 8bit cpu based USB chips have SPI, or can bit bang it. the FDTI USB chip has SPI but does not need to be programed.
Reply by D. June 9, 20062006-06-09
Dave wrote:
> As a follow on to my previous message about building sensors around the > MSP430 chip, I'm curious if anybody has a good resource for finding > what paripheral/interface chips are available with an SPI interface. > The MSP430 can be interfaced with lots of chips through other means, > but using the SPI interface is easy and cheap and would allow me to > make a "standard sensor" platform with variable interfacing/sensor > options just by swapping out which chips are on the SPI bus. > > Are there any stand-alone USB interface chips with an SPI interface? I > know there are MP3 decoders, all-in-one Ethernet chips, and every kind > of physical sensor you can imagine. I'm looking for a nice list of all > of the different chips and where to buy them. > > Thanks. >
Microchip have a few things, including an all-in-one ethernet controller: http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1335&dDocName=en022889 D.
Reply by Jim Granville June 9, 20062006-06-09
Dave wrote:
> As a follow on to my previous message about building sensors around the > MSP430 chip, I'm curious if anybody has a good resource for finding > what paripheral/interface chips are available with an SPI interface.
Just the usual suspects maxim-ic linear st national philips ( tho mainly they focus on i2c ) also, there are the uC with SPI on-board, which can be cheaper than the specific IO expanders, and you can get 24 bit ADCs+uC+SPI, for ~same price as 24bit ADC + SPI ( eg C8051F35x series for high end ADC expansion to your system ) also, CPLDs make very fast/flexible SPI IO expanders/buffers/MUXs
> The MSP430 can be interfaced with lots of chips through other means, > but using the SPI interface is easy and cheap and would allow me to > make a "standard sensor" platform with variable interfacing/sensor > options just by swapping out which chips are on the SPI bus. > > Are there any stand-alone USB interface chips with an SPI interface?
Most uC with USB also have SPI, so small devices like the Silab C8051F32x and C8051F34x are good examples. Most uC vendors have USB variants, even TI, but at present their USB devices have 80C51 cores.... -jg
Reply by mmm June 9, 20062006-06-09
Dave wrote:
> As a follow on to my previous message about building sensors around the > MSP430 chip, I'm curious if anybody has a good resource for finding > what paripheral/interface chips are available with an SPI interface. > The MSP430 can be interfaced with lots of chips through other means, > but using the SPI interface is easy and cheap and would allow me to > make a "standard sensor" platform with variable interfacing/sensor > options just by swapping out which chips are on the SPI bus. > > Are there any stand-alone USB interface chips with an SPI interface? I > know there are MP3 decoders, all-in-one Ethernet chips, and every kind > of physical sensor you can imagine. I'm looking for a nice list of all > of the different chips and where to buy them. >
FTDI produce a nice dual USB to UART/FIFO chip that shuold be able to implement the SPI ( master ) protocol
> Thanks. >
Reply by Slavisa Zigic June 9, 20062006-06-09
Take a look at Cypress FX2 USB chip.

Slavisa Zigic

Dave <dave@linuxprogrammer.org> wrote:
: As a follow on to my previous message about building sensors around the
: MSP430 chip, I'm curious if anybody has a good resource for finding
: what paripheral/interface chips are available with an SPI interface.
: The MSP430 can be interfaced with lots of chips through other means,
: but using the SPI interface is easy and cheap and would allow me to
: make a "standard sensor" platform with variable interfacing/sensor
: options just by swapping out which chips are on the SPI bus.

: Are there any stand-alone USB interface chips with an SPI interface?  I
: know there are MP3 decoders, all-in-one Ethernet chips, and every kind
: of physical sensor you can imagine.  I'm looking for a nice list of all
: of the different chips and where to buy them.

: Thanks.

Reply by Dave June 9, 20062006-06-09
As a follow on to my previous message about building sensors around the
MSP430 chip, I'm curious if anybody has a good resource for finding
what paripheral/interface chips are available with an SPI interface.
The MSP430 can be interfaced with lots of chips through other means,
but using the SPI interface is easy and cheap and would allow me to
make a "standard sensor" platform with variable interfacing/sensor
options just by swapping out which chips are on the SPI bus.

Are there any stand-alone USB interface chips with an SPI interface?  I
know there are MP3 decoders, all-in-one Ethernet chips, and every kind
of physical sensor you can imagine.  I'm looking for a nice list of all
of the different chips and where to buy them.

Thanks.