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 support@ccsinfo.com

#INT_RDA0 and #INT_RDA1 on 18F458 : multiple RS232

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Pierre
Guest







#INT_RDA0 and #INT_RDA1 on 18F458 : multiple RS232
PostPosted: Thu Sep 11, 2003 3:42 am     Reply with quote

Hi guys,

CCS 3.176 : When you view valid interrupts selecting 18F458 you find #INT_RDA0 and #INT_RDA1 as valid RS232 receiving interrupts.

However I can't find them in 18F458 datasheet. Anybody has an idea if they are valid or not ?
Mark



Joined: 07 Sep 2003
Posts: 2838
Location: Atlanta, GA

View user's profile Send private message Send e-mail

PostPosted: Thu Sep 11, 2003 6:37 am     Reply with quote

Look for RCIE for the receive
TXIE for the transmit
ckielstra



Joined: 18 Mar 2004
Posts: 3680
Location: The Netherlands

View user's profile Send private message

PostPosted: Wed Mar 24, 2004 6:47 am     Reply with quote

They have the same values as the defines for the CAN bus TX and RX. So most likely they are just other names for the CAN bus devices.

Compare
#define INT_TBE0 0xA304
and
#define INT_CANTX0 0xA304
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group