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: From SPI to RS232
mrad13

Replies: 3
Views: 6048

PostForum: General CCS C Discussion   Posted: Tue Apr 30, 2013 5:41 am   Subject: From SPI to RS232
hi friends
I receive data on SPI interface ( 27 bytes to be exact ) and i want to transmit them on the RS232 to PC. How i can do this? It's possible to give me an example ? I'm newbie :D

Thanks a ...
  Topic: trouble with the #INT_RB interruption and SPI interface
mrad13

Replies: 3
Views: 5746

PostForum: General CCS C Discussion   Posted: Sun Apr 28, 2013 5:53 pm   Subject: trouble with the #INT_RB interruption and SPI interface
#int_RB
void RB_isr(void)
{
disable_interrupts(INT_RB);
output_low(CS);
SPI_WRITE(0xFF);
Delay_ms(20);
// val=SPI_READ(0);
output_h ...
  Topic: trouble with the #INT_RB interruption and SPI interface
mrad13

Replies: 3
Views: 5746

PostForum: General CCS C Discussion   Posted: Sun Apr 28, 2013 4:52 pm   Subject: trouble with the #INT_RB interruption and SPI interface
hi all i have trouble with the #INT_RB interruption. I use PIC18F4550. I sent data from PIC to ADS1299 over the SPI interface but the INT_RB interruption is only executed at the last of program, not w ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group