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: Impossible to add code
Anna

Replies: 4
Views: 11819

PostForum: General CCS C Discussion   Posted: Mon Jun 07, 2004 5:56 am   Subject: All problem fihished
I don't have time to exit from interrupts (RS232) and occur again interrupt plus interrupt
Are you re-enabling global interrupts inside your int_rda function ?
Something like this:

#int_rda
void ...
  Topic: Impossible to add code
Anna

Replies: 4
Views: 11819

PostForum: General CCS C Discussion   Posted: Sun Jun 06, 2004 12:46 am   Subject: Impossible to add code
Hello to all,

I have next problem - I work with pic16c63, CCS compiler, after copilation of the program I see next parameters of RAM, ROM,Stack in *.lst file:

MPASM

CCS PCW C Compiler, Versio ...
  Topic: FERR error
Anna

Replies: 5
Views: 15758

PostForum: General CCS C Discussion   Posted: Mon Mar 08, 2004 1:59 am   Subject: FERR error
Thank you for answer, Ttelmah,

If I catch FERR or OERR then :

while (RCSTA & 0x06)
{
disable_interrupts(INT_RDA);
disable_interrupts(GLOBAL);
RCSTA = 0x80;
ch = RCREG;
...
  Topic: FERR error
Anna

Replies: 5
Views: 15758

PostForum: General CCS C Discussion   Posted: Sun Mar 07, 2004 8:40 am   Subject: FERR error
Hi to all which read my message, Sad

I have next question: I am used pic16f77 with hardware USART, baud rate 19200 and sometimes received framing error (FERR = 1) .Why is occur? All work righ ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group