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: RTC rollover problem [solved]
turantus

Replies: 3
Views: 4896

PostForum: General CCS C Discussion   Posted: Fri Jul 23, 2010 2:49 pm   Subject: RTC rollover problem [solved]
hi lokinhas, really glad I have been helpful.

I encountered another problem, in this case with the RTC alarm.

With some numbers of seconds (I named it as "the seconds of the beast" ...
  Topic: Push-Button Interrupt
turantus

Replies: 2
Views: 5051

PostForum: General CCS C Discussion   Posted: Thu Mar 25, 2010 11:41 am   Subject: Push-Button Interrupt
Maybe the watchdog resetting you all time?
  Topic: RTC rollover problem [solved]
turantus

Replies: 3
Views: 4896

PostForum: General CCS C Discussion   Posted: Thu Mar 25, 2010 11:23 am   Subject: RTC rollover problem [solved]
Hi, I resolve the problem. The rtc_write( ) function don't work properly, I have to write the data by hand in BCD.

#asm
movlb 0x0f
movlw 0x55
movwf EECON2
movlw 0xAA
movwf EECON2
BS ...
  Topic: RTC rollover problem [solved]
turantus

Replies: 3
Views: 4896

PostForum: General CCS C Discussion   Posted: Thu Mar 25, 2010 4:58 am   Subject: RTC rollover problem [solved]
Hi everyone. This is my first post but I read the forum for a long time.

Lets go with the problem... I use the CCS functions to work with the built-in Real Time Clock of the 18F26j11.

The RTC s ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group