Re: is it possible to interface SPI to serial?

From: Tim Wescott (tim_at_wescottnospamdesign.com)
Date: 02/01/05


Date: Tue, 01 Feb 2005 13:11:43 -0800

Michael Noone wrote:

> Hi - I'm looking to connect an RF chip with an SPI interface
> (http://www.nordicsemi.no/index.cfm?obj=product&act=display&pro=83) to a
> computer through the serial port. Right now I'm just planning on putting a
> microcontroller that has both a uart and an spi interface between the
> computer and the chip - but are there any more elegant solutions? Thanks,
>
> Michael

Nope, that's probably the best. Look around, there should be some very
small solutions. Don't overlook parts that have UARTs but no SPI -- SPI
is easy to bit-bang. If you hold the baud rate down and you don't mind
consuming lots of processor resources you can even bit-bang asynchronous
serial; I believe that Microchip has app notes.

-- 
Tim Wescott
Wescott Design Services
http://www.wescottdesign.com


Relevant Pages

  • Re: 1ch uart w/ narrow parallell interface...?
    ... >> It was not clear why you can't use SPI, but if what you mean is you ... >> your micro and it talks to the serial port. ... I need full duplex. ... The smallest Std UART with a narrow parallel BUS is the 2691 from ...
    (comp.arch.embedded)
  • Re: PS/2 mouse interface with 8052 microcontroller
    ... >extra hardware I cannot interface the mouse directly with the UART ... >(serial port) of the microcontroller (mouse has data and clock lines; ... The mouse generates the clock, the data is latched on one of the edges,I forget ...
    (comp.arch.embedded)
  • Re: MAX3100 Uart problems
    ... Devices which start and accept the config command ok at room temp, refuse to start ok at 60 deg C. ... The SPI communications, seem to get a bit borderline at higher temperatures. ... Yes they are tricky, but having got the details right, they seem to work fine on the uart side. ... Either they start up and transmit correctly at the 4800 baud rate, ...
    (sci.electronics.design)
  • Re: SPI to RS232 Conversion
    ... controlled from a PC's serial port? ... From the DOS system you can, if the target device is happy with slower ... SPI speeds. ... The last time I designed out several Maxim chips was about a month ago. ...
    (sci.electronics.design)
  • Re: SPI to RS232 Conversion
    ... but after reading this spec sheet I notice that on both the MAX3110E and ... controlled from a PC's serial port? ... SPI speeds. ... i2c) using the cheesy DOS mode of win98 and the parallel port. ...
    (sci.electronics.design)