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: USART problem on PIC18F67K22
costamlucas

Replies: 5
Views: 9226

PostForum: General CCS C Discussion   Posted: Thu Oct 04, 2012 10:01 am   Subject: USART problem on PIC18F67K22
Several comments apply though:

setup_spi(SPI_SS_DISABLED);

This line _enables_ the SPI, and disables slave select. Is this what you want?. The line to disable the SPI, is:

setup_spi(FALSE); ...
  Topic: USART problem on PIC18F67K22
costamlucas

Replies: 5
Views: 9226

PostForum: General CCS C Discussion   Posted: Thu Oct 04, 2012 9:58 am   Subject: USART problem on PIC18F67K22
You did not explain exactly the nature of the problem in output.
Try adding the following line after #device adc=8:


#device pass_strings=in_ram



Hy, thanks for your comment. But I have pro ...
  Topic: USART problem on PIC18F67K22
costamlucas

Replies: 5
Views: 9226

PostForum: General CCS C Discussion   Posted: Mon Oct 01, 2012 12:09 pm   Subject: USART problem on PIC18F67K22
Hy guys, we are migrating a system from 18F46K22 to 187F67K22 and we're having comm issues on that.

I just started testing the communications like EUSART and here is the point that starts my probl ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group