Author |
Message |
Topic: Fault Int_rda interrupt when save data into Rom - Pic18F8723 |
Dat Bui
Replies: 4
Views: 12587
|
Forum: General CCS C Discussion Posted: Tue Mar 12, 2019 12:18 am Subject: Fault Int_rda interrupt when save data into Rom - Pic18F8723 |
Yes, As I said, you do not have the keyword 'ERRORS' in your RS232
configuration.
If ERRORS is not there, the receive part of the UART will stop working, if a
character is missed. With ERRORS t ... |
Topic: Fault Int_rda interrupt when save data into Rom - Pic18F8723 |
Dat Bui
Replies: 4
Views: 12587
|
Forum: General CCS C Discussion Posted: Fri Mar 08, 2019 9:12 pm Subject: Fault Int_rda interrupt when save data into Rom - Pic18F8723 |
You carefully don't show critical line. The #USE RS232.
This _must_ have the keyword 'ERRORS', or the UART will lockup, if
it receives data that is not handled. I suspect this is missing, and so the ... |
Topic: Fault Int_rda interrupt when save data into Rom - Pic18F8723 |
Dat Bui
Replies: 4
Views: 12587
|
Forum: General CCS C Discussion Posted: Thu Mar 07, 2019 1:35 am Subject: Fault Int_rda interrupt when save data into Rom - Pic18F8723 |
Hi,
I am using rs232 communication between a pic18f8723 on master circuit and 16 pic16F886 on slave circuit through a mux16 using pic18F8723.
(master-mux16-16slave). The problem is when i save data ... |
|