CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Source code for Master and Slave SPI

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Aquiles
Guest







Source code for Master and Slave SPI
PostPosted: Fri Aug 26, 2005 10:47 am     Reply with quote

Hello All,

Does any body have an example for use SPI protocol for a PIC acting as a Master and Slave (two PICs connected)?

Also, what directive is used to enable SPI: #USE RS232 or #USE I2C.

I am using the PIC16F873A chip.

Thanks.

Aquiles.
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Fri Aug 26, 2005 12:02 pm     Reply with quote

There is no #use statement for SPI.

You can do it two ways: Use the hardware SPI module in the PIC,
with the CCS functions, such as setup_spi(), spi_write(), etc.

Or, you can do software spi:
http://www.ccsinfo.com/forum/viewtopic.php?t=23791
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group