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

SPI MSB/LSB

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



Joined: 15 Mar 2008
Posts: 53

View user's profile Send private message

SPI MSB/LSB
PostPosted: Fri Aug 08, 2008 5:57 pm     Reply with quote

Hi,
I have a question about SPI. I use setup_spi() to configure SPI, and I realizes that it does not have an option for MSB/LSB, transfer from b7/b0. So, I guess there is a default selection for it. Do you know which one is default? MSB or LSB?

Thanks.
newguy



Joined: 24 Jun 2004
Posts: 1903

View user's profile Send private message

PostPosted: Fri Aug 08, 2008 6:19 pm     Reply with quote

I'm pretty sure that MSB first is the default. At least that's what works with my projects/code. Smile
ckielstra



Joined: 18 Mar 2004
Posts: 3680
Location: The Netherlands

View user's profile Send private message

PostPosted: Fri Aug 08, 2008 7:46 pm     Reply with quote

True, the SPI hardware transmits MSB first and this is the standard for most other SPI devices I know of.

In the V4 compiler you can configure a software SPI driver (#use SPI) which is configurable to sent MSB or LSB first
boulder



Joined: 15 Mar 2008
Posts: 53

View user's profile Send private message

PostPosted: Mon Aug 11, 2008 9:33 am     Reply with quote

Thanks.
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