Author |
Message |
Topic: Impossible to add code |
Anna
Replies: 4
Views: 11819
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: General CCS C Discussion Posted: Sun Mar 07, 2004 8:40 am Subject: FERR error |
Hi to all which read my message,
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 ... |
|