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 5 matches
CCS Forum Index
Author Message
  Topic: How to reset serial port
Matias

Replies: 8
Views: 16651

PostForum: General CCS C Discussion   Posted: Fri May 18, 2007 11:33 am   Subject: RS232_errors, do not disable it!
From the CCS Manual:

Warning:
The PIC UART will shut down on overflow (3 characters received by the
hardware with a GETC() call). The "ERRORS" option prevents the shutdown by detecting ...
  Topic: Tiny Bootloader
Matias

Replies: 1
Views: 42887

PostForum: Code Library   Posted: Fri Jun 02, 2006 8:24 am   Subject: Tiny Bootloader
http://www.etc.ugal.ro/cchiculita/software/picbootloader.htm
///////////////////////////////////////////////////////////////////////////
//// AppForTiny.H ...
  Topic: DS1302 high current problem
Matias

Replies: 17
Views: 23991

PostForum: General CCS C Discussion   Posted: Wed Sep 14, 2005 3:15 pm   Subject: DS1302 high current problem
may be, I'll put rtc_init first. The consumption is so high that the RTC get very hot. thanks.
  Topic: DS1302 high current problem
Matias

Replies: 17
Views: 23991

PostForum: General CCS C Discussion   Posted: Wed Sep 14, 2005 11:31 am   Subject: DS1302 high current problem
Yes, I think so. my init function is:
void rtc_init() {
int8 x;
output_low(RTC_RST);
delay_ms(8);
output_low(RTC_SCLK);
write_ds1302(0x8e, ...
  Topic: DS1302 high current problem
Matias

Replies: 17
Views: 23991

PostForum: General CCS C Discussion   Posted: Tue Sep 13, 2005 1:43 pm   Subject: DS1302 high current problem
Hallo! I have a problem using the DS1302. It works fine, but sometimes starts with a high consumption of current, when it happens I disconnect the supply (the RTC still works because it has a Batt) an ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group