Searching \ for '[PIC]: SPI protocol, more' in subject line. ()
Make payments with PayPal - it's fast, free and secure! Help us get a faster server
FAQ page: www.piclist.com/techref/microchip/ios.htm?key=spi
Search entire site for: 'SPI protocol, more'.

Exact match. Not showing close matches.
PICList Thread
'[PIC]: SPI protocol, more'
2002\11\28@092640 by Bob Axtell

face picon face
Ints are not needed. Here's my macro code to send/rcv SPI:

; send one byte out/in on SPI
; operates from Bank0
; value is w is sent out, contains output in w when returns
sndSPI  macro
            movwf   sspbuf
            bsf     status,5
            btfss   sspstat,bf
            goto    $-1
            bcf     status,5
            movf    sspbuf,w
      endm
;

--Bob

----- Original Message -----
From: "Thomas N" <spam_OUTthomasn101TakeThisOuTspamHOTMAIL.COM>
To: <.....PICLISTKILLspamspam@spam@MITVMA.MIT.EDU>
Sent: Wednesday, November 27, 2002 11:12 PM
Subject: Re: [PIC]: SPI protocol


{Quote hidden}

> {Original Message removed}

More... (looser matching)
- Last day of these posts
- In 2002 , 2003 only
- Today
- New search...