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

I2c MASTER/SLAVE Again !
Goto page Previous  1, 2
 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Zulander



Joined: 04 Dec 2006
Posts: 14

View user's profile Send private message

Problem Found !!!
PostPosted: Mon Mar 19, 2007 10:16 am     Reply with quote

Hello,
After a good weekend and looking at the code with a fresh eyes, I've found the problem, it is very stupid, I've changed the clock of the master which was at
Code:
#use delay(clock=4000000)
to
Code:
#use delay(clock=2000000)


that's it it was working like a charm !
thank PCM programmer Smile
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Mon Mar 19, 2007 11:11 am     Reply with quote

Quote:
#use delay(clock=2000000)

That's 2 MHz. Do you really mean 20 MHz ?
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Goto page Previous  1, 2
Page 2 of 2

 
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