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 CCS Technical Support

Search found 3 matches
CCS Forum Index
Author Message
  Topic: write more than a byte, by SPI !UERGENT please!
henzelince

Replies: 4
Views: 4625

PostForum: General CCS C Discussion   Posted: Tue May 15, 2007 12:33 am   Subject: write more than a byte, by SPI !UERGENT please!
Ok that works !

For another user:
#byte SSPSTAT=0xFC7 // not 0xFC8
  Topic: write more than a byte, by SPI !UERGENT please!
henzelince

Replies: 4
Views: 4625

PostForum: General CCS C Discussion   Posted: Mon May 14, 2007 9:54 am   Subject: write more than a byte, by SPI !UERGENT please!
thx !!!

I'll try this solution !
  Topic: write more than a byte, by SPI !UERGENT please!
henzelince

Replies: 4
Views: 4625

PostForum: General CCS C Discussion   Posted: Mon May 14, 2007 8:58 am   Subject: write more than a byte, by SPI !UERGENT please!
I want to write 24 bits by SPI hardware module.

If I write

spi_write(0b01010101);// i loose time
spi_write(0b10101010);//i loose time
spi_write(0b01010101);

there are some latency time bet ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group