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: PIC 16F88 SPI Interface with DS3234 RTC
b.dokimakis

Replies: 4
Views: 13603

PostForum: General CCS C Discussion   Posted: Sun Feb 19, 2012 3:50 am   Subject: PIC 16F88 SPI Interface with DS3234 RTC
There's some usefull info. I've been looking for the meanings of the SPI modes.
Thanks!
  Topic: PIC 16F88 SPI Interface with DS3234 RTC
b.dokimakis

Replies: 4
Views: 13603

PostForum: General CCS C Discussion   Posted: Sat Feb 18, 2012 7:24 am   Subject: PIC 16F88 SPI Interface with DS3234 RTC

This routine has your Slave Select pulse inverted from what it should be.
You most definitely have a point here :P
I inverted the pulse values during the time i was trying to make it work, and for ...
  Topic: PIC 16F88 SPI Interface with DS3234 RTC
b.dokimakis

Replies: 4
Views: 13603

PostForum: General CCS C Discussion   Posted: Sun Feb 12, 2012 6:06 pm   Subject: PIC 16F88 SPI Interface with DS3234 RTC
Ι have a #include <SPI.h>
#include <avr/sleep.h>
const int alarmPin = 2;
const int RTC_CS=10;
int count =0;

void setup()
{
RTC_init();
}

void l ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group