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: PIC16F877 SPI and I2C at the same time possible?
Jos

Replies: 4
Views: 16715

PostForum: General CCS C Discussion   Posted: Sat Mar 27, 2004 11:47 am   Subject: PIC16F877 SPI and I2C at the same time possible?
Why not use a software SPI-function in your program? It work's fine for me!

Jos
  Topic: rs232 [and other] problems
Jos

Replies: 3
Views: 11752

PostForum: General CCS C Discussion   Posted: Wed Jan 28, 2004 6:44 am   Subject: rs232 [and other] problems
Try to use a software receive buffer. I use the example below. The isr will overwrite the last byte of rs232buffer[] if the sofware buffer is full. You should do the buffer reading in your "main" code ...
  Topic: PIN_A4 DIRECTION PROBLEM!!
Jos

Replies: 5
Views: 15810

PostForum: General CCS C Discussion   Posted: Fri Jan 02, 2004 4:20 am   Subject: PIN_A4 DIRECTION PROBLEM!!
You are probably using a PIC with a built-in A/D converter. Try to include these lines in your initialisation.

setup_adc_ports(NO_ANALOGS);
setup_adc(ADC_OFF);

Greetz
  Topic: 16f877A reset problem
Jos

Replies: 5
Views: 22083

PostForum: General CCS C Discussion   Posted: Mon Nov 10, 2003 11:53 am   Subject: 16f877A reset problem
Make sure you use the right programmer with the right settings! You probably use 16F84 settings. The programmer only programs the first part of your code. The result is a constantly restarting F877!
...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group