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 4 matches
CCS Forum Index
Author Message
  Topic: PIC18F4620 spi problem
picramrom

Replies: 6
Views: 7727

PostForum: General CCS C Discussion   Posted: Thu Dec 28, 2006 5:50 am   Subject: PIC18F4620 spi problem
i tried 3.249 version, but it is not working. Crying or Very sad
  Topic: PIC18F4620 spi problem
picramrom

Replies: 6
Views: 7727

PostForum: General CCS C Discussion   Posted: Thu Dec 28, 2006 5:44 am   Subject: PIC18F4620 spi problem
thank you for advice,

i wrote first comment in ccs forum, because of that i made copy-paste my code.
i don't write "wcol=0; sspov=0;" in my PIC18F452 source code, but "ckp=1; cke=0; ...
  Topic: PIC18F4620 spi problem
picramrom

Replies: 6
Views: 7727

PostForum: General CCS C Discussion   Posted: Thu Dec 28, 2006 3:31 am   Subject: PIC18F4620 spi problem
compiler version 4.013

my souce code is that,
/////
setup_spi(spi_master | spi_l_to_h | spi_clk_div_16 );
ckp=1; //Data transmitted on rising edge of SCK
cke=0; wcol=0; sspov=0;
ds13 ...
  Topic: PIC18F4620 spi problem
picramrom

Replies: 6
Views: 7727

PostForum: General CCS C Discussion   Posted: Thu Dec 28, 2006 2:09 am   Subject: PIC18F4620 spi problem
i used PIC18F452 in my circuit, but program memory is not sufficient any more. i thought i could use PIC18F4620 instead of PIC18F452. But spi_read is not working. please help me
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group